Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/
Duhs_types.h343 return epd->bEndpointAddress & UHS_ENDPOINT_NUMBER_MASK; in uhs_endpoint_num()
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()
380 u8 bEndpointAddress = (u8)((epNumber<<UHS_ENDPOINT_NUMBER_SHIFT) & in uhs_endpoint_address() local
383 bEndpointAddress |= (UHS_ENDPOINT_DIR_IN<<UHS_ENDPOINT_DIR_SHIFT); in uhs_endpoint_address()
385 bEndpointAddress |= (UHS_ENDPOINT_DIR_OUT<<UHS_ENDPOINT_DIR_SHIFT); in uhs_endpoint_address()
387 return bEndpointAddress; in uhs_endpoint_address()
586 (epd->bEndpointAddress!=0)) { in uhs_endpoint_is_valid()
602 epd->bEndpointAddress=0; in uhs_mark_endpoint_invalid()
Duhs_ch9.h243 u8 bEndpointAddress; member