Home
last modified time | relevance | path

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

/u-boot/drivers/misc/
A Dmxc_ocotp.c126 u32 phy_index; in fuse_bank_physical() local
129 phy_index = index; in fuse_bank_physical()
135 phy_index = fuse_bank_physical(5) + (index - 6) + 3; in fuse_bank_physical()
137 phy_index = index; in fuse_bank_physical()
140 phy_index = fuse_bank_physical(14) + (index - 15) + 2; in fuse_bank_physical()
142 phy_index = fuse_bank_physical(5) + (index - 6) + 3; in fuse_bank_physical()
144 phy_index = index; in fuse_bank_physical()
146 return phy_index; in fuse_bank_physical()

Completed in 3 milliseconds