Home
last modified time | relevance | path

Searched refs:readw (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUSBHwCtl.c351 while (readw((void*)(BDMA_RIU_BASE+0x2*2)) & 0x1) {
374 writew(readw((void*)(BDMA_RIU_BASE)) | 0x1, (void*)(BDMA_RIU_BASE));
376 if ((readw((void*)(BDMA_RIU_BASE+0x2*2)) & 0x8) == 0x8)
H A DdrvEHCI.h496 #define readw(reg_adr) ( *( (volatile MS_U16 *) (reg_adr) ) ) macro
517 return (readw((void*)(unsigned int)regs)); in hcd_reg_readw()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI.h2261 #define readw(reg_adr) ( *( (volatile MS_U16 *) (reg_adr) ) ) macro
2286 return (readw((void*)(unsigned int)regs)); in ehci_readw()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvIO.h137 static inline U16 readw(U32 c)