Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
De1000.c139 uint16_t * phy_data);
141 uint16_t phy_data);
2344 uint16_t phy_data; in e1000_copper_link_preconfig() local
2381 &phy_data); in e1000_copper_link_preconfig()
2382 phy_data |= 0x00000008; in e1000_copper_link_preconfig()
2384 phy_data); in e1000_copper_link_preconfig()
2415 uint16_t phy_data; in e1000_set_d3_lplu_state() local
2428 &phy_data); in e1000_set_d3_lplu_state()
2438 &phy_data); in e1000_set_d3_lplu_state()
2446 phy_data &= ~IGP01E1000_GMII_FLEX_SPD; in e1000_set_d3_lplu_state()
[all …]
Duli526x.c812 u16 phy_data, u32 chip_id) in uli_phy_write() argument
818 phy_writeby_cr10(iobase, phy_addr, offset, phy_data); in uli_phy_write()
852 phy_write_1bit(ioaddr, phy_data & i ? in uli_phy_write()
864 u16 phy_data; in uli_phy_read() local
898 for (phy_data = 0, i = 0; i < 16; i++) { in uli_phy_read()
899 phy_data <<= 1; in uli_phy_read()
900 phy_data |= phy_read_1bit(ioaddr, chip_id); in uli_phy_read()
903 return phy_data; in uli_phy_read()
925 u8 offset, u16 phy_data) in phy_writeby_cr10() argument
932 cr10_value = (cr10_value<<16) + 0x04000000 + phy_data; in phy_writeby_cr10()
[all …]
/external/u-boot/drivers/phy/allwinner/
Dphy-sun4i-usb.c147 struct sun4i_usb_phy_data *phy_data = dev_get_priv(phy->dev); in sun4i_usb_phy_write() local
148 struct sun4i_usb_phy_plat *usb_phy = &phy_data->usb_phy[phy->id]; in sun4i_usb_phy_write()
150 void __iomem *phyctl = phy_data->base + phy_data->cfg->phyctl_offset; in sun4i_usb_phy_write()
153 if (phy_data->cfg->phyctl_offset == REG_PHYCTL_A33) { in sun4i_usb_phy_write()
/external/u-boot/drivers/usb/eth/
Dmcs7830.c38 uint8_t phy_data[2]; member
46 #define REG_PHY_DATA offsetof(struct mcs7830_regs, phy_data)