Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dstart.S178 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch
191 lis \scratch, \phy_high@h
192 ori \scratch, \scratch, \phy_high@l
200 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch
213 lis \scratch, \phy_high@h
214 ori \scratch, \scratch, \phy_high@l
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_main.c1946 u64 phy_low = 0, phy_high = 0; in ice_configure_phy() local
1948 ice_update_phy_type(&phy_low, &phy_high, in ice_configure_phy()
1952 cpu_to_le64(phy_high); in ice_configure_phy()