Lines Matching refs:bdtOdd

122 …                khciState->endpointState[index].stateUnion.stateBitField.bdtOdd, (uint32_t)buffer);
126 …ciState->bdt, endpoint, direction, khciState->endpointState[index].stateUnion.stateBitField.bdtOdd,
158 … khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].stateUnion.stateBitField.bdtOdd * in USB_DeviceKhciPrimeNextSetup()
163 … khciState->endpointState[(USB_CONTROL_ENDPOINT << 1U) | USB_OUT].stateUnion.stateBitField.bdtOdd * in USB_DeviceKhciPrimeNextSetup()
450 …(uint32_t)khciState->bdt, endpoint, 0, khciState->endpointState[0].stateUnion.stateBitField.bdtOdd, in USB_DeviceKhciEndpointStall()
457 …(uint32_t)khciState->bdt, endpoint, 1, khciState->endpointState[1].stateUnion.stateBitField.bdtOdd, in USB_DeviceKhciEndpointStall()
523 khciState->endpointState[index].stateUnion.stateBitField.bdtOdd, in USB_DeviceKhciEndpointStall()
651 uint8_t bdtOdd; in USB_DeviceKhciInterruptTokenDone() local
663 bdtOdd = (stateRegister & USB_STAT_ODD_MASK) >> USB_STAT_ODD_SHIFT; in USB_DeviceKhciInterruptTokenDone()
669 control = USB_KHCI_BDT_GET_CONTROL((uint32_t)khciState->bdt, endpoint, direction, bdtOdd); in USB_DeviceKhciInterruptTokenDone()
672 …uffer = (uint8_t *)USB_KHCI_BDT_GET_ADDRESS((uint32_t)khciState->bdt, endpoint, direction, bdtOdd); in USB_DeviceKhciInterruptTokenDone()
691 khciState->setupBufferIndex = bdtOdd; in USB_DeviceKhciInterruptTokenDone()
706 khciState->endpointState[index].stateUnion.stateBitField.bdtOdd ^= 1U; in USB_DeviceKhciInterruptTokenDone()
807 … khciState->endpointState[index].stateUnion.stateBitField.bdtOdd)); in USB_DeviceKhciInterruptTokenDone()
831 khciState->endpointState[index].stateUnion.stateBitField.bdtOdd ^= 1U; in USB_DeviceKhciInterruptTokenDone()