Searched refs:UHS_ENDPOINT_DIR_MASK (Results 1 – 2 of 2) sorted by relevance
355 return((epd->bEndpointAddress & UHS_ENDPOINT_DIR_MASK) == UHS_DIR_IN) ? TRUE : FALSE; in uhs_endpoint_dir_in()367 return((epd->bEndpointAddress & UHS_ENDPOINT_DIR_MASK) == UHS_DIR_OUT) ? TRUE : FALSE; in uhs_endpoint_dir_out()
263 #define UHS_ENDPOINT_DIR_MASK (1<<UHS_ENDPOINT_DIR_SHIFT) macro