Home
last modified time | relevance | path

Searched refs:PCI_VDEVICE (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/i2c/
H A Ddesignware_i2c.c604 { PCI_VDEVICE(INTEL, 0x0f41) },
605 { PCI_VDEVICE(INTEL, 0x0f42) },
606 { PCI_VDEVICE(INTEL, 0x0f43) },
607 { PCI_VDEVICE(INTEL, 0x0f44) },
608 { PCI_VDEVICE(INTEL, 0x0f45) },
609 { PCI_VDEVICE(INTEL, 0x0f46) },
610 { PCI_VDEVICE(INTEL, 0x0f47) },
H A Dintel_i2c.c316 { PCI_VDEVICE(INTEL, 0x0f12) },
318 { PCI_VDEVICE(INTEL, 0x1e22) },
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.c904 { PCI_VDEVICE(INTEL, 0x0953), /* Intel 750/P3500/P3600/P3700 */
906 { PCI_VDEVICE(INTEL, 0x0a53), /* Intel P3520 */
908 { PCI_VDEVICE(INTEL, 0x0a54), /* Intel P4500/P4600 */
910 { PCI_VDEVICE(INTEL, 0x0a55), /* Dell Express Flash P4600 */
/rk3399_rockchip-uboot/include/
H A Dpci.h1618 #define PCI_VDEVICE(vend, dev) \ macro