Searched refs:revision (Results 1 - 25 of 964) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Derr_common.h85 u16 revision; /* header revision */ member in struct:el_subpacket
/linux-master/arch/alpha/kernel/
H A Derr_common.c230 a->revision == header->revision) {
H A Derr_impl.h21 u16 revision; member in struct:el_subpacket_annotation
/linux-master/arch/arm/kernel/
H A Datags_compat.c148 tag->u.revision.rev = params->u1.s.system_rev;
/linux-master/arch/arm/mm/
H A Dl2c-l2x0-resume.S34 @ The prefetch and power control registers are revision dependent
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h327 .set VER_41,0x41 | revision version number
/linux-master/drivers/acpi/acpica/
H A Dutmisc.c117 * DESCRIPTION: Set the global integer bit width based upon the revision
124 void acpi_ut_set_integer_width(u8 revision) argument
127 if (revision < 2) {
/linux-master/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_types_internal.h38 struct atom_data_revision revision; member in struct:object_info_table
/linux-master/drivers/mcb/
H A Dmcb-internal.h30 * @revision: Revison of Chameleon table in FPGA
39 u8 revision; member in struct:chameleon_fpga_header
54 * @rev: the revision of the variant's implementation
89 * @rev: the revision of the variant's implementation
/linux-master/drivers/media/common/
H A Dtveeprom.c435 ** revision: tag [00].09-0b or [06].04-06
511 tvee->revision = eeprom_data[i+10] +
577 tvee->revision =
646 if (tvee->revision != 0) {
647 tvee->rev_str[0] = 32 + ((tvee->revision >> 18) & 0x3f);
648 tvee->rev_str[1] = 32 + ((tvee->revision >> 12) & 0x3f);
649 tvee->rev_str[2] = 32 + ((tvee->revision >> 6) & 0x3f);
650 tvee->rev_str[3] = 32 + (tvee->revision & 0x3f);
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.h102 unsigned char revision; member in struct:bt878
/linux-master/drivers/media/pci/mantis/
H A Dmantis_common.h116 u8 revision; member in struct:mantis_pci
/linux-master/drivers/net/ethernet/atheros/alx/
H A Dhw.h503 return hw->pdev->revision >> ALX_PCI_REVID_SHIFT;
508 return hw->pdev->revision & 1;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_fw_hdr.h101 u8 revision; member in struct:bnxt_fw_header
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnic.h617 return (pdev->revision < 8) &&
623 return (pdev->revision >= 8) &&
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib_common.h51 u16 revision; member in struct:cudbg_ver_hdr
H A Dt4_chip_type.h52 #define CHELSIO_CHIP_CODE(version, revision) (((version) << 4) | (revision))
/linux-master/drivers/net/ethernet/dec/tulip/
H A D21142.c190 int startup = ! ((tp->chip_id == DC21143 && (tp->revision == 48 || tp->revision == 65)));
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h24 return efx->type->revision;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dbus.c217 dev->core_rev = sdev->id.revision;
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Drfkill.c19 if (dev->dev->id.revision >= 3) {
/linux-master/drivers/pcmcia/
H A Dricoh.h175 if (socket->dev->revision < 0x80)
H A Dtopic.h158 && socket->dev->revision <= 7
/linux-master/drivers/scsi/
H A Da100u2w.h278 u8 revision; /* 0B - revision of data structure */ member in struct:orc_nvram
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw_chip.h52 #define CHELSIO_CHIP_CODE(version, revision) (((version) << 4) | (revision))

Completed in 362 milliseconds

1234567891011>>