Searched refs:hcd_reg_readb (Results 1 – 3 of 3) sorted by relevance
180 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()
520 static inline unsigned char hcd_reg_readb(unsigned int regs) in hcd_reg_readb() function
2325 (U32)hcd_reg_readb ((U32)&ehci->cap_regs->caplength)); in ms_ehci_init()