Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A De1000.c139 uint16_t * phy_data);
141 uint16_t phy_data);
2130 uint16_t phy_data; in e1000_copper_link_preconfig() local
2167 &phy_data); in e1000_copper_link_preconfig()
2168 phy_data |= 0x00000008; in e1000_copper_link_preconfig()
2170 phy_data); in e1000_copper_link_preconfig()
2201 uint16_t phy_data; in e1000_set_d3_lplu_state() local
2214 &phy_data); in e1000_set_d3_lplu_state()
2224 &phy_data); in e1000_set_d3_lplu_state()
2232 phy_data &= ~IGP01E1000_GMII_FLEX_SPD; in e1000_set_d3_lplu_state()
[all …]
H A Duli526x.c813 u16 phy_data, u32 chip_id) in uli_phy_write() argument
819 phy_writeby_cr10(iobase, phy_addr, offset, phy_data); in uli_phy_write()
853 phy_write_1bit(ioaddr, phy_data & i ? in uli_phy_write()
865 u16 phy_data; in uli_phy_read() local
899 for (phy_data = 0, i = 0; i < 16; i++) { in uli_phy_read()
900 phy_data <<= 1; in uli_phy_read()
901 phy_data |= phy_read_1bit(ioaddr, chip_id); in uli_phy_read()
904 return phy_data; in uli_phy_read()
926 u8 offset, u16 phy_data) in phy_writeby_cr10() argument
933 cr10_value = (cr10_value<<16) + 0x04000000 + phy_data; in phy_writeby_cr10()
[all …]
H A Dtsi108_eth.c427 unsigned int phy_reg, unsigned int phy_data);
581 unsigned int phy_reg, unsigned int phy_data) in write_phy() argument
591 reg_MII_MGMT_CONTROL(base) = phy_data; in write_phy()
/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h176 void *phy_data; member
/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dmcs7830.c39 uint8_t phy_data[2]; member
47 #define REG_PHY_DATA offsetof(struct mcs7830_regs, phy_data)
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi_qp.c572 hdmi->phy.data = hdmi->plat_data->phy_data; in dw_hdmi_detect_phy()
1074 void *data = hdmi->plat_data->phy_data; in dw_hdmi_setup()
H A Ddw_hdmi.c1029 hdmi->phy.data = hdmi->plat_data->phy_data; in dw_hdmi_detect_phy()
2089 void *data = hdmi->plat_data->phy_data; in dw_hdmi_setup()