Searched refs:rev (Results 1 - 25 of 755) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_probe.h10 unsigned int loongson_cpu_get_prid(u8 *impl, u8 *rev);
H A Dlsdc_probe.c32 unsigned int loongson_cpu_get_prid(u8 *imp, u8 *rev) argument
52 if (rev)
53 *rev = prid & LOONGSON_CPU_REV_MASK;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dmlxsw_lib.sh27 local rev=$1; shift
29 local rev2=${rev%+}
31 if [[ $rev2 != $rev ]]; then
40 local rev=$1; shift
44 if ! mlxsw_on_spectrum "$rev"; then
45 log_test_skip $src:$caller "(Spectrum-$rev only)"
54 local rev
56 for rev in "$@"; do
57 if __mlxsw_only_on_spectrum "$rev" "$caller" "$src"; then
/linux-master/arch/arm/mach-mv78xx0/
H A Dmpp.c18 u32 dev, rev; local
20 mv78xx0_pcie_id(&dev, &rev);
22 if (dev == MV78100_DEV_ID && rev >= MV78100_REV_A0)
26 "(dev %#x rev %#x)\n", dev, rev);
/linux-master/arch/arm64/boot/dts/amd/
H A DMakefile3 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/amd/
H A DMakefile3 dtb-$(CONFIG_ARCH_SEATTLE) += amd-overdrive-rev-b0.dtb amd-overdrive-rev-b1.dtb
/linux-master/arch/arm/mach-imx/
H A Dcpu-imx31.c21 unsigned int rev; member in struct:__anon1
23 { .srev = 0x00, .name = "i.MX31(L)", .rev = IMX_CHIP_REVISION_1_0 },
24 { .srev = 0x10, .name = "i.MX31", .rev = IMX_CHIP_REVISION_1_1 },
25 { .srev = 0x11, .name = "i.MX31L", .rev = IMX_CHIP_REVISION_1_1 },
26 { .srev = 0x12, .name = "i.MX31", .rev = IMX_CHIP_REVISION_1_1 },
27 { .srev = 0x13, .name = "i.MX31L", .rev = IMX_CHIP_REVISION_1_1 },
28 { .srev = 0x14, .name = "i.MX31", .rev = IMX_CHIP_REVISION_1_2 },
29 { .srev = 0x15, .name = "i.MX31L", .rev = IMX_CHIP_REVISION_1_2 },
30 { .srev = 0x28, .name = "i.MX31", .rev = IMX_CHIP_REVISION_2_0 },
31 { .srev = 0x29, .name = "i.MX31L", .rev
[all...]
H A Dcpu-imx35.c20 u32 rev; local
27 rev = imx_readl(iim_base + MXC_IIMSREV);
28 switch (rev) {
H A Dcpu-imx25.c20 u32 rev; local
28 rev = readl(iim_base + MXC_IIMSREV);
31 switch (rev) {
/linux-master/scripts/
H A Dcheck-git8 if ! git -C "${srctree}" rev-parse --verify HEAD >/dev/null 2>/dev/null; then
12 if ! test -z $(git -C "${srctree}" rev-parse --show-cdup 2>/dev/null); then
/linux-master/arch/mips/ath79/
H A Dsetup.c49 u32 rev = 0; local
58 rev = id >> AR71XX_REV_ID_REVISION_SHIFT;
59 rev &= AR71XX_REV_ID_REVISION_MASK;
81 rev = id & AR724X_REV_ID_REVISION_MASK;
87 rev = id & AR724X_REV_ID_REVISION_MASK;
93 rev = id & AR724X_REV_ID_REVISION_MASK;
98 rev = id >> AR913X_REV_ID_REVISION_SHIFT;
99 rev &= AR913X_REV_ID_REVISION_MASK;
116 rev = id & AR933X_REV_ID_REVISION_MASK;
122 rev
[all...]
/linux-master/drivers/gpu/drm/amd/display/include/
H A Ddal_asic_id.h46 #define ASIC_REV_IS_TAHITI_P(rev) \
47 ((rev >= SI_TAHITI_P_A0) && (rev < SI_PITCAIRN_PM_A0))
49 #define ASIC_REV_IS_PITCAIRN_PM(rev) \
50 ((rev >= SI_PITCAIRN_PM_A0) && (rev < SI_CAPEVERDE_M_A0))
52 #define ASIC_REV_IS_CAPEVERDE_M(rev) \
53 ((rev >= SI_CAPEVERDE_M_A0) && (rev < SI_OLAND_M_A0))
55 #define ASIC_REV_IS_OLAND_M(rev) \
[all...]
/linux-master/arch/x86/include/asm/
H A Dmicrocode.h8 unsigned int rev; member in struct:cpu_signature
32 unsigned int rev; member in struct:microcode_header_intel
62 u32 rev, dummy; local
70 native_rdmsr(MSR_IA32_UCODE_REV, dummy, rev);
72 return rev;
/linux-master/arch/arm/mach-orion5x/
H A Dmpp.c19 u32 rev; local
21 orion5x_pcie_id(&dev, &rev);
33 "(dev %#x rev %#x)\n", dev, rev);
H A Dcommon.c197 u32 rev, dev; local
203 orion5x_pcie_id(&dev, &rev);
249 u32 dev, rev; local
251 orion5x_pcie_id(&dev, &rev);
272 * Identify device ID and rev from PCIe configuration header space '0'.
274 void __init orion5x_id(u32 *dev, u32 *rev, char **dev_name) argument
276 orion5x_pcie_id(dev, rev);
279 if (*rev == MV88F5281_REV_D2) {
281 } else if (*rev == MV88F5281_REV_D1) {
283 } else if (*rev
316 u32 dev, rev; local
[all...]
/linux-master/drivers/firmware/arm_scmi/
H A Dbase.c72 struct scmi_revision_info *rev = ph->get_priv(ph); local
82 rev->num_protocols = attr_info->num_protocols;
83 rev->num_agents = attr_info->num_agents;
106 struct scmi_revision_info *rev = ph->get_priv(ph); local
111 vendor_id = rev->sub_vendor_id;
112 size = ARRAY_SIZE(rev->sub_vendor_id);
115 vendor_id = rev->vendor_id;
116 size = ARRAY_SIZE(rev->vendor_id);
147 struct scmi_revision_info *rev = ph->get_priv(ph); local
157 rev
184 struct scmi_revision_info *rev = ph->get_priv(ph); local
383 struct scmi_revision_info *rev = scmi_revision_area_get(ph); local
[all...]
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c344 u8 rev; member in struct:__anon2
353 { .id = 0x01, .rev = 0xff, .name = "1250-EV1 Springbank" },
354 { .id = 0x02, .rev = 0xff, .name = "1251-EV1 Jura" },
355 { .id = 0x03, .rev = 0xff, .name = "1252-EV1 Glenlivet" },
356 { .id = 0x06, .rev = 0xff, .name = "WM8997-6721-CS96-EV1 Lapraoig" },
357 { .id = 0x07, .rev = 0xff, .name = "WM5110-6271 Deanston",
360 { .id = 0x08, .rev = 0xff, .name = "WM8903-6102 Tamdhu" },
361 { .id = 0x09, .rev = 0xff, .name = "WM1811A-6305 Adelphi" },
362 { .id = 0x0a, .rev = 0xff, .name = "WM8996-6272 Blackadder" },
363 { .id = 0x0b, .rev
406 int ret, i, j, id, rev; local
[all...]
/linux-master/arch/mips/generic/
H A Dboard-ocelot.c19 u32 rev; local
32 rev = __raw_readl((void __iomem *)DEVCPU_GCB_CHIP_REGS_CHIP_ID);
34 if ((rev & CHIP_ID_PART_ID) != OCELOT_PART_ID)
/linux-master/arch/arm/include/debug/
H A Dsamsung.S14 ARM_BE8(rev \rd, \rd)
20 ARM_BE8(rev \rd, \rd)
29 ARM_BE8(rev \rd, \rd)
39 ARM_BE8(rev \rd, \rd)
53 ARM_BE8(rev \rd, \rd)
65 ARM_BE8(rev \rd, \rd)
77 ARM_BE8(rev \rd, \rd)
89 ARM_BE8(rev \rd, \rd)
/linux-master/arch/arm/mach-mvebu/
H A Dmvebu-soc-id.h43 int mvebu_get_soc_id(u32 *dev, u32 *rev);
45 static inline int mvebu_get_soc_id(u32 *dev, u32 *rev) argument
/linux-master/arch/arm/boot/dts/actions/
H A DMakefile4 owl-s500-guitar-bb-rev-b.dtb \
/linux-master/scripts/dtc/include-prefixes/arm/actions/
H A DMakefile4 owl-s500-guitar-bb-rev-b.dtb \
/linux-master/include/linux/platform_data/
H A Dbrcmfmac.h110 * @rev: firmware country code revision.
115 s32 rev; member in struct:brcmfmac_pd_cc_entry
120 * space to a country code and rev which can be used by
132 * struct brcmfmac_pd_device - Device specific platform data. (id/rev/bus_type)
139 * @rev: chip revision, see id.
140 * @bus_type: The type of bus. Some chipid/rev exist for different bus
151 unsigned int rev; member in struct:brcmfmac_pd_device
/linux-master/arch/arm/mach-omap2/
H A Did.c152 u8 dev_type, rev; local
158 rev = (idcode >> 28) & 0x0f;
163 idcode, rev, hawkeye, (idcode >> 1) & 0x7ff);
353 u8 rev; local
369 * hawkeye and rev. See TRM 1.5.2 Device Identification.
370 * Note that rev does not map directly to our defined processor
375 rev = (idcode >> 28) & 0xff;
380 switch (rev) {
412 switch (rev) {
426 switch(rev) {
528 u8 rev; local
606 u8 rev; local
649 u8 rev, package; local
[all...]
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-misc.c16 fc->rev = FLEXCOP_II;
20 fc->rev = FLEXCOP_IIB;
24 fc->rev = FLEXCOP_III;
53 [FC_SKY_REV23] = "Sky2PC/SkyStar 2 DVB-S rev 2.3 (old version)",
54 [FC_SKY_REV26] = "Sky2PC/SkyStar 2 DVB-S rev 2.6",
55 [FC_SKY_REV27] = "Sky2PC/SkyStar 2 DVB-S rev 2.7a/u",
56 [FC_SKY_REV28] = "Sky2PC/SkyStar 2 DVB-S rev 2.8",
57 [FC_SKYS2_REV33] = "Sky2PC/SkyStar S2 DVB-S/S2 rev 3.3",
71 flexcop_revision_names[fc->rev], suffix);

Completed in 809 milliseconds

1234567891011>>