Searched defs:is_c45 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/ |
| H A D | hns_mdio.c | 193 u8 is_c45, u8 op, u8 phy_id, u16 cmd) in hns_mdio_cmd_write() 223 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_write() local 284 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_read() local
|
| /OK3568_Linux_fs/u-boot/drivers/net/phy/ |
| H A D | phy.c | 621 u32 phy_id, bool is_c45, in phy_device_create() 698 bool is_c45; in create_phy_by_mask() local
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | of_mdio.c | 112 bool is_c45; in of_mdiobus_register_phy() local
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | phy.h | 150 bool is_c45; member
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | phy_device.c | 609 bool is_c45, in phy_device_create() 896 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device()
|
| H A D | sfp.c | 1459 static int sfp_sm_probe_phy(struct sfp *sfp, bool is_c45) in sfp_sm_probe_phy()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | phy.h | 551 unsigned is_c45:1; member 1367 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) in get_phy_device()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_dsaf_mac.c | 692 bool is_c45; in hns_mac_register_phydev() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 1811 bool is_c45 = !!(regnum & MII_ADDR_C45); in fec_enet_mdio_read() local 1870 bool is_c45 = !!(regnum & MII_ADDR_C45); in fec_enet_mdio_write() local
|