Home
last modified time | relevance | path

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

/linux/drivers/usb/c67x00/
H 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()
H A Dc67x00.h80 #define HOST_FRAME_MASK 0x07FF macro