Home
last modified time | relevance | path

Searched refs:curr_part (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/mtd/
Dbcm47xxpart.c89 uint8_t i, curr_part = 0; in bcm47xxpart_parse() local
125 if (curr_part >= BCM47XXPART_MAX_PARTS) { in bcm47xxpart_parse()
141 bcm47xxpart_add_part(&parts[curr_part++], "boot", in bcm47xxpart_parse()
151 bcm47xxpart_add_part(&parts[curr_part++], "board_data", in bcm47xxpart_parse()
158 bcm47xxpart_add_part(&parts[curr_part++], "factory", in bcm47xxpart_parse()
166 bcm47xxpart_add_part(&parts[curr_part++], "POT", offset, in bcm47xxpart_parse()
174 bcm47xxpart_add_part(&parts[curr_part++], "ML", offset, in bcm47xxpart_parse()
181 if (BCM47XXPART_MAX_PARTS - curr_part < 4) { in bcm47xxpart_parse()
188 trx_part = curr_part; in bcm47xxpart_parse()
189 bcm47xxpart_add_part(&parts[curr_part++], "firmware", in bcm47xxpart_parse()
[all …]
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dio.c71 struct wlcore_partition_set *part = &wl->curr_part; in wlcore_translate_addr()
143 memcpy(&wl->curr_part, p, sizeof(*p)); in wlcore_set_partition()
Dboot.c372 dest_addr += wl->curr_part.reg.start; in wlcore_boot_upload_nvs()
Dwlcore.h214 struct wlcore_partition_set curr_part; member
Ddebugfs.c1089 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()
Dmain.c873 old_part = wl->curr_part; in wl12xx_read_fwlog_panic()