Home
last modified time | relevance | path

Searched refs:rev (Results 101 – 125 of 1123) sorted by relevance

12345678910>>...45

/openbmc/linux/arch/arm64/lib/
H A Dstrncmp.S95 rev syndrome, syndrome
96 rev data1, data1
98 rev data2, data2
137 rev tmp3, data1
141 rev has_nul, has_nul
266 rev tmp3, data1
276 rev has_nul, has_nul
H A Dstrlen.S93 rev data1, data1
94 rev data2, data2
108 rev has_nul1, has_nul1
153 rev data1, data1
161 rev has_nul1, has_nul1
/openbmc/linux/arch/mips/sgi-ip22/
H A Dip22-eisa.c55 u16 rev; in decode_eisa_sig() local
68 rev = (sig[2] << 8) | sig[3]; in decode_eisa_sig()
69 sprintf(sig_str + 3, "%04X", rev); in decode_eisa_sig()
/openbmc/u-boot/board/freescale/ls1012afrdm/
H A Dls1012afrdm.c44 int rev; in checkboard()
46 rev = get_board_version(); in checkboard()
52 switch (rev) { in checkboard()
/openbmc/linux/drivers/bcma/
H A Ddriver_pci.c70 if (pc->core->id.rev >= 10) { in bcma_pcie_mdio_read()
113 if (pc->core->id.rev >= 10) { in bcma_pcie_mdio_write()
269 if (pc->core->id.rev >= 15 && pc->core->id.rev <= 20) { in bcma_core_pci_power_save()
275 } else if (pc->core->id.rev >= 21 && pc->core->id.rev <= 22) { in bcma_core_pci_power_save()
H A Ddriver_chipcommon_pmu.c142 if (cc->pmu.rev >= 2) in bcma_pmu2_pll_init0()
220 else if (bus->chipinfo.rev > 0) in bcma_chipco_bcm4331_ext_pa_lines_ctl()
255 if (bus->chipinfo.rev == 0) { in bcma_pmu_workarounds()
279 if (cc->core->id.rev >= 35 && in bcma_pmu_early_init()
289 cc->pmu.rev = (pmucap & BCMA_CC_PMU_CAP_REVISION); in bcma_pmu_early_init()
291 bcma_debug(bus, "Found rev %u PMU (capabilities 0x%08X)\n", cc->pmu.rev, in bcma_pmu_early_init()
297 if (cc->pmu.rev == 1) in bcma_pmu_init()
345 bus->chipinfo.id, cc->pmu.rev, BCMA_CC_PMU_ALP_CLOCK); in bcma_pmu_get_alp_clock()
445 bus->chipinfo.id, cc->pmu.rev, BCMA_CC_PMU_HT_CLOCK); in bcma_pmu_get_bus_clock()
460 if (cc->pmu.rev >= 5) { in bcma_pmu_get_cpu_clock()
H A Ddriver_pcie2.c72 u8 core_rev = pcie2->core->id.rev; in bcma_core_pcie2_hw_ltr_war()
109 u8 core_rev = pcie2->core->id.rev; in pciedev_crwlpciegen2()
147 u8 core_rev = pcie2->core->id.rev; in pciedev_reg_pm_clk_period()
179 if (ci->id == BCMA_CHIP_ID_BCM4360 && ci->rev > 3) in bcma_core_pcie2_init()
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxs.c128 uint8_t rev = readl(&digctl_regs->hw_digctl_chipid) & 0x000000FF; in get_cpu_rev() local
132 switch (rev) { in get_cpu_rev()
138 return (MXC_CPU_MX23 << 12) | (rev + 0x10); in get_cpu_rev()
143 switch (rev) { in get_cpu_rev()
/openbmc/linux/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
/openbmc/linux/drivers/scsi/
H A Desp_scsi.c249 if (esp->rev == FAST) in esp_reset_esp()
261 esp->rev = FAS236; in esp_reset_esp()
265 esp->rev = FSC; in esp_reset_esp()
269 esp->rev = FAS100A; in esp_reset_esp()
284 esp->rev = PCSCSI; in esp_reset_esp()
292 switch (esp->rev) { in esp_reset_esp()
999 switch (esp->rev) { in esp_check_spur_intr()
2222 esp->rev = ESP100; in esp_get_revision()
2238 esp->rev = ESP100A; in esp_get_revision()
2248 esp->rev = FAST; in esp_get_revision()
[all …]
/openbmc/linux/arch/mips/sgi-ip32/
H A Dcrime.c28 unsigned int id, rev; in crime_init() local
36 rev = id & CRIME_ID_REV; in crime_init()
39 id, rev, field, (unsigned long) CRIME_BASE); in crime_init()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dosc.py50 rev = bb.fetch2.srcrev_internal_helper(ud, d, '')
51 if rev:
52 ud.revision = rev
106 rev = getattr(ud, 'revision', "latest")
107 return "osc:%s%s.%s.%s" % (ud.host, slash_re.sub(".", ud.path), name, rev)
/openbmc/linux/arch/powerpc/platforms/maple/
H A Dsetup.c303 u32 rev; in maple_cpc925_edac_setup() local
328 rev = __raw_readl(mem); in maple_cpc925_edac_setup()
331 if (rev < 0x34 || rev > 0x3f) { /* U3H */ in maple_cpc925_edac_setup()
333 __func__, rev); in maple_cpc925_edac_setup()
/openbmc/qemu/linux-user/
H A Dflatload.c202 int i, rev, relocs = 0; in load_flat_file() local
219 rev = ntohl(hdr->rev); in load_flat_file()
223 if (rev != FLAT_VERSION && rev != OLD_FLAT_VERSION) { in load_flat_file()
225 rev, (int) FLAT_VERSION); in load_flat_file()
230 if (rev == OLD_FLAT_VERSION && id != 0) { in load_flat_file()
239 if (rev == OLD_FLAT_VERSION && flat_old_ram_flag(flags)) in load_flat_file()
404 if (rev > OLD_FLAT_VERSION) { in load_flat_file()
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-l4.dtsi51 reg-names = "rev", "sysc";
92 reg-names = "rev";
117 reg-names = "rev";
584 reg-names = "rev", "sysc";
660 reg-names = "rev", "sysc";
724 reg-names = "rev", "sysc";
982 reg-names = "rev", "sysc";
1001 reg-names = "rev";
1027 reg-names = "rev";
1050 reg-names = "rev", "sysc";
[all …]
H A Domap5-l4.dtsi58 reg-names = "rev";
123 reg-names = "rev";
149 reg-names = "rev";
175 reg-names = "rev", "sysc";
304 reg-names = "rev", "sysc";
600 reg-names = "rev", "sysc";
700 reg-names = "rev", "sysc";
1093 reg-names = "rev", "sysc";
2239 reg-names = "rev";
2265 reg-names = "rev";
[all …]
/openbmc/linux/drivers/mfd/
H A Dmotorola-cpcap.c63 u16 vendor, rev; in cpcap_check_revision() local
70 ret = cpcap_get_revision(&cpcap->spi->dev, cpcap->regmap, &rev); in cpcap_check_revision()
76 CPCAP_REVISION_MAJOR(rev), CPCAP_REVISION_MINOR(rev), in cpcap_check_revision()
77 rev); in cpcap_check_revision()
79 if (rev < CPCAP_REVISION_2_1) { in cpcap_check_revision()
H A Dtqmx86.c179 u8 board_id, sauc, rev, i2c_det, io_ext_int_val; in tqmx86_probe() local
211 rev = ioread8(io_base + TQMX86_REG_BOARD_REV); in tqmx86_probe()
215 board_name, board_id, rev >> 4, rev & 0xf); in tqmx86_probe()
/openbmc/linux/Documentation/admin-guide/media/
H A Dpci-cardlist.rst19 …[0480]: Philips Semiconductors SAA7131/SAA7133/SAA7135 Video Broadcast Decoder [1131:7133] (rev d1)
20 …0:0b.0 Multimedia controller [0480]: Brooktree Corporation Bt878 Audio Capture [109e:0878] (rev 11)
21 …nt Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb [14f1:8880] (rev 0f)
22 …eo controller [0400]: Internext Compression Inc iTVC15 (CX23415) Video Decoder [4444:0803] (rev 01)
24 … Multimedia video controller [0400]: Brooktree Corporation Bt878 Video Capture [109e:036e] (rev 11)
34 00:0a.0 0480: 1131:7133 (rev d1)
/openbmc/linux/arch/arm/mach-omap2/
H A Domap_hwmod_3xxx_data.c2492 unsigned int rev; in omap3xxx_hwmod_init() local
2501 rev = omap_rev(); in omap3xxx_hwmod_init()
2508 if (rev == OMAP3430_REV_ES1_0 || rev == OMAP3430_REV_ES2_0 || in omap3xxx_hwmod_init()
2509 rev == OMAP3430_REV_ES2_1 || rev == OMAP3430_REV_ES3_0 || in omap3xxx_hwmod_init()
2510 rev == OMAP3430_REV_ES3_1 || rev == OMAP3430_REV_ES3_1_2) { in omap3xxx_hwmod_init()
2513 } else if (rev == AM35XX_REV_ES1_0 || rev == AM35XX_REV_ES1_1) { in omap3xxx_hwmod_init()
2516 } else if (rev == OMAP3630_REV_ES1_0 || rev == OMAP3630_REV_ES1_1 || in omap3xxx_hwmod_init()
2551 } else if (rev == OMAP3430_REV_ES2_0 || rev == OMAP3430_REV_ES2_1 || in omap3xxx_hwmod_init()
2552 rev == OMAP3430_REV_ES3_0 || rev == OMAP3430_REV_ES3_1 || in omap3xxx_hwmod_init()
2564 if (rev == OMAP3430_REV_ES1_0 || rev == OMAP3430_REV_ES2_0 || in omap3xxx_hwmod_init()
[all …]
/openbmc/linux/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) in mvebu_get_soc_id() argument
/openbmc/linux/drivers/soc/aspeed/
H A Daspeed-socinfo.c47 unsigned int rev = (siliconid >> 16) & 0xff; in siliconid_to_rev() local
52 switch (rev) { in siliconid_to_rev()
62 switch (rev) { in siliconid_to_rev()
/openbmc/openbmc/poky/scripts/
H A Dyocto_testresults_query.py34rev = subprocess.check_output(["git", "rev-list", "-n", "1", revision], cwd=pokydir).decode('utf-8…
36 return rev
52 for rev in [rawtag.split()[1] for rawtag in rawtags.splitlines()]:
54 branch = get_branch(rev)
/openbmc/u-boot/arch/arm/mach-omap2/am33xx/
H A Dsys_info.c30 u32 rev; in get_cpu_rev() local
33 rev = (id >> 28) & 0xff; in get_cpu_rev()
35 return rev; in get_cpu_rev()
/openbmc/qemu/host/include/ppc/host/crypto/
H A Daes-round.h32 AESStateVec rev = { in aes_accel_ld() local
37 : "=v"(r) : "r"(p), "v"(rev), "m"(*p)); in aes_accel_ld()
55 AESStateVec rev = { in aes_accel_st() local
60 : "=m"(*p), "+v"(r) : "v"(rev), "r"(p)); in aes_accel_st()

12345678910>>...45