Home
last modified time | relevance | path

Searched refs:pci_rev (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dcore_mcpcia.c258 unsigned int pci_rev; in mcpcia_probe_hose() local
273 pci_rev = *(vuip)MCPCIA_REV(mid); in mcpcia_probe_hose()
279 pci_rev = 0xffffffff; in mcpcia_probe_hose()
285 return (pci_rev >> 16) == PCI_CLASS_BRIDGE_HOST; in mcpcia_probe_hose()
526 unsigned int pci_rev; in mcpcia_print_system_area() member
556 printk(" PCI_REV = %8x\n", iodpp->pci_rev); in mcpcia_print_system_area()
/OK3568_Linux_fs/kernel/drivers/block/rsxx/
H A Ddev.c186 unsigned char pci_rev; in rsxx_discard_supported() local
188 pci_read_config_byte(card->dev, PCI_REVISION_ID, &pci_rev); in rsxx_discard_supported()
190 return (pci_rev >= RSXX_DISCARD_SUPPORT); in rsxx_discard_supported()
H A Dcore.c739 unsigned char pci_rev; in rsxx_compatibility_check() local
741 pci_read_config_byte(card->dev, PCI_REVISION_ID, &pci_rev); in rsxx_compatibility_check()
743 if (pci_rev > RS70_PCI_REV_SUPPORTED) in rsxx_compatibility_check()
/OK3568_Linux_fs/kernel/drivers/media/pci/tw68/
H A Dtw68-core.c245 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &dev->pci_rev); in tw68_initdev()
248 dev->name, pci_name(pci_dev), dev->pci_rev, pci_dev->irq, in tw68_initdev()
H A Dtw68.h144 unsigned char pci_rev, pci_lat; member
/OK3568_Linux_fs/kernel/drivers/media/pci/cx88/
H A Dcx88.h480 unsigned char pci_rev, pci_lat; member
542 unsigned char pci_rev, pci_lat; member
H A Dcx88-mpeg.c398 dev->pci_rev = dev->pci->revision; in cx8802_init_common()
401 pci_name(dev->pci), dev->pci_rev, dev->pci->irq, in cx8802_init_common()
H A Dcx88-video.c1284 dev->pci_rev = pci_dev->revision; in cx8800_initdev()
1287 pci_name(pci_dev), dev->pci_rev, pci_dev->irq, in cx8800_initdev()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/
H A Dioc3.h114 u32 pci_rev; /* 0x00008 */ member
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821.h226 unsigned char pci_rev, pci_lat; member
H A Dcx25821-core.c1299 pci_read_config_byte(pci_dev, PCI_CLASS_REVISION, &dev->pci_rev); in cx25821_initdev()
1302 dev->name, pci_name(pci_dev), dev->pci_rev, pci_dev->irq, in cx25821_initdev()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Damdgpu_drm.h867 __u32 pci_rev; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Damdgpu_drm.h867 __u32 pci_rev; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Damdgpu_drm.h933 __u32 pci_rev; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Damdgpu_drm.h933 __u32 pci_rev; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Damdgpu_drm.h933 __u32 pci_rev; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Damdgpu_drm.h957 __u32 pci_rev; member
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A Dsaa7164.h428 unsigned char pci_rev, pci_lat; member
H A Dsaa7164-core.c1277 dev->pci_rev = pci_dev->revision; in saa7164_initdev()
1281 pci_name(pci_dev), dev->pci_rev, pci_dev->irq, in saa7164_initdev()
/OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/
H A Dcx23885.h359 unsigned char pci_rev, pci_lat; member
H A Dcx23885-core.c2145 dev->pci_rev = pci_dev->revision; in cx23885_initdev()
2149 pci_name(pci_dev), dev->pci_rev, pci_dev->irq, in cx23885_initdev()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-core.c1088 dev->pci_rev = pci_dev->revision; in saa7134_initdev()
1091 dev->name, pci_name(pci_dev), dev->pci_rev, pci_dev->irq, in saa7134_initdev()
H A Dsaa7134.h571 unsigned char pci_rev,pci_lat; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c2309 u8 pci_rev = efx->pci_dev->revision; in falcon_probe_nic() local
2311 if ((pci_rev == 0xff) || (pci_rev == 0)) { in falcon_probe_nic()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c727 dev_info.pci_rev = dev->pdev->revision; in amdgpu_info_ioctl()