Searched refs:phy_data (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | e1000.c | 139 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 D | uli526x.c | 813 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 D | tsi108_eth.c | 427 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 D | dw_hdmi.h | 176 void *phy_data; member
|
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | mcs7830.c | 39 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 D | dw_hdmi_qp.c | 572 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 D | dw_hdmi.c | 1029 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()
|