Searched refs:get_phy_c45_devs_in_pkg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | phy_device.c | 656 /* get_phy_c45_devs_in_pkg - reads a MMD's devices in package registers. 667 static int get_phy_c45_devs_in_pkg(struct mii_bus *bus, int addr, int dev_addr, in get_phy_c45_devs_in_pkg() function 724 phy_reg = get_phy_c45_devs_in_pkg(bus, addr, i, &devs_in_pkg); in get_phy_c45_ids() 734 phy_reg = get_phy_c45_devs_in_pkg(bus, addr, 0, &devs_in_pkg); in get_phy_c45_ids()
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | phy_device.c | 742 /* get_phy_c45_devs_in_pkg - reads a MMD's devices in package registers. 753 static int get_phy_c45_devs_in_pkg(struct mii_bus *bus, int addr, int dev_addr, in get_phy_c45_devs_in_pkg() function 810 phy_reg = get_phy_c45_devs_in_pkg(bus, addr, i, &devs_in_pkg); in get_phy_c45_ids() 820 phy_reg = get_phy_c45_devs_in_pkg(bus, addr, 0, &devs_in_pkg); in get_phy_c45_ids()
|
Completed in 8 milliseconds