Home
last modified time | relevance | path

Searched refs:CDNSP_EXT_PORT_MAJOR (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c1129 port->maj_rev = CDNSP_EXT_PORT_MAJOR(temp); in cdnsp_add_in_port()
1172 if (CDNSP_EXT_PORT_MAJOR(temp) == 0x03 && in cdnsp_setup_port_arrays()
1177 if (CDNSP_EXT_PORT_MAJOR(temp) == 0x02 && in cdnsp_setup_port_arrays()
H A Dcdnsp-gadget.h1338 #define CDNSP_EXT_PORT_MAJOR(x) (((x) >> 24) & 0xff) macro