Searched defs:ctrl_sts (Results 1 – 4 of 4) 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; member