Searched refs:HOST_FRAME_MASK (Results 1 – 2 of 2) sorted by relevance
290 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()
80 #define HOST_FRAME_MASK 0x07FF macro