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

/linux-4.1.27/drivers/usb/phy/
H A Dphy-ulpi.c39 #define ULPI_ID(vendor, product) (((vendor) << 16) | (product)) macro
48 ULPI_INFO(ULPI_ID(0x04cc, 0x1504), "NXP ISP1504"),
49 ULPI_INFO(ULPI_ID(0x0424, 0x0006), "SMSC USB331x"),
50 ULPI_INFO(ULPI_ID(0x0424, 0x0007), "SMSC USB3320"),
51 ULPI_INFO(ULPI_ID(0x0424, 0x0009), "SMSC USB334x"),
52 ULPI_INFO(ULPI_ID(0x0451, 0x1507), "TI TUSB1210"),
198 if (ulpi_ids[i].id == ULPI_ID(vid, pid)) { ulpi_init()

Completed in 73 milliseconds