| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | core_mcpcia.c | 258 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 D | dev.c | 186 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 D | core.c | 739 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 D | tw68-core.c | 245 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 D | tw68.h | 144 unsigned char pci_rev, pci_lat; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx88/ |
| H A D | cx88.h | 480 unsigned char pci_rev, pci_lat; member 542 unsigned char pci_rev, pci_lat; member
|
| H A D | cx88-mpeg.c | 398 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 D | cx88-video.c | 1284 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 D | ioc3.h | 114 u32 pci_rev; /* 0x00008 */ member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/ |
| H A D | cx25821.h | 226 unsigned char pci_rev, pci_lat; member
|
| H A D | cx25821-core.c | 1299 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 D | amdgpu_drm.h | 867 __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 D | amdgpu_drm.h | 867 __u32 pci_rev; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/ |
| H A D | amdgpu_drm.h | 933 __u32 pci_rev; member
|
| /OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/ |
| H A D | amdgpu_drm.h | 933 __u32 pci_rev; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/ |
| H A D | amdgpu_drm.h | 933 __u32 pci_rev; member
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | amdgpu_drm.h | 957 __u32 pci_rev; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/ |
| H A D | saa7164.h | 428 unsigned char pci_rev, pci_lat; member
|
| H A D | saa7164-core.c | 1277 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 D | cx23885.h | 359 unsigned char pci_rev, pci_lat; member
|
| H A D | cx23885-core.c | 2145 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 D | saa7134-core.c | 1088 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 D | saa7134.h | 571 unsigned char pci_rev,pci_lat; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | falcon.c | 2309 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 D | amdgpu_kms.c | 727 dev_info.pci_rev = dev->pdev->revision; in amdgpu_info_ioctl()
|