Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci.h142 __u16 frame_no; /* current frame number */ member
H A Dohci-hcd.c501 dbg("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
605 return m16_swap(ohci->hcca->frame_no); in sohci_get_current_frame_number()
1972 unsigned int frame = m16_swap(ohci->hcca->frame_no) & 1; in hc_interrupt()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h131 __u16 frame_no; /* current frame number */ member
H A Dau1x00_usb_ohci.c362 dbg ("hcca frame #%04x", controller->hcca->frame_no); in ohci_dump()
458 return m16_swap (ohci->hcca->frame_no); in sohci_get_current_frame_number()
1403 unsigned int frame = m16_swap (ohci->hcca->frame_no) & 1; in hc_interrupt()