Searched refs:phy_handle (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/scsi/ |
H A D | mptconfig.c | 398 int *phy_handle, int *dev_handle) in mptsas_phy_get_device() argument 402 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 425 SCSIDevice *dev = mptsas_phy_get_device(s, i, &phy_handle, &dev_handle); in mptsas_config_sas_io_unit_0() 512 int phy_handle = -1; in mptsas_config_phy_0() local 518 trace_mptsas_config_sas_phy(s, address, i, phy_handle, dev_handle, 0); in mptsas_config_phy_0() 522 dev = mptsas_phy_get_device(s, i, &phy_handle, &dev_handle); in mptsas_config_phy_0() 523 trace_mptsas_config_sas_phy(s, address, i, phy_handle, dev_handle, 0); in mptsas_config_phy_0() 538 int phy_handle = -1; in mptsas_config_phy_1() local [all …]
|
H A D | trace-events | 42 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 D | octeon-platform.c | 484 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 D | hci.h | 972 __u8 phy_handle; member 2494 __u8 phy_handle; member 2499 __u8 phy_handle; member 2505 __u8 phy_handle; member 2513 __u8 phy_handle; member
|
/openbmc/linux/drivers/net/ethernet/ibm/emac/ |
H A D | core.c | 2634 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 D | chip.c | 3237 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()
|