Searched refs:curr_part (Results 1 – 6 of 6) sorted by relevance
/drivers/mtd/ |
D | bcm47xxpart.c | 91 uint8_t i, curr_part = 0; in bcm47xxpart_parse() local 128 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse() 145 bcm47xxpart_add_part(&parts[curr_part++], "boot", in bcm47xxpart_parse() 155 bcm47xxpart_add_part(&parts[curr_part++], "board_data", in bcm47xxpart_parse() 162 bcm47xxpart_add_part(&parts[curr_part++], "factory", in bcm47xxpart_parse() 170 bcm47xxpart_add_part(&parts[curr_part++], "POT", offset, in bcm47xxpart_parse() 178 bcm47xxpart_add_part(&parts[curr_part++], "ML", offset, in bcm47xxpart_parse() 185 if (BCM47XXPART_MAX_PARTS - curr_part < 4) { in bcm47xxpart_parse() 192 trx_part = curr_part; in bcm47xxpart_parse() 193 bcm47xxpart_add_part(&parts[curr_part++], "firmware", in bcm47xxpart_parse() [all …]
|
/drivers/net/wireless/ti/wlcore/ |
D | io.c | 71 struct wlcore_partition_set *part = &wl->curr_part; in wlcore_translate_addr() 143 memcpy(&wl->curr_part, p, sizeof(*p)); in wlcore_set_partition()
|
D | boot.c | 372 dest_addr += wl->curr_part.reg.start; in wlcore_boot_upload_nvs()
|
D | wlcore.h | 214 struct wlcore_partition_set curr_part; member
|
D | debugfs.c | 1089 memcpy(&old_part, &wl->curr_part, sizeof(old_part)); in dev_mem_read() 1176 memcpy(&old_part, &wl->curr_part, sizeof(old_part)); in dev_mem_write()
|
D | main.c | 873 old_part = wl->curr_part; in wl12xx_read_fwlog_panic()
|