Searched refs:uv (Results 1 - 25 of 78) sorted by path

1234

/linux-master/drivers/char/
H A Duv_mmtimer.c28 #include <asm/uv/uv_hub.h>
29 #include <asm/uv/bios.h>
30 #include <asm/uv/uv.h>
/linux-master/drivers/misc/sgi-gru/
H A Dgrukdump.c16 #include <asm/uv/uv_hub.h>
/linux-master/arch/arm/mach-omap2/
H A Domap_twl.c49 static u8 twl4030_uv_to_vsel(unsigned long uv) argument
51 return DIV_ROUND_UP(uv - 600000, 12500);
88 static u8 twl6030_uv_to_vsel(unsigned long uv) argument
104 if (!uv)
113 if (uv > twl6030_vsel_to_uv(0x39)) {
114 if (uv == 1350000)
117 __func__, uv, twl6030_vsel_to_uv(0x39));
122 return DIV_ROUND_UP(uv - 709000, 12660) + 1;
124 return DIV_ROUND_UP(uv - 607700, 12660) + 1;
H A Dpmic-cpcap.c36 * @uv: microvolts DC to convert
39 * generate an output voltage equal to or greater than @uv microvolts DC.
41 static unsigned char omap_cpcap_uv_to_vsel(unsigned long uv) argument
43 if (uv < 600000)
44 uv = 600000;
45 else if (uv > 1450000)
46 uv = 1450000;
47 return DIV_ROUND_UP(uv - 600000, 12500);
100 * @uv: microvolts DC to convert
103 * generate an output voltage equal to or greater than @uv microvolt
105 omap_max8952_uv_to_vsel(unsigned long uv) argument
171 omap_fan535503_uv_to_vsel(unsigned long uv) argument
190 omap_fan535508_uv_to_vsel(unsigned long uv) argument
[all...]
/linux-master/arch/s390/boot/
H A DMakefile41 obj-$(findstring y, $(CONFIG_PROTECTED_VIRTUALIZATION_GUEST) $(CONFIG_PGSTE)) += uv.o
H A Dipl_parm.c13 #include <asm/uv.h>
H A Dpgm_check_info.c11 #include <asm/uv.h>
H A Dphysmem_info.c12 #include <asm/uv.h>
H A Dstartup.c15 #include <asm/uv.h>
20 #include "uv.h"
H A Duv.c2 #include <asm/uv.h>
8 #include "uv.h"
10 /* will be used in arch/s390/kernel/uv.c */
/linux-master/arch/s390/include/asm/
H A Dpgtable.h24 #include <asm/uv.h>
/linux-master/arch/s390/kernel/
H A DMakefile83 obj-$(findstring y, $(CONFIG_PROTECTED_VIRTUALIZATION_GUEST) $(CONFIG_PGSTE)) += uv.o
H A Dsetup.c79 #include <asm/uv.h>
H A Duv.c19 #include <asm/uv.h>
21 /* the bootdata_preserved fields come from ones in arch/s390/boot/uv.c */
695 uv_kobj = kobject_create_and_add("uv", firmware_kobj);
/linux-master/arch/s390/kvm/
H A Dintercept.c18 #include <asm/uv.h>
H A Dkvm-s390.c48 #include <asm/uv.h>
476 kvm_s390_dbf_uv = debug_register("kvm-uv", 32, 1, 7 * sizeof(long));
H A Dpv.c14 #include <asm/uv.h>
/linux-master/arch/s390/mm/
H A Dfault.c45 #include <asm/uv.h>
H A Dinit.c49 #include <asm/uv.h>
/linux-master/arch/x86/include/asm/
H A Dhw_irq.h71 * @uv: UV specific allocation data
84 struct uv_alloc_info uv; member in union:irq_alloc_info::__anon185
/linux-master/arch/x86/include/asm/uv/
H A Duv.h12 static inline int uv(int uvtype) function
14 /* uv(0) is "any" */
38 static inline int is_uv_hubbed(int uv) { return 0; } argument
H A Duv_hub.h23 #include <asm/uv/uv.h>
24 #include <asm/uv/uv_mmrs.h>
25 #include <asm/uv/bios.h>
/linux-master/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c22 #include <asm/uv/uv_mmrs.h>
23 #include <asm/uv/uv_hub.h>
24 #include <asm/uv/bios.h>
25 #include <asm/uv/uv.h>
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c65 #include <asm/uv/uv.h>
/linux-master/arch/x86/kernel/
H A Dsmpboot.c79 #include <asm/uv/uv.h>

Completed in 321 milliseconds

1234