trx_parts          96 drivers/mtd/parsers/bcm47xxpart.c 	int trx_parts[2]; /* Array with indexes of TRX partitions */
trx_parts         188 drivers/mtd/parsers/bcm47xxpart.c 			if (trx_num >= ARRAY_SIZE(trx_parts))
trx_parts         192 drivers/mtd/parsers/bcm47xxpart.c 				trx_parts[trx_num++] = curr_part;
trx_parts         291 drivers/mtd/parsers/bcm47xxpart.c 		struct mtd_partition *trx = &parts[trx_parts[i]];