Lines Matching defs:ui32Base
101 _USBIndexWrite(uint32_t ui32Base, uint32_t ui32Endpoint, in _USBIndexWrite()
165 _USBIndexRead(uint32_t ui32Base, uint32_t ui32Endpoint, in _USBIndexRead()
233 USBHostSuspend(uint32_t ui32Base) in USBHostSuspend()
265 USBHostReset(uint32_t ui32Base, bool bStart) in USBHostReset()
319 USBHighSpeed(uint32_t ui32Base, bool bEnable) in USBHighSpeed()
369 USBHostResume(uint32_t ui32Base, bool bStart) in USBHostResume()
413 USBHostSpeedGet(uint32_t ui32Base) in USBHostSpeedGet()
475 USBDevSpeedGet(uint32_t ui32Base) in USBDevSpeedGet()
510 USBIntDisableControl(uint32_t ui32Base, uint32_t ui32Flags) in USBIntDisableControl()
561 USBIntEnableControl(uint32_t ui32Base, uint32_t ui32Flags) in USBIntEnableControl()
636 USBIntStatusControl(uint32_t ui32Base) in USBIntStatusControl()
703 USBIntDisableEndpoint(uint32_t ui32Base, uint32_t ui32Flags) in USBIntDisableEndpoint()
743 USBIntEnableEndpoint(uint32_t ui32Base, uint32_t ui32Flags) in USBIntEnableEndpoint()
784 USBIntStatusEndpoint(uint32_t ui32Base) in USBIntStatusEndpoint()
819 _USBIntNumberGet(uint32_t ui32Base) in _USBIntNumberGet()
860 USBIntRegister(uint32_t ui32Base, void (*pfnHandler)(void)) in USBIntRegister()
900 USBIntUnregister(uint32_t ui32Base) in USBIntUnregister()
995 USBEndpointStatus(uint32_t ui32Base, uint32_t ui32Endpoint) in USBEndpointStatus()
1044 USBHostEndpointStatusClear(uint32_t ui32Base, uint32_t ui32Endpoint, in USBHostEndpointStatusClear()
1090 USBDevEndpointStatusClear(uint32_t ui32Base, uint32_t ui32Endpoint, in USBDevEndpointStatusClear()
1174 USBHostEndpointDataToggle(uint32_t ui32Base, uint32_t ui32Endpoint, in USBHostEndpointDataToggle()
1269 USBEndpointDataToggleClear(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDataToggleClear()
1329 USBHostEndpointPing(uint32_t ui32Base, uint32_t ui32Endpoint, bool bEnable) in USBHostEndpointPing()
1370 USBDevEndpointStall(uint32_t ui32Base, uint32_t ui32Endpoint, in USBDevEndpointStall()
1432 USBDevEndpointStallClear(uint32_t ui32Base, uint32_t ui32Endpoint, in USBDevEndpointStallClear()
1500 USBDevConnect(uint32_t ui32Base) in USBDevConnect()
1529 USBDevDisconnect(uint32_t ui32Base) in USBDevDisconnect()
1558 USBDevAddrSet(uint32_t ui32Base, uint32_t ui32Address) in USBDevAddrSet()
1586 USBDevAddrGet(uint32_t ui32Base) in USBDevAddrGet()
1681 USBHostEndpointConfig(uint32_t ui32Base, uint32_t ui32Endpoint, in USBHostEndpointConfig()
1941 USBHostEndpointSpeed(uint32_t ui32Base, uint32_t ui32Endpoint, in USBHostEndpointSpeed()
2054 USBDevEndpointConfigSet(uint32_t ui32Base, uint32_t ui32Endpoint, in USBDevEndpointConfigSet()
2214 USBDevEndpointConfigGet(uint32_t ui32Base, uint32_t ui32Endpoint, in USBDevEndpointConfigGet()
2394 USBFIFOConfigSet(uint32_t ui32Base, uint32_t ui32Endpoint, in USBFIFOConfigSet()
2457 USBFIFOConfigGet(uint32_t ui32Base, uint32_t ui32Endpoint, in USBFIFOConfigGet()
2575 USBEndpointDMAConfigSet(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDMAConfigSet()
2648 USBEndpointDMAEnable(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDMAEnable()
2688 USBEndpointDMADisable(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDMADisable()
2731 USBEndpointDataAvail(uint32_t ui32Base, uint32_t ui32Endpoint) in USBEndpointDataAvail()
2795 USBEndpointDataGet(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDataGet()
2897 USBDevEndpointDataAck(uint32_t ui32Base, uint32_t ui32Endpoint, in USBDevEndpointDataAck()
2948 USBHostEndpointDataAck(uint32_t ui32Base, uint32_t ui32Endpoint) in USBHostEndpointDataAck()
2994 USBEndpointDataPut(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDataPut()
3075 USBEndpointDataSend(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDataSend()
3145 USBFIFOFlush(uint32_t ui32Base, uint32_t ui32Endpoint, uint32_t ui32Flags) in USBFIFOFlush()
3229 USBHostRequestIN(uint32_t ui32Base, uint32_t ui32Endpoint) in USBHostRequestIN()
3279 USBHostRequestINClear(uint32_t ui32Base, uint32_t ui32Endpoint) in USBHostRequestINClear()
3329 USBHostRequestStatus(uint32_t ui32Base) in USBHostRequestStatus()
3364 USBHostAddrSet(uint32_t ui32Base, uint32_t ui32Endpoint, uint32_t ui32Addr, in USBHostAddrSet()
3414 USBHostAddrGet(uint32_t ui32Base, uint32_t ui32Endpoint, uint32_t ui32Flags) in USBHostAddrGet()
3468 USBHostHubAddrSet(uint32_t ui32Base, uint32_t ui32Endpoint, uint32_t ui32Addr, in USBHostHubAddrSet()
3540 USBHostHubAddrGet(uint32_t ui32Base, uint32_t ui32Endpoint, uint32_t ui32Flags) in USBHostHubAddrGet()
3629 USBHostPwrConfig(uint32_t ui32Base, uint32_t ui32Flags) in USBHostPwrConfig()
3670 USBHostPwrFaultEnable(uint32_t ui32Base) in USBHostPwrFaultEnable()
3697 USBHostPwrFaultDisable(uint32_t ui32Base) in USBHostPwrFaultDisable()
3725 USBHostPwrEnable(uint32_t ui32Base) in USBHostPwrEnable()
3753 USBHostPwrDisable(uint32_t ui32Base) in USBHostPwrDisable()
3778 USBFrameNumberGet(uint32_t ui32Base) in USBFrameNumberGet()
3806 USBOTGSessionRequest(uint32_t ui32Base, bool bStart) in USBOTGSessionRequest()
3844 USBFIFOAddrGet(uint32_t ui32Base, uint32_t ui32Endpoint) in USBFIFOAddrGet()
3899 USBModeGet(uint32_t ui32Base) in USBModeGet()
3945 USBEndpointDMAChannel(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointDMAChannel()
3998 USBHostMode(uint32_t ui32Base) in USBHostMode()
4029 USBDevMode(uint32_t ui32Base) in USBDevMode()
4055 USBOTGMode(uint32_t ui32Base) in USBOTGMode()
4118 USBModeConfig(uint32_t ui32Base, uint32_t ui32Mode) in USBModeConfig()
4142 USBPHYPowerOff(uint32_t ui32Base) in USBPHYPowerOff()
4164 USBPHYPowerOn(uint32_t ui32Base) in USBPHYPowerOn()
4193 USBEndpointPacketCountSet(uint32_t ui32Base, uint32_t ui32Endpoint, in USBEndpointPacketCountSet()
4216 USBNumEndpointsGet(uint32_t ui32Base) in USBNumEndpointsGet()
4257 USBControllerVersion(uint32_t ui32Base) in USBControllerVersion()
4311 USBClockEnable(uint32_t ui32Base, uint32_t ui32Div, uint32_t ui32Flags) in USBClockEnable()
4347 USBClockDisable(uint32_t ui32Base) in USBClockDisable()
4399 USBDMAChannelIntEnable(uint32_t ui32Base, uint32_t ui32Channel) in USBDMAChannelIntEnable()
4438 USBDMAChannelIntDisable(uint32_t ui32Base, uint32_t ui32Channel) in USBDMAChannelIntDisable()
4478 USBDMAChannelIntStatus(uint32_t ui32Base) in USBDMAChannelIntStatus()
4513 USBDMAChannelEnable(uint32_t ui32Base, uint32_t ui32Channel) in USBDMAChannelEnable()
4553 USBDMAChannelDisable(uint32_t ui32Base, uint32_t ui32Channel) in USBDMAChannelDisable()
4630 USBDMAChannelConfigSet(uint32_t ui32Base, uint32_t ui32Channel, in USBDMAChannelConfigSet()
4680 USBDMAChannelStatus(uint32_t ui32Base, uint32_t ui32Channel) in USBDMAChannelStatus()
4723 USBDMAChannelStatusClear(uint32_t ui32Base, uint32_t ui32Channel, in USBDMAChannelStatusClear()
4776 USBDMAChannelAddressSet(uint32_t ui32Base, uint32_t ui32Channel, in USBDMAChannelAddressSet()
4822 USBDMAChannelAddressGet(uint32_t ui32Base, uint32_t ui32Channel) in USBDMAChannelAddressGet()
4862 USBDMAChannelCountSet(uint32_t ui32Base, uint32_t ui32Channel, in USBDMAChannelCountSet()
4904 USBDMAChannelCountGet(uint32_t ui32Base, uint32_t ui32Channel) in USBDMAChannelCountGet()
4941 USBDMANumChannels(uint32_t ui32Base) in USBDMANumChannels()
4996 USBULPIConfig(uint32_t ui32Base, uint32_t ui32Config) in USBULPIConfig()
5027 USBULPIEnable(uint32_t ui32Base) in USBULPIEnable()
5059 USBULPIDisable(uint32_t ui32Base) in USBULPIDisable()
5095 USBULPIRegRead(uint32_t ui32Base, uint8_t ui8Reg) in USBULPIRegRead()
5152 USBULPIRegWrite(uint32_t ui32Base, uint8_t ui8Reg, uint8_t ui8Data) in USBULPIRegWrite()
5225 USBHostLPMSend(uint32_t ui32Base, uint32_t ui32Address, uint32_t ui32Endpoint) in USBHostLPMSend()
5291 USBHostLPMConfig(uint32_t ui32Base, uint32_t ui32ResumeTime, in USBHostLPMConfig()
5334 USBHostLPMResume(uint32_t ui32Base) in USBHostLPMResume()
5372 USBDevLPMRemoteWake(uint32_t ui32Base) in USBDevLPMRemoteWake()
5430 USBDevLPMConfig(uint32_t ui32Base, uint32_t ui32Config) in USBDevLPMConfig()
5474 USBDevLPMEnable(uint32_t ui32Base) in USBDevLPMEnable()
5518 USBDevLPMDisable(uint32_t ui32Base) in USBDevLPMDisable()
5576 USBLPMLinkStateGet(uint32_t ui32Base) in USBLPMLinkStateGet()
5619 USBLPMEndpointGet(uint32_t ui32Base) in USBLPMEndpointGet()
5663 USBLPMRemoteWakeEnabled(uint32_t ui32Base) in USBLPMRemoteWakeEnabled()
5750 USBLPMIntStatus(uint32_t ui32Base) in USBLPMIntStatus()
5823 USBLPMIntEnable(uint32_t ui32Base, uint32_t ui32Ints) in USBLPMIntEnable()
5895 USBLPMIntDisable(uint32_t ui32Base, uint32_t ui32Ints) in USBLPMIntDisable()