Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dohci.c804 uint32_t phy_start; in ohci_non_isoc_done_sub() local
818 phy_start = le32toh(td->td_cbp); in ohci_non_isoc_done_sub()
822 if (phy_start) { in ohci_non_isoc_done_sub()
828 temp = (OHCI_PAGE(phy_start ^ phy_end) ? in ohci_non_isoc_done_sub()
831 temp -= OHCI_PAGE_OFFSET(phy_start); in ohci_non_isoc_done_sub()
861 if (phy_start) { in ohci_non_isoc_done_sub()
943 uint32_t phy_start; in ohci_check_transfer_sub() local
952 phy_start = le32toh(td->td_cbp); in ohci_check_transfer_sub()
974 if (((td_next & (~0xF)) == OHCI_TD_NEXT_END) || phy_start) { in ohci_check_transfer_sub()
/freebsd/sys/dev/axgbe/
H A Dxgbe.h905 int (*phy_start)(struct xgbe_prv_data *); member
H A Dxgbe-mdio.c1623 phy_if->phy_start = xgbe_phy_start; in xgbe_init_function_ptrs_phy()
H A Dif_axgbe_pci.c1602 ret = phy_if->phy_start(pdata); in axgbe_pci_init()