Searched refs:phy_start (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci.c805 uint32_t phy_start; local
819 phy_start = le32toh(td->td_cbp);
823 if (phy_start) {
829 temp = (OHCI_PAGE(phy_start ^ phy_end) ?
832 temp -= OHCI_PAGE_OFFSET(phy_start);
862 if (phy_start) {
944 uint32_t phy_start; local
953 phy_start = le32toh(td->td_cbp);
975 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) {
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe.h907 int (*phy_start)(struct xgbe_prv_data *); member in struct:xgbe_phy_if
H A Dxgbe-mdio.c1625 phy_if->phy_start = xgbe_phy_start;
H A Dif_axgbe_pci.c1542 ret = phy_if->phy_start(pdata);

Completed in 125 milliseconds