Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/matrox/
A Dmatroxfb_misc.c428 unsigned int pcir_offset; in get_bios_version() local
430 pcir_offset = readb(vbios + 24) | (readb(vbios + 25) << 8); in get_bios_version()
431 if (pcir_offset >= 26 && pcir_offset < 0xFFE0 && in get_bios_version()
432 readb(vbios + pcir_offset ) == 'P' && in get_bios_version()
433 readb(vbios + pcir_offset + 1) == 'C' && in get_bios_version()
434 readb(vbios + pcir_offset + 2) == 'I' && in get_bios_version()
435 readb(vbios + pcir_offset + 3) == 'R') { in get_bios_version()
438 h = readb(vbios + pcir_offset + 0x12); in get_bios_version()
441 bd->version.vRev = readb(vbios + pcir_offset + 0x13); in get_bios_version()
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_ethtool.c1459 u16 pcir_offset; in cxgb4_validate_boot_image() local
1469 pcir_offset = le16_to_cpu(header->pcir_offset); in cxgb4_validate_boot_image()
1471 pcir_offset); in cxgb4_validate_boot_image()
A Dt4_hw.c10506 u16 pcir_offset; in modify_device_id() local
10511 pcir_offset = le16_to_cpu(header->pcir_offset); in modify_device_id()
10513 pcir_offset); in modify_device_id()
10581 int pcir_offset; in t4_load_boot() local
10596 pcir_offset = le16_to_cpu(header->pcir_offset); in t4_load_boot()
10598 pcir_header = (struct cxgb4_pcir_data *)&boot_data[pcir_offset]; in t4_load_boot()
A Dcxgb4.h178 __le16 pcir_offset; /* Offset to PCI Data Structure */ member
188 __le16 pcir_offset; /* Offset to PCI Data Struture */ member

Completed in 37 milliseconds