Home
last modified time | relevance | path

Searched refs:phy_handle (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dmptconfig.c402 if (phy_handle) { in mptsas_phy_get_device()
403 *phy_handle = i + 1; in mptsas_phy_get_device()
424 int phy_handle, dev_handle; in mptsas_config_sas_io_unit_0() local
512 int phy_handle = -1; in mptsas_config_phy_0() local
522 dev = mptsas_phy_get_device(s, i, &phy_handle, &dev_handle); in mptsas_config_phy_0()
538 int phy_handle = -1; in mptsas_config_phy_1() local
547 (void) mptsas_phy_get_device(s, i, &phy_handle, &dev_handle); in mptsas_config_phy_1()
595 int phy_handle = -1; in mptsas_config_sas_device_0() local
607 dev->wwn, phy_handle, i, in mptsas_config_sas_device_0()
619 int phy_handle = -1; in mptsas_config_sas_device_1() local
[all …]
H A Dtrace-events42 mptsas_config_sas_device(void *dev, int address, int port, int phy_handle, int dev_handle, int page…
43 mptsas_config_sas_phy(void *dev, int address, int port, int phy_handle, int dev_handle, int page) "…
/openbmc/linux/arch/mips/cavium-octeon/
H A Docteon-platform.c484 const __be32 *phy_handle; in octeon_fdt_set_phy() local
494 phy_handle = fdt_getprop(initial_boot_params, eth, "phy-handle", NULL); in octeon_fdt_set_phy()
495 if (!phy_handle) in octeon_fdt_set_phy()
498 phandle = be32_to_cpup(phy_handle); in octeon_fdt_set_phy()
597 const __be32 *phy_handle; in octeon_fdt_rm_ethernet() local
599 phy_handle = fdt_getprop(initial_boot_params, node, "phy-handle", NULL); in octeon_fdt_rm_ethernet()
600 if (phy_handle) { in octeon_fdt_rm_ethernet()
601 u32 ph = be32_to_cpup(phy_handle); in octeon_fdt_rm_ethernet()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h955 __u8 phy_handle; member
2477 __u8 phy_handle; member
2482 __u8 phy_handle; member
2488 __u8 phy_handle; member
2496 __u8 phy_handle; member
/openbmc/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c2634 struct device_node *phy_handle) in emac_dt_phy_connect() argument
2641 dev->phy_dev = of_phy_connect(dev->ndev, phy_handle, &emac_adjust_link, in emac_dt_phy_connect()
2662 struct device_node *phy_handle; in emac_dt_phy_probe() local
2665 phy_handle = of_parse_phandle(np, "phy-handle", 0); in emac_dt_phy_probe()
2667 if (phy_handle) { in emac_dt_phy_probe()
2670 res = emac_dt_phy_connect(dev, phy_handle); in emac_dt_phy_probe()
2676 of_node_put(phy_handle); in emac_dt_phy_probe()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c3237 struct device_node *phy_handle = NULL; in mv88e6xxx_setup_port() local
3428 phy_handle = of_parse_phandle(dp->dn, "phy-handle", 0); in mv88e6xxx_setup_port()
3430 if (phy_handle && !of_property_read_u32(phy_handle, in mv88e6xxx_setup_port()
3435 if (phy_handle) { in mv88e6xxx_setup_port()
3436 of_node_put(phy_handle); in mv88e6xxx_setup_port()