Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/misc/
H A Dmxc_ocotp.c110 u32 fuse_bank_physical(int index) in fuse_bank_physical() function
121 phy_index = fuse_bank_physical(5) + (index - 6) + 3; in fuse_bank_physical()
126 phy_index = fuse_bank_physical(14) + (index - 15) + 2; in fuse_bank_physical()
128 phy_index = fuse_bank_physical(5) + (index - 6) + 3; in fuse_bank_physical()
145 u32 fuse_bank_physical(int index) in fuse_bank_physical() function
232 phy_bank = fuse_bank_physical(bank); in fuse_read()
437 phy_bank = fuse_bank_physical(bank); in fuse_override()