Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 21 of 21) sorted by relevance

/arch/mips/ralink/
Dmt7620.c55 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 1, 2) };
56 static struct rt2880_pmx_func spi_grp[] = { FUNC("spi", 0, 3, 4) };
57 static struct rt2880_pmx_func uartlite_grp[] = { FUNC("uartlite", 0, 15, 2) };
58 static struct rt2880_pmx_func mdio_grp[] = { FUNC("mdio", 0, 22, 2) };
59 static struct rt2880_pmx_func rgmii1_grp[] = { FUNC("rgmii1", 0, 24, 12) };
60 static struct rt2880_pmx_func refclk_grp[] = { FUNC("spi refclk", 0, 37, 3) };
61 static struct rt2880_pmx_func ephy_grp[] = { FUNC("ephy", 0, 40, 5) };
62 static struct rt2880_pmx_func rgmii2_grp[] = { FUNC("rgmii2", 0, 60, 12) };
63 static struct rt2880_pmx_func wled_grp[] = { FUNC("wled", 0, 72, 1) };
64 static struct rt2880_pmx_func pa_grp[] = { FUNC("pa", 0, 18, 4) };
[all …]
Drt3883.c24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
25 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
27 FUNC("uartf", RT3883_GPIO_MODE_UARTF, 7, 8),
28 FUNC("pcm uartf", RT3883_GPIO_MODE_PCM_UARTF, 7, 8),
29 FUNC("pcm i2s", RT3883_GPIO_MODE_PCM_I2S, 7, 8),
30 FUNC("i2s uartf", RT3883_GPIO_MODE_I2S_UARTF, 7, 8),
31 FUNC("pcm gpio", RT3883_GPIO_MODE_PCM_GPIO, 11, 4),
32 FUNC("gpio uartf", RT3883_GPIO_MODE_GPIO_UARTF, 7, 4),
33 FUNC("gpio i2s", RT3883_GPIO_MODE_GPIO_I2S, 7, 4),
35 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
Dmt7621.c59 static struct rt2880_pmx_func uart1_grp[] = { FUNC("uart1", 0, 1, 2) };
60 static struct rt2880_pmx_func i2c_grp[] = { FUNC("i2c", 0, 3, 2) };
62 FUNC("uart3", 0, 5, 4),
63 FUNC("i2s", 2, 5, 4),
64 FUNC("spdif3", 3, 5, 4),
67 FUNC("uart2", 0, 9, 4),
68 FUNC("pcm", 2, 9, 4),
69 FUNC("spdif2", 3, 9, 4),
71 static struct rt2880_pmx_func jtag_grp[] = { FUNC("jtag", 0, 13, 5) };
73 FUNC("wdt rst", 0, 18, 1),
[all …]
Drt305x.c24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
25 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
27 FUNC("uartf", RT305X_GPIO_MODE_UARTF, 7, 8),
28 FUNC("pcm uartf", RT305X_GPIO_MODE_PCM_UARTF, 7, 8),
29 FUNC("pcm i2s", RT305X_GPIO_MODE_PCM_I2S, 7, 8),
30 FUNC("i2s uartf", RT305X_GPIO_MODE_I2S_UARTF, 7, 8),
31 FUNC("pcm gpio", RT305X_GPIO_MODE_PCM_GPIO, 11, 4),
32 FUNC("gpio uartf", RT305X_GPIO_MODE_GPIO_UARTF, 7, 4),
33 FUNC("gpio i2s", RT305X_GPIO_MODE_GPIO_I2S, 7, 4),
35 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 15, 2) };
[all …]
Drt288x.c24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) };
25 static struct rt2880_pmx_func spi_func[] = { FUNC("spi", 0, 3, 4) };
26 static struct rt2880_pmx_func uartlite_func[] = { FUNC("uartlite", 0, 7, 8) };
27 static struct rt2880_pmx_func jtag_func[] = { FUNC("jtag", 0, 17, 5) };
28 static struct rt2880_pmx_func mdio_func[] = { FUNC("mdio", 0, 22, 2) };
29 static struct rt2880_pmx_func sdram_func[] = { FUNC("sdram", 0, 24, 16) };
30 static struct rt2880_pmx_func pci_func[] = { FUNC("pci", 0, 40, 32) };
/arch/mips/vdso/
Dgenvdso.h11 static inline bool FUNC(patch_vdso)(const char *path, void *vdso) in FUNC() function
21 shdrs = vdso + FUNC(swap_uint)(ehdr->e_shoff); in FUNC()
26 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
45 dyn = vdso + FUNC(swap_uint)(shdr->sh_offset); in FUNC()
74 while (FUNC(swap_uint)(dyn->d_tag) != DT_NULL) { in FUNC()
75 switch (FUNC(swap_uint)(dyn->d_tag)) { in FUNC()
80 local_gotno = FUNC(swap_uint)(dyn->d_un.d_val); in FUNC()
87 symtabno = FUNC(swap_uint)(dyn->d_un.d_val); in FUNC()
95 gotsym = FUNC(swap_uint)(dyn->d_un.d_val); in FUNC()
113 static inline bool FUNC(get_symbols)(const char *path, void *vdso) in FUNC() function
[all …]
Dgenvdso.c93 #define FUNC(name) _FUNC(name, ELF_BITS) macro
/arch/x86/net/
Dbpf_jit.S26 #define FUNC(name) \ macro
31 FUNC(sk_load_word)
35 FUNC(sk_load_word_positive_offset)
44 FUNC(sk_load_half)
48 FUNC(sk_load_half_positive_offset)
57 FUNC(sk_load_byte)
61 FUNC(sk_load_byte_positive_offset)
122 FUNC(sk_load_word_negative_offset)
132 FUNC(sk_load_half_negative_offset)
143 FUNC(sk_load_byte_negative_offset)
/arch/powerpc/kvm/
Dbook3s_interrupts.S29 #define FUNC(name) name macro
31 #define FUNC(name) GLUE(.,name) macro
36 #define FUNC(name) name macro
100 bl FUNC(kvmppc_copy_to_svcpu)
138 bl FUNC(kvmppc_entry_trampoline)
171 bl FUNC(kvmppc_copy_from_svcpu)
210 bl FUNC(kvmppc_handle_exit_pr)
Dbook3s_rmhandlers.S40 #define FUNC(name) name macro
42 #define FUNC(name) GLUE(.,name) macro
47 #define FUNC(name) name macro
/arch/x86/crypto/
Daes-x86_64-asm_64.S52 #define prologue(FUNC,KEY,B128,B192,r1,r2,r3,r4,r5,r6,r7,r8,r9,r10,r11) \ argument
53 ENTRY(FUNC); \
73 #define epilogue(FUNC,r1,r2,r3,r4,r5,r6,r7,r8,r9) \ argument
81 ENDPROC(FUNC);
133 #define entry(FUNC,KEY,B128,B192) \ argument
134 prologue(FUNC,KEY,B128,B192,R2,R8,R7,R9,R1,R3,R4,R6,R10,R5,R11)
136 #define return(FUNC) epilogue(FUNC,R8,R2,R9,R7,R5,R6,R3,R4,R11) argument
/arch/x86/math-emu/
Dfpu_aux.c65 static FUNC const finit_table[] = {
81 static FUNC const fstsw_table[] = {
91 static FUNC const fp_nop_table[] = {
Dfpu_emu.h123 typedef void (*FUNC) (void); typedef
Dfpu_entry.c49 static FUNC const st_instr_table[64] = {
/arch/mips/include/asm/mach-ralink/
Dpinmux.h12 #define FUNC(name, value, pin_first, pin_count) \ macro
/arch/sparc/lib/
Dmemcpy.S11 #define FUNC(x) \ macro
65 FUNC(memmove)
123 FUNC(memcpy) /* %o0=dst %o1=src %o2=len */
/arch/mips/mm/
Duasm-micromips.c201 if (ip->fields & FUNC) in build_insn()
Duasm-mips.c230 if (ip->fields & FUNC) in build_insn()
Duasm.c25 FUNC = 0x100, enumerator
/arch/sparc/net/
Dbpf_jit_comp.c277 #define emit_call(FUNC) \ argument
279 unsigned int _off = (void *)(FUNC) - _here; \
/arch/mips/kernel/
Dtraps.c501 #define FUNC 0x0000003f macro
662 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal()
689 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync()