Home
last modified time | relevance | path

Searched refs:is_c45 (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/hisilicon/
H A Dhns_mdio.c193 u8 is_c45, u8 op, u8 phy_id, u16 cmd) in hns_mdio_cmd_write() argument
223 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_write() local
231 phy_id, is_c45, devad, reg, data); in hns_mdio_write()
240 if (!is_c45) { in hns_mdio_write()
248 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_write()
284 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_read() local
291 phy_id, is_c45, devad, reg); in hns_mdio_read()
300 if (!is_c45) { in hns_mdio_read()
301 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_read()
308 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_read()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/hisilicon/
H A Dhns_mdio.c193 u8 is_c45, u8 op, u8 phy_id, u16 cmd) in hns_mdio_cmd_write() argument
223 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_write() local
231 phy_id, is_c45, devad, reg, data); in hns_mdio_write()
240 if (!is_c45) { in hns_mdio_write()
248 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_write()
284 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_read() local
291 phy_id, is_c45, devad, reg); in hns_mdio_read()
300 if (!is_c45) { in hns_mdio_read()
301 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_read()
308 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_read()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/hisilicon/
H A Dhns_mdio.c193 u8 is_c45, u8 op, u8 phy_id, u16 cmd) in hns_mdio_cmd_write() argument
223 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_write() local
231 phy_id, is_c45, devad, reg, data); in hns_mdio_write()
240 if (!is_c45) { in hns_mdio_write()
248 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_write()
284 u8 is_c45 = !!(regnum & MII_ADDR_C45); in hns_mdio_read() local
291 phy_id, is_c45, devad, reg); in hns_mdio_read()
300 if (!is_c45) { in hns_mdio_read()
301 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_read()
308 hns_mdio_cmd_write(mdio_dev, is_c45, in hns_mdio_read()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/mdio/
H A Dof_mdio.c112 bool is_c45; in of_mdiobus_register_phy() local
120 is_c45 = of_device_is_compatible(child, in of_mdiobus_register_phy()
123 if (!is_c45 && !of_get_phy_id(child, &phy_id)) in of_mdiobus_register_phy()
126 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/mdio/
H A Dof_mdio.c112 bool is_c45; in of_mdiobus_register_phy() local
120 is_c45 = of_device_is_compatible(child, in of_mdiobus_register_phy()
123 if (!is_c45 && !of_get_phy_id(child, &phy_id)) in of_mdiobus_register_phy()
126 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/mdio/
H A Dof_mdio.c112 bool is_c45; in of_mdiobus_register_phy() local
120 is_c45 = of_device_is_compatible(child, in of_mdiobus_register_phy()
123 if (!is_c45 && !of_get_phy_id(child, &phy_id)) in of_mdiobus_register_phy()
126 phy = get_phy_device(mdio, addr, is_c45); in of_mdiobus_register_phy()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-orangepi-zero-plus/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()
/dports/sysutils/u-boot-orangepi-r1/u-boot-2021.07/drivers/net/phy/
H A Dphy.c660 u32 phy_id, bool is_c45, in phy_device_create() argument
690 dev->is_c45 = is_c45; in phy_device_create()
746 bool is_c45; in create_phy_by_mask() local
763 is_c45 = (devad == MDIO_DEVAD_NONE) ? false : true; in create_phy_by_mask()
764 return phy_device_create(bus, addr, phy_id, is_c45, in create_phy_by_mask()

12345678910>>...13