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

/freebsd-11-stable/sys/dev/isci/
H A Disci_sysctl.c136 SCI_PHY_HANDLE_T phy_handle = NULL; local
140 phy_to_be_stopped, &phy_handle);
142 scic_phy_stop(phy_handle);
168 SCI_PHY_HANDLE_T phy_handle = NULL; local
172 phy_to_be_started, &phy_handle);
174 scic_phy_start(phy_handle);
H A Disci_remote_device.c222 SCI_PHY_HANDLE_T phy_handle; local
243 phy_index, &phy_handle);
244 scic_phy_get_properties(phy_handle, &phy_properties);
/freebsd-11-stable/sys/dev/fdt/
H A Dfdt_common.c530 pcell_t phy_handle, phy_reg; local
534 if (OF_getencprop(node, "phy-handle", (void *)&phy_handle,
535 sizeof(phy_handle)) <= 0)
538 phy_node = OF_node_from_xref(phy_handle);
556 if (OF_getprop(phy_node, "phy-handle", (void *)&phy_handle,
557 sizeof(phy_handle)) > 0)
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_controller.h597 * @param[out] phy_handle This parameter specifies the retrieved phy handle
608 SCI_PHY_HANDLE_T * phy_handle
H A Dscic_sds_controller.c4362 SCI_PHY_HANDLE_T * phy_handle
4372 controller, phy_index, phy_handle
4377 *phy_handle = &this_controller->phy_table[phy_index];
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c206 uint32_t *phy_handle; local
242 phy_handle = (uint32_t *) fdt_getprop(fdt_addr, eth, "phy-handle", NULL);
243 if (!phy_handle)
249 phandle = cvmx_be32_to_cpu(*phy_handle);

Completed in 146 milliseconds