Searched refs:bit_index (Results 1 – 1 of 1) sorted by relevance
147 const int bit_index = (USB_EP_GET_IDX(ep) << 1) | !!USB_EP_DIR_IS_OUT(ep); in udc_rpi_endpoint_mask() local149 return BIT(bit_index); in udc_rpi_endpoint_mask()