Searched refs:device_address_byte (Results 1 – 2 of 2) sorted by relevance
88 UCHAR device_address_byte; in _ux_host_stack_device_address_set() local110 device_address_byte = hcd -> ux_hcd_address[address_byte_index]; in _ux_host_stack_device_address_set()116 if ((device_address_byte & (1 << address_bit_index)) == 0) in _ux_host_stack_device_address_set()120 … device_address_byte = (UCHAR)((UCHAR)device_address_byte | (UCHAR)(1 << address_bit_index)); in _ux_host_stack_device_address_set()123 hcd -> ux_hcd_address[address_byte_index] = device_address_byte; in _ux_host_stack_device_address_set()
104 UCHAR device_address_byte; in _ux_host_stack_device_resources_free() local259 device_address_byte = (UCHAR)(1 << device_address_bit_index); in _ux_host_stack_device_resources_free()262 hcd -> ux_hcd_address[device_address_byte_index] &= (UCHAR)~device_address_byte; in _ux_host_stack_device_resources_free()