Searched refs:pvr (Results 51 - 66 of 66) sorted by last modified time

123

/linux-master/arch/powerpc/kvm/
H A Dbook3s_emulate.c723 switch (vcpu->arch.pvr) {
/linux-master/tools/perf/arch/powerpc/util/
H A Dutils_header.h12 #define PVR_VER(pvr) (((pvr) >> 16) & 0xFFFF) /* Version field */
13 #define PVR_REV(pvr) (((pvr) >> 0) & 0xFFFF) /* Revision field */
/linux-master/include/linux/fsl/
H A Dguts.h86 u32 pvr; /* 0x.00a0 - Processor Version Register */ member in struct:ccsr_guts
/linux-master/arch/microblaze/kernel/cpu/
H A Dcpuinfo-pvr-full.c15 #include <asm/pvr.h>
20 * the PVR macros in pvr.h.
23 #define CI(c, p) { ci->c = PVR_##p(pvr); }
30 struct pvr_s pvr; local
32 get_pvr(&pvr);
40 temp = PVR_USE_BARREL(pvr) | PVR_USE_MSR_INSTR(pvr) |
41 PVR_USE_PCMP_INSTR(pvr) | PVR_USE_DIV(pvr);
46 temp = PVR_USE_HW_MUL(pvr) | PVR_USE_MUL6
[all...]
H A Dpvr.c16 #include <asm/pvr.h>
20 * Until we get an assembler that knows about the pvr registers,
69 get_single_pvr(0, p->pvr[0]);
70 get_single_pvr(1, p->pvr[1]);
71 get_single_pvr(2, p->pvr[2]);
72 get_single_pvr(3, p->pvr[3]);
73 get_single_pvr(4, p->pvr[4]);
74 get_single_pvr(5, p->pvr[5]);
75 get_single_pvr(6, p->pvr[6]);
76 get_single_pvr(7, p->pvr[
[all...]
H A Dcache.c16 #include <asm/pvr.h>
H A Dcpuinfo.c14 #include <asm/pvr.h>
H A DMakefile13 obj-y += cache.o cpuinfo.o cpuinfo-pvr-full.o cpuinfo-static.o mb.o pvr.o
H A Dcpuinfo-static.c15 #include <asm/pvr.h>
116 ci->pvr_user1 = fcpu(cpu, "xlnx,pvr-user1");
117 ci->pvr_user2 = fcpu(cpu, "xlnx,pvr-user2");
H A Dmb.c24 #include <asm/pvr.h>
/linux-master/arch/microblaze/include/asm/
H A Dpvr.h16 unsigned pvr[12]; member in struct:pvr_s
19 /* The following taken from Xilinx's standalone BSP pvr.h */
122 #define PVR_IS_FULL(_pvr) (_pvr.pvr[0] & PVR0_PVR_FULL_MASK)
123 #define PVR_USE_BARREL(_pvr) (_pvr.pvr[0] & PVR0_USE_BARREL_MASK)
124 #define PVR_USE_DIV(_pvr) (_pvr.pvr[0] & PVR0_USE_DIV_MASK)
125 #define PVR_USE_HW_MUL(_pvr) (_pvr.pvr[0] & PVR0_USE_HW_MUL_MASK)
126 #define PVR_USE_FPU(_pvr) (_pvr.pvr[0] & PVR0_USE_FPU_MASK)
127 #define PVR_USE_FPU2(_pvr) (_pvr.pvr[2] & PVR2_USE_FPU2_MASK)
128 #define PVR_USE_ICACHE(_pvr) (_pvr.pvr[0] & PVR0_USE_ICACHE_MASK)
129 #define PVR_USE_DCACHE(_pvr) (_pvr.pvr[
[all...]
/linux-master/arch/powerpc/boot/
H A D4xx.c26 unsigned long pvr; local
28 pvr = mfpvr();
30 switch (pvr & 0xf0000ff0) {
H A Dreg.h10 u32 pvr; local
11 asm volatile ("mfpvr %0" : "=r"(pvr));
12 return pvr;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-dvb.h43 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr);
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dprobe.c17 unsigned long pvr, prr, cvr; local
28 pvr = (__raw_readl(CCN_PVR) >> 8) & 0xffffff;
56 if (((pvr >> 16) & 0xff) == 0x10) {
65 boot_cpu_data.cut_major = pvr & 0x7f;
80 pvr &= 0xffff;
86 switch (pvr) {
/linux-master/drivers/tty/serial/
H A Dsunsab.h35 u8 pvr; /* Port Value Register */ member in struct:sab82532_async_rd_regs
71 u8 pvr; member in struct:sab82532_async_wr_regs
107 u8 pvr; member in struct:sab82532_async_rw_regs

Completed in 195 milliseconds

123