Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/parsers/
H A Dbcm47xxpart.c96 int trx_parts[2]; /* Array with indexes of TRX partitions */ in bcm47xxpart_parse() local
188 if (trx_num >= ARRAY_SIZE(trx_parts)) in bcm47xxpart_parse()
192 trx_parts[trx_num++] = curr_part; in bcm47xxpart_parse()
291 struct mtd_partition *trx = &parts[trx_parts[i]]; in bcm47xxpart_parse()