Searched refs:ctrl_sts (Results 1 – 2 of 2) sorted by relevance
220 #define uhci_status_bits(ctrl_sts) ((ctrl_sts) & 0xF60000) argument221 #define uhci_actual_length(ctrl_sts) (((ctrl_sts) + 1) & \ argument
76 u32 ctrl_sts; member334 if (ioread32(&priv->regs_t->ctrl_sts) & CRB_CTRL_STS_ERROR) in crb_recv()