curr_part          91 drivers/mtd/parsers/bcm47xxpart.c 	uint8_t i, curr_part = 0;
curr_part         127 drivers/mtd/parsers/bcm47xxpart.c 		if (curr_part >= BCM47XXPART_MAX_PARTS) {
curr_part         144 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "boot",
curr_part         154 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "board_data",
curr_part         161 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "factory",
curr_part         169 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "POT", offset,
curr_part         177 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "ML", offset,
curr_part         192 drivers/mtd/parsers/bcm47xxpart.c 				trx_parts[trx_num++] = curr_part;
curr_part         193 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "firmware",
curr_part         219 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "rootfs",
curr_part         230 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "nvram",
curr_part         246 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "board_data",
curr_part         254 drivers/mtd/parsers/bcm47xxpart.c 		if (curr_part >= BCM47XXPART_MAX_PARTS) {
curr_part         270 drivers/mtd/parsers/bcm47xxpart.c 			bcm47xxpart_add_part(&parts[curr_part++], "nvram",
curr_part         282 drivers/mtd/parsers/bcm47xxpart.c 	for (i = 0; i < curr_part; i++) {
curr_part         283 drivers/mtd/parsers/bcm47xxpart.c 		u64 next_part_offset = (i < curr_part - 1) ?
curr_part         300 drivers/mtd/parsers/bcm47xxpart.c 	return curr_part;
curr_part          58 drivers/mtd/parsers/parser_trx.c 	uint8_t curr_part = 0, i = 0;
curr_part          80 drivers/mtd/parsers/parser_trx.c 		part = &parts[curr_part++];
curr_part          87 drivers/mtd/parsers/parser_trx.c 		part = &parts[curr_part++];
curr_part          94 drivers/mtd/parsers/parser_trx.c 		part = &parts[curr_part++];
curr_part         104 drivers/mtd/parsers/parser_trx.c 	for (i = 0; i < curr_part; i++) {
curr_part         105 drivers/mtd/parsers/parser_trx.c 		u64 next_part_offset = (i < curr_part - 1) ?
curr_part         365 drivers/net/wireless/ti/wlcore/boot.c 		dest_addr += wl->curr_part.reg.start;
curr_part        1101 drivers/net/wireless/ti/wlcore/debugfs.c 	memcpy(&old_part, &wl->curr_part, sizeof(old_part));
curr_part        1183 drivers/net/wireless/ti/wlcore/debugfs.c 	memcpy(&old_part, &wl->curr_part, sizeof(old_part));
curr_part          57 drivers/net/wireless/ti/wlcore/io.c 	struct wlcore_partition_set *part = &wl->curr_part;
curr_part         129 drivers/net/wireless/ti/wlcore/io.c 	memcpy(&wl->curr_part, p, sizeof(*p));
curr_part         205 drivers/net/wireless/ti/wlcore/wlcore.h 	struct wlcore_partition_set curr_part;