Searched defs:sel (Results 1 - 15 of 15) sorted by relevance

/arch/mips/include/asm/
H A Dasmmacro.h84 .macro MFTR rt=0, rd=0, u=0, sel=0 variable
85 .word 0x41000000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel)
88 .macro MTTR rt=0, rd=0, u=0, sel=0
89 .word 0x41800000 | (\rt << 16) | (\rd << 11) | (\u << 5) | (\sel)
/arch/arm/plat-orion/
H A Dmpp.c43 unsigned int sel = MPP_SEL(*mpp_list); local
60 mpp_ctrl[num / 8] |= sel << shift;
/arch/arm/mach-dove/
H A Dmpp.c70 static void dove_mpp_cfg_nfc(int sel) argument
75 mpp_gen_cfg |= sel;
81 static void dove_mpp_cfg_au1(int sel) argument
93 if (!sel || sel == 0x2)
98 if (sel & 0x1) {
102 if (sel & 0x2) {
106 if (sel & 0x4) {
110 if (sel & 0x8)
119 /* Configure the group registers, enabling GPIO if sel indicate
128 unsigned int sel = MPP_SEL(*mpp_grp_list); local
[all...]
/arch/arm/mach-imx/
H A Dclock-imx35.c111 unsigned char arm, ahb, sel; member in struct:arm_ahb_div
115 { .arm = 1, .ahb = 4, .sel = 0},
116 { .arm = 1, .ahb = 3, .sel = 1},
117 { .arm = 2, .ahb = 2, .sel = 0},
118 { .arm = 0, .ahb = 0, .sel = 0},
119 { .arm = 0, .ahb = 0, .sel = 0},
120 { .arm = 0, .ahb = 0, .sel = 0},
121 { .arm = 4, .ahb = 1, .sel = 0},
122 { .arm = 1, .ahb = 5, .sel = 0},
123 { .arm = 1, .ahb = 8, .sel
[all...]
/arch/powerpc/perf/
H A Dmpc7450-pmu.c83 int pmc, sel; local
86 sel = event & PM_PMCSEL_MSK;
89 if (sel == 0x1e || sel == 0x1f)
91 if (sel == 0x28 || sel == 0x2b)
95 if (sel == 0x20)
99 if (sel == 0xc || sel == 0xd)
101 if (sel
[all...]
/arch/x86/boot/
H A Dvideo.c201 unsigned int sel; local
222 sel = get_entry();
223 if (sel != SCAN)
224 return sel;
/arch/arm/mach-msm/
H A Dacpuclock-arm11.c439 uint32_t div, sel; local
448 sel = (readl(A11S_CLK_CNTL_ADDR) >> 12) & 0x7;
453 sel = (readl(A11S_CLK_CNTL_ADDR) >> 4) & 0x07;
459 if (speed->a11clk_src_sel == sel
/arch/arm/mach-tegra/
H A Dclock.h133 u32 sel; member in struct:clk::__anon363::__anon366
H A Dtegra2_clocks.c292 const struct clk_mux_sel *sel; local
300 for (sel = c->inputs; sel->input != NULL; sel++) {
301 if (sel->value == source)
304 BUG_ON(sel->input == NULL);
305 c->parent = sel->input;
325 const struct clk_mux_sel *sel; local
333 for (sel = c->inputs; sel
669 const struct clk_pll_freq_table *sel; local
910 const struct clk_mux_sel *sel; local
1025 const struct clk_mux_sel *sel; local
1241 const struct clk_mux_sel *sel; local
1266 const struct clk_mux_sel *sel; local
1913 struct clk_mux_sel *sel = mux_audio_sync_clk; local
[all...]
H A Dtegra30_clocks.c589 const struct clk_mux_sel *sel; local
599 for (sel = c->inputs; sel->input != NULL; sel++) {
600 if (sel->value == source)
603 BUG_ON(sel->input == NULL);
604 c->parent = sel->input;
633 const struct clk_mux_sel *sel; local
641 for (sel = c->inputs; sel
896 const struct clk_pll_freq_table *sel; local
975 const struct clk_pll_freq_table *sel; local
1204 const struct clk_pll_freq_table *sel; local
1430 const struct clk_mux_sel *sel; local
1543 const struct clk_mux_sel *sel; local
1729 const struct clk_mux_sel *sel; local
1778 const struct clk_mux_sel *sel; local
1828 const struct clk_mux_sel *sel; local
1914 const struct clk_mux_sel *sel; local
1941 const struct clk_mux_sel *sel; local
[all...]
/arch/arm/plat-s3c24xx/
H A Ddma.c1433 int __init s3c24xx_dma_init_map(struct s3c24xx_dma_selection *sel) argument
1436 size_t map_sz = sizeof(*nmap) * sel->map_size;
1439 nmap = kmemdup(sel->map, map_sz, GFP_KERNEL);
1443 memcpy(&dma_sel, sel, sizeof(*sel));
1447 for (ptr = 0; ptr < sel->map_size; ptr++)
/arch/cris/include/arch-v32/arch/hwregs/
H A Data_defs.h121 unsigned int sel : 2; member in struct:__anon431
/arch/mips/include/asm/octeon/
H A Dcvmx-ciu-defs.h1672 uint64_t sel:3; member in struct:cvmx_ciu_int_dbg_sel::cvmx_ciu_int_dbg_sel_s
/arch/x86/include/asm/
H A Dkvm_host.h859 static inline void kvm_load_ldt(u16 sel) argument
861 asm("lldt %0" : : "rm"(sel));
/arch/x86/kvm/
H A Demulate.c569 u16 sel; local
581 usable = ctxt->ops->get_segment(ctxt, &sel, &desc, NULL,
605 rpl = sel & 3;
1178 u16 sel; local
1181 if (!ops->get_segment(ctxt, &sel, &desc, NULL, VCPU_SREG_LDTR))
1684 unsigned short sel; local
1686 memcpy(&sel, ctxt->src.valptr + ctxt->op_bytes, 2);
1688 rc = load_segment_descriptor(ctxt, sel, VCPU_SREG_CS);
1870 unsigned short sel; local
1873 memcpy(&sel, ctx
2641 u16 sel, old_cs; local
2860 u16 sel = ctxt->src.val; local
[all...]

Completed in 2733 milliseconds