Searched refs:fuse_bank_physical (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/misc/
H A Dmxc_ocotp.c124 u32 fuse_bank_physical(int index) function
135 phy_index = fuse_bank_physical(5) + (index - 6) + 3;
140 phy_index = fuse_bank_physical(14) + (index - 15) + 2;
142 phy_index = fuse_bank_physical(5) + (index - 6) + 3;
159 u32 fuse_bank_physical(int index) function
246 phy_bank = fuse_bank_physical(bank);
460 phy_bank = fuse_bank_physical(bank);

Completed in 41 milliseconds