Home
last modified time | relevance | path

Searched defs:phy_id (Results 26 – 50 of 239) sorted by relevance

12345678910

/openbmc/u-boot/drivers/net/
H A Dbcm6368-eth.c121 int phy_id; member
137 int phy_id; member
146 int phy_id, int reg) in bcm6368_mdio_read()
166 int phy_id, int reg, u16 data) in bcm6368_mdio_write()
454 static bool bcm6368_phy_is_external(struct bcm6368_eth_priv *priv, int phy_id) in bcm6368_phy_is_external()
587 int phy_id; in bcm6368_eth_probe() local
/openbmc/linux/drivers/net/usb/
H A Dr8153_ecm.c71 static int r8153_ecm_mdio_read(struct net_device *netdev, int phy_id, int reg) in r8153_ecm_mdio_read()
86 static void r8153_ecm_mdio_write(struct net_device *netdev, int phy_id, int reg, int val) in r8153_ecm_mdio_write()
H A Dsmsc95xx.c164 static u32 mii_address_cmd(int phy_id, int idx, u16 op) in mii_address_cmd()
169 static int smsc95xx_mdio_read(struct usbnet *dev, int phy_id, int idx) in smsc95xx_mdio_read()
216 static void smsc95xx_mdio_write(struct usbnet *dev, int phy_id, int idx, in smsc95xx_mdio_write()
295 static int smsc95xx_mdiobus_read(struct mii_bus *bus, int phy_id, int idx) in smsc95xx_mdiobus_read()
302 static int smsc95xx_mdiobus_write(struct mii_bus *bus, int phy_id, int idx, in smsc95xx_mdiobus_write()
1355 int ret, phy_id = pdata->phydev->mdio.addr; in smsc95xx_enter_suspend1() local
/openbmc/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_mdio.c62 static int axienet_mdio_read(struct mii_bus *bus, int phy_id, int reg) in axienet_mdio_read()
112 static int axienet_mdio_write(struct mii_bus *bus, int phy_id, int reg, in axienet_mdio_write()
/openbmc/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c53 static int fs_enet_fec_mii_read(struct mii_bus *bus , int phy_id, int location) in fs_enet_fec_mii_read()
76 static int fs_enet_fec_mii_write(struct mii_bus *bus, int phy_id, int location, u16 val) in fs_enet_fec_mii_write()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dxgmac_mdio.c131 static int xgmac_mdio_write_c22(struct mii_bus *bus, int phy_id, int regnum, in xgmac_mdio_write_c22()
163 static int xgmac_mdio_write_c45(struct mii_bus *bus, int phy_id, int dev_addr, in xgmac_mdio_write_c45()
206 static int xgmac_mdio_read_c22(struct mii_bus *bus, int phy_id, int regnum) in xgmac_mdio_read_c22()
265 static int xgmac_mdio_read_c45(struct mii_bus *bus, int phy_id, int dev_addr, in xgmac_mdio_read_c45()
/openbmc/u-boot/drivers/net/phy/
H A Dphy.c612 int phy_id = phydev->phy_id; in get_phy_driver() local
626 u32 phy_id, bool is_c45, in phy_device_create()
678 int __weak get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id) in get_phy_id()
708 u32 phy_id = 0xffffffff; in create_phy_by_mask() local
/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhns_mdio.c193 u8 is_c45, u8 op, u8 phy_id, u16 cmd) in hns_mdio_cmd_write()
218 int phy_id, int regnum, u16 data) in hns_mdio_write_c22()
259 static int hns_mdio_write_c45(struct mii_bus *bus, int phy_id, int devad, in hns_mdio_write_c45()
313 static int hns_mdio_read_c22(struct mii_bus *bus, int phy_id, int regnum) in hns_mdio_read_c22()
363 static int hns_mdio_read_c45(struct mii_bus *bus, int phy_id, int devad, in hns_mdio_read_c45()
/openbmc/linux/drivers/net/mdio/
H A Dmdio-mux-bcm6368.c37 static int bcm6368_mdiomux_read(struct mii_bus *bus, int phy_id, int loc) in bcm6368_mdiomux_read()
58 static int bcm6368_mdiomux_write(struct mii_bus *bus, int phy_id, int loc, in bcm6368_mdiomux_write()
H A Dmdio-bcm-iproc.c66 static int iproc_mdio_read(struct mii_bus *bus, int phy_id, int reg) in iproc_mdio_read()
94 static int iproc_mdio_write(struct mii_bus *bus, int phy_id, in iproc_mdio_write()
H A Dof_mdio.c31 static int of_get_phy_id(struct device_node *device, u32 *phy_id) in of_get_phy_id()
116 u32 phy_id; in of_mdiobus_child_is_phy() local
/openbmc/linux/include/linux/platform_data/
H A Deth-ep93xx.h7 unsigned char phy_id; member
/openbmc/u-boot/drivers/net/pfe_eth/
H A Dpfe_mdio.c209 int pfe_phy_configure(struct pfe_eth_dev *priv, int dev_id, int phy_id) in pfe_phy_configure()
285 void pfe_set_phy_address_mode(int dev_id, int phy_id, int phy_mode) in pfe_set_phy_address_mode()
/openbmc/linux/drivers/net/ethernet/asix/
H A Dax88796c_ioctl.c171 int ax88796c_mdio_read(struct mii_bus *mdiobus, int phy_id, int loc) in ax88796c_mdio_read()
193 ax88796c_mdio_write(struct mii_bus *mdiobus, int phy_id, int loc, u16 val) in ax88796c_mdio_write()
/openbmc/linux/include/net/
H A Dethoc.h18 s8 phy_id; member
/openbmc/linux/drivers/scsi/isci/
H A Dsas.h128 u8 phy_id; /* byte 9 */ member
146 u8 phy_id; /* byte 9 */ member
169 u8 phy_id; /* byte 9 */ member
/openbmc/linux/drivers/net/ethernet/sis/
H A Dsis190.c297 int phy_id; member
383 static void mdio_write(void __iomem *ioaddr, int phy_id, int reg, int val) in mdio_write()
390 static int mdio_read(void __iomem *ioaddr, int phy_id, int reg) in mdio_read()
398 static void __mdio_write(struct net_device *dev, int phy_id, int reg, int val) in __mdio_write()
405 static int __mdio_read(struct net_device *dev, int phy_id, int reg) in __mdio_read()
412 static u16 mdio_read_latched(void __iomem *ioaddr, int phy_id, int reg) in mdio_read_latched()
922 int phy_id = tp->mii_if.phy_id; in sis190_phy_task() local
1326 struct sis190_phy *phy, unsigned int phy_id, in sis190_init_phy()
1367 int phy_id = tp->mii_if.phy_id; in sis190_mii_probe_88e1111_fixup() local
1395 int phy_id; in sis190_mii_probe() local
[all …]
/openbmc/linux/drivers/nfc/pn544/
H A Di2c.c240 static int pn544_hci_i2c_enable(void *phy_id) in pn544_hci_i2c_enable()
251 static void pn544_hci_i2c_disable(void *phy_id) in pn544_hci_i2c_disable()
293 static int pn544_hci_i2c_write(void *phy_id, struct sk_buff *skb) in pn544_hci_i2c_write()
480 static irqreturn_t pn544_hci_i2c_irq_thread_fn(int irq, void *phy_id) in pn544_hci_i2c_irq_thread_fn()
524 static int pn544_hci_i2c_fw_download(void *phy_id, const char *firmware_name, in pn544_hci_i2c_fw_download()
/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c115 static int gpio_mdio_read(struct mii_bus *bus, int phy_id, int location) in gpio_mdio_read()
154 static int gpio_mdio_write(struct mii_bus *bus, int phy_id, int location, u16 val) in gpio_mdio_write()
/openbmc/linux/drivers/nfc/
H A Dmei_phy.c247 static int nfc_mei_phy_write(void *phy_id, struct sk_buff *skb) in nfc_mei_phy_write()
314 static int nfc_mei_phy_enable(void *phy_id) in nfc_mei_phy_enable()
356 static void nfc_mei_phy_disable(void *phy_id) in nfc_mei_phy_disable()
/openbmc/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h22 int phy_id; member
75 int phy_id; member
/openbmc/linux/drivers/net/phy/
H A Dcortina.c48 u32 phy_id = 0; in cortina_probe() local
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm80xx_hwi.c3117 u8 phy_id = (u8)((phyid_npip_portstate & 0xFF0000) >> 16); in hw_event_port_recover() local
3155 u8 phy_id = in hw_event_sas_phy_up() local
3234 u8 phy_id = in hw_event_sata_phy_up() local
3282 u8 phy_id = in hw_event_phy_down() local
3355 u32 phy_id = in mpi_phy_start_resp() local
3418 u8 phy_id = in mpi_hw_event() local
4651 pm80xx_chip_phy_start_req(struct pm8001_hba_info *pm8001_ha, u8 phy_id) in pm80xx_chip_phy_start_req()
4689 u8 phy_id) in pm80xx_chip_phy_stop_req()
4712 u32 linkrate, phy_id; in pm80xx_chip_reg_dev_req() local
/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dmedia.c47 int tulip_mdio_read(struct net_device *dev, int phy_id, int location) in tulip_mdio_read()
109 void tulip_mdio_write(struct net_device *dev, int phy_id, int location, int val) in tulip_mdio_write()
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw_mdio.c71 static int cpsw_mdio_read(struct mii_dev *bus, int phy_id, in cpsw_mdio_read()
97 static int cpsw_mdio_write(struct mii_dev *bus, int phy_id, int dev_addr, in cpsw_mdio_write()

12345678910