Home
last modified time | relevance | path

Searched refs:hcd_reg_readb (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvMsg.c180 if ((hcd_reg_readb((U32)&ehci->op_regs->portsc[0]) & PORTSC_CSC) // CSC happen on ehci port in ms_usb_start_wait_urb()
181 … || !(hcd_reg_readb((U32)&ehci->op_regs->portsc[0]) & PORTSC_PE)) // PE cleared on ehci port in ms_usb_start_wait_urb()
185 …diag_printf("[USB] CSC happend/PE clr while wait CMP PSC [0x%x]\n", hcd_reg_readb((U32)&ehci->op_r… in ms_usb_start_wait_urb()
H A DdrvEHCI.h520 static inline unsigned char hcd_reg_readb(unsigned int regs) in hcd_reg_readb() function
H A DdrvEhciHcd.c2325 (U32)hcd_reg_readb ((U32)&ehci->cap_regs->caplength)); in ms_ehci_init()