Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dohci.h199 __hc32 frame_no; /* current frame number */ member
665 tmp = be32_to_cpup((__force __be32 *)&ohci->hcca->frame_no); in ohci_frame_no()
669 tmp = le32_to_cpup((__force __le32 *)&ohci->hcca->frame_no); in ohci_frame_no()
A Dohci-hcd.c756 unsigned frame_no, prev_frame_no = IO_WATCHDOG_OFF; in io_watchdog_func() local
842 frame_no = ohci_frame_no(ohci); in io_watchdog_func()
843 if (frame_no == ohci->prev_frame_no) { in io_watchdog_func()
861 prev_frame_no = frame_no; in io_watchdog_func()
/linux/Documentation/devicetree/bindings/usb/
A Dgeneric-ohci.yaml97 Set if frame_no lives in bits [15:0] of HCCA

Completed in 8 milliseconds