Home
last modified time | relevance | path

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

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