Searched defs:valid_port (Results 1 – 4 of 4) sorted by relevance
35 #define valid_port(idx) ((idx) == 1 || (idx) == 2) macro
33 #define valid_port(index) ((index) >= 0 && (index) < AT91_MAX_USBH_PORTS) macro
211 static int valid_port(__u32 *pdev_nr, __u32 *rhport) in valid_port() function
59 static unsigned int valid_port[] = { 0x250, 0x270, 0x280, 0x300, 0x350, 0x360, 0x380, 0x390}; variable