Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S177 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch
190 lis \scratch, \phy_high@h
191 ori \scratch, \scratch, \phy_high@l
199 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch
212 lis \scratch, \phy_high@h
213 ori \scratch, \scratch, \phy_high@l
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_main.c2207 u64 phy_low = 0, phy_high = 0; in ice_configure_phy() local
2209 ice_update_phy_type(&phy_low, &phy_high, in ice_configure_phy()
2213 cpu_to_le64(phy_high); in ice_configure_phy()