Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
A Dc67x00-sched.c161 return c67x00_ll_husb_get_frame(c67x00->sie) & HOST_FRAME_MASK; in c67x00_get_current_frame_number()
170 return (a + b) & HOST_FRAME_MASK; in frame_add()
178 return ((HOST_FRAME_MASK + a - b) & HOST_FRAME_MASK) < in frame_after()
179 (HOST_FRAME_MASK / 2); in frame_after()
187 return ((HOST_FRAME_MASK + 1 + a - b) & HOST_FRAME_MASK) < in frame_after_eq()
188 (HOST_FRAME_MASK / 2); in frame_after_eq()
A Dc67x00-hcd.c290 temp_val &= HOST_FRAME_MASK; in c67x00_hcd_get_frame()
291 return temp_val ? (temp_val - 1) : HOST_FRAME_MASK; in c67x00_hcd_get_frame()
A Dc67x00.h80 #define HOST_FRAME_MASK 0x07FF macro

Completed in 6 milliseconds