Searched refs:revision (Results 151 - 175 of 964) sorted by relevance

1234567891011>>

/linux-master/drivers/scsi/
H A Dips.c2134 if (ha->pcidev->revision <= IPS_REVID_SERVERAID) {
2136 } else if (ha->pcidev->revision == IPS_REVID_SERVERAID2) {
2138 } else if (ha->pcidev->revision == IPS_REVID_NAVAJO) {
2140 } else if ((ha->pcidev->revision == IPS_REVID_SERVERAID2)
2143 } else if ((ha->pcidev->revision >= IPS_REVID_CLARINETP1) &&
2144 (ha->pcidev->revision <= IPS_REVID_CLARINETP3)) {
2149 } else if ((ha->pcidev->revision >= IPS_REVID_TROMBONE32) &&
2150 (ha->pcidev->revision <= IPS_REVID_TROMBONE64)) {
2209 /* Get the BIOS revision number */
2235 if (ha->pcidev->revision
[all...]
/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/soc/tegra/fuse/
H A Dspeedo-tegra30.c115 switch (sku_info->revision) {
227 pr_warn("Tegra Unknown chip rev %d\n", sku_info->revision);
H A Dspeedo-tegra114.c38 enum tegra_revision rev = sku_info->revision;
H A Dspeedo-tegra20.c63 if (SPEEDO_ID_SELECT_0(sku_info->revision))
/linux-master/net/netfilter/
H A Dxt_multiport.c147 .revision = 1,
156 .revision = 1,
H A Dxt_iprange.c104 .revision = 1,
112 .revision = 1,
H A Dxt_SECMARK.c159 .revision = 0,
169 .revision = 1,
H A Dxt_bpf.c120 .revision = 0,
131 .revision = 1,
H A Dxt_DSCP.c132 .revision = 1,
141 .revision = 1,
H A Dxt_quota.c71 .revision = 0,
H A Dxt_helper.c76 .revision = 0,
H A Dxt_conntrack.c218 if (par->match->revision != 3) {
285 .revision = 1,
295 .revision = 2,
305 .revision = 3,
H A Dxt_string.c72 .revision = 1,
H A Dxt_CONNSECMARK.c119 .revision = 0,
/linux-master/drivers/ssb/
H A Ddriver_pcicore.c470 if (pdev->id.revision < 5) {
478 } else if (pdev->id.revision >= 11) {
488 u8 rev = pc->dev->id.revision;
618 if (pc->dev->id.revision >= 10) {
626 if (pc->dev->id.revision < 10)
658 if (pc->dev->id.revision >= 10) {
666 if (pc->dev->id.revision < 10)
705 if ((pdev->id.revision >= 6) || (pdev->id.coreid == SSB_DEV_PCIE)) {
/linux-master/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c177 soc_dev_attr->revision = kasprintf(GFP_KERNEL, "%x:%x - %x:%x",
188 kfree(soc_dev_attr->revision);
/linux-master/arch/arm/mach-omap1/
H A Dgpio16xx.c41 .revision = USHRT_MAX,
82 .revision = OMAP1610_GPIO_REVISION,
/linux-master/arch/x86/kernel/cpu/mce/
H A Dapei.c150 rcd.hdr.revision = CPER_RECORD_REV;
164 rcd.sec_hdr.revision = CPER_SEC_REV;
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_ah.c65 if (hr_dev->pci_dev->revision == PCI_REVISION_ID_HIP08 && udata)
92 if (hr_dev->pci_dev->revision == PCI_REVISION_ID_HIP08) {
/linux-master/sound/soc/amd/
H A Dacp-config.c187 if (!pci->revision)
189 else if (pci->revision >= ACP_7_0_REV)
/linux-master/scripts/package/debian/
H A Drules24 revision = $(lastword $(subst -, ,$(shell dpkg-parsechangelog -S Version))) macro
26 make-opts = ARCH=$(ARCH) KERNELRELEASE=$(KERNELRELEASE) KBUILD_BUILD_VERSION=$(revision) $(addprefix CROSS_COMPILE=,$(CROSS_COMPILE))
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.h20 u32 revision; member in struct:etnaviv_chip_identity
180 gpu->identity.revision < 0x2000)
/linux-master/net/bridge/netfilter/
H A Debt_802_3.c58 .revision = 0,
H A Debt_dnat.c83 .revision = 0,

Completed in 222 milliseconds

1234567891011>>