Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 14 of 14) sorted by relevance

/arch/mips/sgi-ip22/
A Dip22-setup.c31 char *ctype; in plat_mem_setup() local
61 ctype = ArcGetEnvironmentVariable("console"); in plat_mem_setup()
64 if ((ctype && *ctype == 'd') || (cserial && *cserial == 's')) { in plat_mem_setup()
69 add_preferred_console("ttyS", *(ctype + 1) == '2' ? 1 : 0, in plat_mem_setup()
71 } else if (!ctype || *ctype != 'g') { in plat_mem_setup()
/arch/mips/alchemy/common/
A Dplatform.c105 int c = alchemy_get_uarts(ctype); in alchemy_setup_uarts()
230 res[0].start = alchemy_ohci_data[ctype][0]; in alchemy_setup_usb()
233 res[1].start = alchemy_ohci_data[ctype][1]; in alchemy_setup_usb()
246 if ((ctype == ALCHEMY_CPU_AU1200) || (ctype == ALCHEMY_CPU_AU1300)) { in alchemy_setup_usb()
266 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_setup_usb()
409 if (alchemy_get_macs(ctype) < 1) in alchemy_setup_macs()
430 if (alchemy_get_macs(ctype) < 2) in alchemy_setup_macs()
455 int ctype = alchemy_get_cputype(); in au1xxx_platform_init() local
457 alchemy_setup_uarts(ctype); in au1xxx_platform_init()
458 alchemy_setup_macs(ctype); in au1xxx_platform_init()
[all …]
A Dclock.c151 int ctype) in alchemy_clk_setup_cpu() argument
750 static int __init alchemy_clk_init_fgens(int ctype) in alchemy_clk_init_fgens() argument
758 switch (ctype) { in alchemy_clk_init_fgens()
795 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_clk_init_fgens()
971 switch (ctype) { in alchemy_clk_setup_imux()
1047 int ctype = alchemy_get_cputype(), ret, i; in alchemy_clk_init() local
1061 i = (ctype == ALCHEMY_CPU_AU1300) ? 84 : 63; in alchemy_clk_init()
1066 if (ctype == ALCHEMY_CPU_AU1300) { in alchemy_clk_init()
1090 ret = alchemy_clk_init_fgens(ctype); in alchemy_clk_init()
1097 ret = alchemy_clk_setup_imux(ctype); in alchemy_clk_init()
[all …]
/arch/s390/kernel/
A Dcache.c130 enum cache_type ctype; in init_cache_level() local
136 ctype = get_cache_type(&ct.ci[0], level); in init_cache_level()
137 if (ctype == CACHE_TYPE_NOCACHE) in init_cache_level()
140 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in init_cache_level()
153 enum cache_type ctype; in populate_cache_leaves() local
161 ctype = get_cache_type(&ct.ci[0], level); in populate_cache_leaves()
162 if (ctype == CACHE_TYPE_SEPARATE) { in populate_cache_leaves()
166 ci_leaf_init(this_leaf++, pvt, ctype, level, cpu); in populate_cache_leaves()
/arch/m68k/include/asm/
A Dbootstd.h85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
86 type name(atype a, btype b, ctype c) \
100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
101 type name(atype a, btype b, ctype c, dtype d) \
116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
117 type name(atype a, btype b, ctype c, dtype d, etype e) \
/arch/arm64/kernel/
A Dcacheinfo.c43 unsigned int ctype, level, leaves; in detect_cache_level() local
46 ctype = get_cache_type(level); in detect_cache_level()
47 if (ctype == CACHE_TYPE_NOCACHE) { in detect_cache_level()
52 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in detect_cache_level()
/arch/arm/kernel/
A Dcacheinfo.c85 unsigned int ctype, level, leaves; in detect_cache_level() local
99 ctype = get_cache_type(level); in detect_cache_level()
100 if (ctype == CACHE_TYPE_NOCACHE) { in detect_cache_level()
105 leaves += (ctype == CACHE_TYPE_SEPARATE) ? 2 : 1; in detect_cache_level()
/arch/riscv/include/asm/
A Dio.h61 #define __io_reads_ins(port, ctype, len, bfence, afence) \ argument
68 ctype *buf = buffer; \
71 ctype x = __raw_read ## len(addr); \
78 #define __io_writes_outs(port, ctype, len, bfence, afence) \ argument
85 const ctype *buf = buffer; \
/arch/riscv/kernel/pi/
A DMakefile38 $(obj)/ctype.o: $(srctree)/lib/ctype.c FORCE
41 obj-y := cmdline_early.pi.o fdt_early.pi.o string.pi.o ctype.pi.o lib-fdt.pi.o lib-fdt_ro.pi.o arc…
/arch/mips/sni/
A Dsetup.c62 char *ctype; in sni_console_setup() local
70 ctype = prom_getenv("console"); in sni_console_setup()
71 switch (*ctype) { in sni_console_setup()
/arch/riscv/purgatory/
A DMakefile3 purgatory-y := purgatory.o sha256.o entry.o string.o ctype.o memcpy.o memset.o
14 $(obj)/ctype.o: $(srctree)/lib/ctype.c FORCE
/arch/m68k/include/uapi/asm/
A Dbootinfo-vme.h55 __be16 clun, dlun, ctype, dnum; member
/arch/s390/include/uapi/asm/
A Dchsc.h101 } ctype; member
/arch/s390/boot/
A DMakefile29 obj-y += version.o pgm_check.o ctype.o ipl_data.o relocs.o alternative.o

Completed in 29 milliseconds