Searched refs:ULPI_ID (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/otg/
H A Dulpi.c32 #define ULPI_ID(vendor, product) (((vendor) << 16) | (product)) macro
36 ULPI_ID(0x04cc, 0x1504), /* NXP ISP1504 */
37 ULPI_ID(0x0424, 0x0006), /* SMSC USB3319 */
157 if (ulpi_ids[i] == ULPI_ID(vid, pid))

Completed in 35 milliseconds