Searched refs:srs (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/arch/cris/arch-v32/mm/
H A Dmmu.S28 move $srs, [$sp]
44 move \mmu, $srs ; Select MMU support register bank
93 move $srs, [$sp]
95 move \mmu, $srs ; Select MMU support register bank
139 move [$sp], $srs
168 move [$sp], $srs
182 move [$sp], $srs
185 move \mmu, $srs
/linux-4.4.14/arch/cris/include/arch-v32/arch/
H A Doffset.h17 #define PT_srs 64 /* offsetof(struct pt_regs, srs) */
H A Dirq.h44 "move $srs,[$sp]\n\t" \
/linux-4.4.14/arch/cris/kernel/
H A Dasm-offsets.c26 ENTRY(srs); main()
/linux-4.4.14/arch/cris/arch-v32/kernel/
H A Dkgdb_asm.S71 move $srs, [$acr]
106 move $r1, $srs
161 move $r1, $srs
213 move $r1, $srs
322 move $r1, $srs
373 move $r1, $srs
415 move $r1, $srs
514 move [$acr], $srs ; Restore SRS
H A Dhead.S134 move 1, $srs
143 move 2, $srs
152 move 0, $srs
H A Dentry.S155 move $srs, $r1
259 move [$sp], $srs
399 move $srs, [$sp]
421 move [$sp], $srs
457 move $srs, [$sp]
496 move $srs, [$sp]
H A Dkgdb.c215 unsigned char srs; /* 0x46; P3, Support register select (8-bit) */ member in struct:register_image
560 if (hex2bin((unsigned char *)&reg.srs, val, sizeof(unsigned char))) write_register()
575 if (hex2bin((unsigned char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int), write_register()
610 *valptr = (unsigned int)(*(unsigned char *)((char *)&reg.srs)); read_register()
622 *valptr = *(unsigned int *)((char *)&sreg.s0_0 + (reg.srs * 16 * sizeof(unsigned int)) + (regno - S0) * sizeof(unsigned int)); read_register()
1270 (char *)&sreg + (reg.srs * 16 * sizeof(unsigned int)), handle_exception()
1283 else if (hex2bin((char *)&sreg + (reg.srs * 16 * sizeof(unsigned int)), handle_exception()
/linux-4.4.14/arch/cris/include/uapi/arch-v32/arch/
H A Duser.h26 unsigned long srs; /* P3, Support register select (8-bits). */ member in struct:user_regs_struct
/linux-4.4.14/arch/cris/include/uapi/asm/
H A Delf_v32.h62 pr_reg[19] = regs->srs; /* SRS */ \
H A Dptrace_v32.h74 unsigned long srs; member in struct:pt_regs
/linux-4.4.14/arch/powerpc/sysdev/
H A Dfsl_msi.c74 int cascade_virq, srs; fsl_msi_print_chip() local
76 srs = (hwirq >> msi_data->srs_shift) & MSI_SRS_MASK; fsl_msi_print_chip()
77 cascade_virq = msi_data->cascade_array[srs]->virq; fsl_msi_print_chip()
178 pr_debug("%s: allocated srs: %d, ibs: %d\n", __func__, fsl_compose_msi_msg()
/linux-4.4.14/arch/powerpc/kvm/
H A Dmpic.c945 int srs, ibs; openpic_msi_write() local
953 srs = val >> MSIIR_SRS_SHIFT; openpic_msi_write()
954 idx += srs; openpic_msi_write()
956 opp->msi[srs].msir |= 1 << ibs; openpic_msi_write()
971 int i, srs; openpic_msi_read() local
977 srs = addr >> 4; openpic_msi_read()
988 r = opp->msi[srs].msir; openpic_msi_read()
990 opp->msi[srs].msir = 0; openpic_msi_read()
991 openpic_set_irq(opp, opp->irq_msi + srs, 0); openpic_msi_read()
/linux-4.4.14/arch/mips/kernel/
H A Dtraps.c1920 static void *set_vi_srs_handler(int n, vi_handler_t addr, int srs) set_vi_srs_handler() argument
1932 srs = 0; set_vi_srs_handler()
1939 if (srs >= srssets) set_vi_srs_handler()
1940 panic("Shadow register set %d not supported", srs); set_vi_srs_handler()
1944 board_bind_eic_interrupt(n, srs); set_vi_srs_handler()
1948 change_c0_srsmap(0xf << n*4, srs << n*4); set_vi_srs_handler()
1951 if (srs == 0) { set_vi_srs_handler()
/linux-4.4.14/sound/soc/codecs/
H A Dwm8995.c1531 static const int srs[] = { variable
1616 for (i = 0; i < ARRAY_SIZE(srs); ++i) wm8995_hw_params()
1617 if (srs[i] == params_rate(params)) wm8995_hw_params()
1619 if (i == ARRAY_SIZE(srs)) { wm8995_hw_params()
1626 dev_dbg(dai->dev, "Sample rate is %dHz\n", srs[i]); wm8995_hw_params()
H A Dwm8994.c2743 } srs[] = { variable in typeref:struct:__anon15526
2859 for (i = 0; i < ARRAY_SIZE(srs); i++) wm8994_hw_params()
2860 if (srs[i].rate == params_rate(params)) wm8994_hw_params()
2862 if (i == ARRAY_SIZE(srs)) wm8994_hw_params()
2864 rate_val |= srs[i].val << WM8994_AIF1_SR_SHIFT; wm8994_hw_params()
2866 dev_dbg(dai->dev, "Sample rate is %dHz\n", srs[i].rate); wm8994_hw_params()

Completed in 982 milliseconds