Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/c67x00/
Dc67x00-sched.c185 return c67x00_ll_husb_get_frame(c67x00->sie) & HOST_FRAME_MASK; in c67x00_get_current_frame_number()
194 return (a + b) & HOST_FRAME_MASK; in frame_add()
202 return ((HOST_FRAME_MASK + a - b) & HOST_FRAME_MASK) < in frame_after()
203 (HOST_FRAME_MASK / 2); in frame_after()
211 return ((HOST_FRAME_MASK + 1 + a - b) & HOST_FRAME_MASK) < in frame_after_eq()
212 (HOST_FRAME_MASK / 2); in frame_after_eq()
Dc67x00-hcd.c305 temp_val &= HOST_FRAME_MASK; in c67x00_hcd_get_frame()
306 return temp_val ? (temp_val - 1) : HOST_FRAME_MASK; in c67x00_hcd_get_frame()
Dc67x00.h94 #define HOST_FRAME_MASK 0x07FF macro