Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/netlogic/xlp/
H A Dahci-init-xlp2.c185 static void write_phy_reg(u64 regbase, u32 addr, u32 physel, u8 data) in write_phy_reg() argument
188 (1u << 31) | (physel << 24) | (data << 16) | addr); in write_phy_reg()
192 static u8 read_phy_reg(u64 regbase, u32 addr, u32 physel) in read_phy_reg() argument
197 (0 << 31) | (physel << 24) | (0 << 16) | addr); in read_phy_reg()
229 static void check_phy_register(u64 regbase, u32 addr, u32 physel, u8 xdata) in check_phy_register() argument
233 data = read_phy_reg(regbase, addr, physel); in check_phy_register()
234 pr_info("PHY read addr = 0x%x physel = %d data = 0x%x %s\n", in check_phy_register()
235 addr, physel, data, data == xdata ? "TRUE" : "FALSE"); in check_phy_register()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c72 u32 physel; member
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.h869 * @physel: USB 2.0 High-Speed PHY or USB 1.1 Full-Speed Serial
907 __BITFIELD_FIELD(u32 physel : 1,
/kernel/linux/linux-6.6/drivers/usb/host/
H A Docteon-hcd.h869 * @physel: USB 2.0 High-Speed PHY or USB 1.1 Full-Speed Serial
907 __BITFIELD_FIELD(u32 physel : 1,
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c85 u32 physel; member

Completed in 8 milliseconds