Searched refs:rev (Results 76 - 100 of 107) sorted by relevance

12345

/arch/mips/bcm47xx/
H A Dsetup.c119 iv->boardinfo.rev = (u16)simple_strtoul(buf, NULL, 0);
/arch/arm/mach-mv78xx0/
H A Dpcie.c37 void __init mv78xx0_pcie_id(u32 *dev, u32 *rev) argument
40 *rev = orion_pcie_rev((void __iomem *)PCIE00_VIRT_BASE);
/arch/powerpc/include/asm/
H A Dps3.h35 u16 rev; member in struct:ps3_firmware_version::__anon2430
40 int ps3_compare_firmware_version(u16 major, u16 minor, u16 rev);
H A Dpmac_feature.h349 int rev; member in struct:macio_chip
H A Dkvm_book3s.h149 extern void kvmppc_add_revmap_chain(struct kvm *kvm, struct revmap_entry *rev,
/arch/m68k/fpsp040/
H A Dgen_except.S62 cmpib #UNIMP_41_SIZE-4,1(%a7) |test for rev unimp frame
107 cmpib #UNIMP_41_SIZE-4,1(%a7) |test for rev unimp frame
281 bnes try_41 |if not, test for rev frame
285 cmpib #VER_41,(%a7) |test for rev unimp frame
336 moveql #11,%d0 |in rev, need to zero 12 lwords
/arch/arm/mach-orion5x/
H A Ddns323-setup.c511 /* DNS-323 rev. A specific power off method */
518 /* DNS-323 rev B specific power off method */
528 /* DNS-323 rev. C specific power off method */
544 u32 dev, rev, i, reg; local
549 orion5x_pcie_id(&dev, &rev);
558 * driver so let's poke at it directly. We default to rev B1 in
574 pr_warning("DNS-323: Timeout accessing PHY, assuming rev B1\n");
586 pr_warning("DNS-323: Timeout reading PHY, assuming rev B1\n");
601 pr_warning("DNS-323: Unknown PHY ID 0x%04x, assuming rev B1\n",
694 /* The DNS323 rev B
[all...]
H A Dpci.c43 void __init orion5x_pcie_id(u32 *dev, u32 *rev) argument
46 *rev = orion_pcie_rev(PCIE_BASE);
/arch/arm/mm/
H A Dcache-l2x0.c40 static inline bool is_pl310_rev(int rev) argument
44 (L2X0_CACHE_ID_PART_L310 | rev);
/arch/mips/include/asm/
H A Dsgiarcs.h84 USHORT rev; /* node revision */ member in struct:linux_component
251 USHORT rev; /* ARCS firmware revision */ member in struct:_SYSTEM_PARAMETER_BLOCK
/arch/arm/boot/compressed/
H A Dofw-shark.c77 tag->u.revision.rev = ((unsigned char) buffer[33])-'0';
/arch/arm/plat-omap/include/plat/
H A Domap_hwmod.h450 * @rev: revision of the IP class
473 u32 rev; member in struct:omap_hwmod_class
/arch/ia64/lib/
H A Ddo_csum.S285 (p15) mux1 ret0=ret0,@rev // reverse word
318 //(p15) mux1 ret0=ret0,@rev // reverse word
/arch/mips/include/asm/ip32/
H A Dmace.h70 volatile unsigned int rev; member in struct:mace_pci
/arch/powerpc/platforms/powermac/
H A Dpci.c588 int rev; local
600 rev = in_8(bp->cfg_data);
601 if (rev != BANDIT_REVID)
603 "Unknown revision %d for bandit\n", rev);
/arch/ia64/hp/common/
H A Dsba_iommu.c174 #define IOC_FCLASS 0x008 /* function class, bist, header, rev... */
239 unsigned int rev; /* HW revision of chip */ member in struct:ioc
1776 if (ioc->rev < 0x20)
1827 ioc->rev = READ_REG(ioc->ioc_hpa + IOC_FCLASS) & 0xFFUL;
1862 ioc->name, (ioc->rev >> 4) & 0xF, ioc->rev & 0xF,
1914 seq_printf(s, "Hewlett Packard %s IOC rev %d.%d\n",
1915 ioc->name, ((ioc->rev >> 4) & 0xF), (ioc->rev & 0xF));
/arch/parisc/kernel/
H A Ddrivers.c596 pa_dev_attr(rev, id.hversion_rev, "0x%x\n");
608 __ATTR_RO(rev),
/arch/arm/kernel/
H A Dcompat.c153 tag->u.revision.rev = params->u1.s.system_rev;
/arch/arm/mach-omap2/
H A Dtimer.c460 pdata->timer_ip_version = oh->class->rev;
H A Ddevices.c377 switch (oh->class->rev) {
/arch/x86/kernel/
H A Dmicrocode_core.c327 return sprintf(buf, "0x%x\n", uci->cpu_sig.rev);
/arch/mips/kernel/
H A Dcpu-probe.c232 * Another rev is incremeting c0_count at a reduced clock
941 int rev = c->processor_id & 0xff; local
943 if (rev >= PRID_REV_BMIPS4380_LO &&
944 rev <= PRID_REV_BMIPS4380_HI) {
/arch/alpha/include/asm/
H A Dcore_t2.h165 unsigned long rev; long fill_15[3]; /* CMIC Revision */ member in struct:sable_cpu_csr
/arch/parisc/include/asm/
H A Dpdc.h456 unsigned char rev;
/arch/powerpc/boot/dts/
H A Dsbc8548.dts109 hw-rev@3,0 {
110 compatible = "hw-rev";

Completed in 942 milliseconds

12345