Searched refs:phy_handle (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/dev/isci/ |
| HD | isci_sysctl.c | 136 SCI_PHY_HANDLE_T phy_handle = NULL; in isci_sysctl_stop() local 140 phy_to_be_stopped, &phy_handle); in isci_sysctl_stop() 142 scic_phy_stop(phy_handle); in isci_sysctl_stop() 168 SCI_PHY_HANDLE_T phy_handle = NULL; in isci_sysctl_start() local 172 phy_to_be_started, &phy_handle); in isci_sysctl_start() 174 scic_phy_start(phy_handle); in isci_sysctl_start()
|
| HD | isci_remote_device.c | 222 SCI_PHY_HANDLE_T phy_handle; in isci_remote_device_get_bitrate() local 243 phy_index, &phy_handle); in isci_remote_device_get_bitrate() 244 scic_phy_get_properties(phy_handle, &phy_properties); in isci_remote_device_get_bitrate()
|
| /NextBSD/sys/dev/fdt/ |
| HD | fdt_common.c | 530 pcell_t phy_handle, phy_reg; in fdt_get_phyaddr() local 534 if (OF_getencprop(node, "phy-handle", (void *)&phy_handle, in fdt_get_phyaddr() 535 sizeof(phy_handle)) <= 0) in fdt_get_phyaddr() 538 phy_node = OF_node_from_xref(phy_handle); in fdt_get_phyaddr() 556 if (OF_getprop(phy_node, "phy-handle", (void *)&phy_handle, in fdt_get_phyaddr() 557 sizeof(phy_handle)) > 0) in fdt_get_phyaddr()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-helper-board.c | 206 uint32_t *phy_handle; in __get_phy_info_from_dt() local 242 phy_handle = (uint32_t *) fdt_getprop(fdt_addr, eth, "phy-handle", NULL); in __get_phy_info_from_dt() 243 if (!phy_handle) in __get_phy_info_from_dt() 249 phandle = cvmx_be32_to_cpu(*phy_handle); in __get_phy_info_from_dt()
|
| /NextBSD/sys/dev/isci/scil/ |
| HD | scic_controller.h | 608 SCI_PHY_HANDLE_T * phy_handle
|
| HD | scic_sds_controller.c | 4362 SCI_PHY_HANDLE_T * phy_handle in scic_controller_get_phy_handle() argument 4372 controller, phy_index, phy_handle in scic_controller_get_phy_handle() 4377 *phy_handle = &this_controller->phy_table[phy_index]; in scic_controller_get_phy_handle()
|