Lines Matching defs:x
98 # define m16_swap(x) cpu_to_be16(x) argument
99 # define m32_swap(x) cpu_to_be32(x) argument
101 # define m16_swap(x) cpu_to_le16(x) argument
102 # define m32_swap(x) cpu_to_le32(x) argument
129 #define ohci_mdelay(x) argument
131 #define ohci_mdelay(x) mdelay(x) argument
1201 #define OK(x) len = (x); break argument
1203 #define WR_RH_STAT(x) {info("WR:status %#8x", (x)); ohci_writel((x), \ argument
1205 #define WR_RH_PORTSTAT(x) {info("WR:portstatus[%d] %#8x", wIndex-1, \ argument
1208 #define WR_RH_STAT(x) ohci_writel((x), &ohci->regs->roothub.status) argument
1209 #define WR_RH_PORTSTAT(x) ohci_writel((x), \ argument