Searched defs: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; member