Home
last modified time | relevance | path

Searched refs:sr1 (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/parisc/kernel/
A Dpacache.S79 mtsp %r20, %sr1
85 pitlbe %r0(%sr1, %r28)
94 mtsp %r20, %sr1
123 mtsp %r20, %sr1
129 pdtlbe %r0(%sr1, %r28)
138 mtsp %r20, %sr1
183 3: pdtlbe %r0(%sr1,%r0)
200 mtsp %r0, %sr1
216 fice,m %arg1(%sr1, %arg0)
261 mtsp %r0, %sr1
[all …]
A Dentry.S1193 mtsp spc,%sr1
1195 idtlba pte,(%sr1,va)
1227 mtsp spc,%sr1
1229 idtlba pte,(%sr1,va)
1391 mtsp spc,%sr1
1393 iitlba pte,(%sr1,va)
1415 mtsp spc,%sr1
1417 iitlba pte,(%sr1,va)
1523 mtsp spc,%sr1
1525 idtlba pte,(%sr1,va)
[all …]
A Dkgdb.c73 gr->sr1 = regs->sr[1]; in pt_regs_to_gdb_regs()
104 regs->sr[1] = gr->sr1; in gdb_regs_to_pt_regs()
A Dhead.S284 mtsp %r0,%sr1
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A Dramnv40.c75 u8 sr1[2]; in nv40_ram_prog() local
85 sr1[i] = nvkm_rd08(device, 0x0c03c5 + (i * 0x2000)); in nv40_ram_prog()
86 if (!(sr1[i] & 0x20)) in nv40_ram_prog()
112 nvkm_wr08(device, 0x0c03c5 + (i * 0x2000), sr1[i] | 0x20); in nv40_ram_prog()
172 nvkm_wr08(device, 0x0c03c5 + (i * 0x2000), sr1[i]); in nv40_ram_prog()
/linux/arch/powerpc/platforms/ps3/
A Dspu.c90 u64 sr1; member
351 spu_pdata(spu)->cache.sr1 = 0x33; in ps3_create_spu()
532 static void mfc_sr1_set(struct spu *spu, u64 sr1) in mfc_sr1_set() argument
539 BUG_ON((sr1 & allowed) != (spu_pdata(spu)->cache.sr1 & allowed)); in mfc_sr1_set()
541 spu_pdata(spu)->cache.sr1 = sr1; in mfc_sr1_set()
545 spu_pdata(spu)->cache.sr1); in mfc_sr1_set()
550 return spu_pdata(spu)->cache.sr1; in mfc_sr1_get()
/linux/drivers/gpu/drm/i915/display/
A Dintel_vga.c32 u8 sr1; in intel_vga_disable() local
40 sr1 = inb(VGA_SEQ_D); in intel_vga_disable()
41 outb(sr1 | VGA_SR01_SCREEN_OFF, VGA_SEQ_D); in intel_vga_disable()
/linux/arch/powerpc/platforms/cell/spufs/
A Drun.c86 u64 sr1; in spu_setup_isolated() local
125 sr1 = spu_mfc_sr1_get(ctx->spu); in spu_setup_isolated()
126 sr1 &= ~MFC_STATE1_PROBLEM_STATE_MASK; in spu_setup_isolated()
127 spu_mfc_sr1_set(ctx->spu, sr1); in spu_setup_isolated()
169 sr1 |= MFC_STATE1_PROBLEM_STATE_MASK; in spu_setup_isolated()
170 spu_mfc_sr1_set(ctx->spu, sr1); in spu_setup_isolated()
A Dhw_ops.c228 u64 sr1; in spu_hw_master_start() local
231 sr1 = spu_mfc_sr1_get(spu) | MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_hw_master_start()
232 spu_mfc_sr1_set(spu, sr1); in spu_hw_master_start()
239 u64 sr1; in spu_hw_master_stop() local
242 sr1 = spu_mfc_sr1_get(spu) & ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_hw_master_stop()
243 spu_mfc_sr1_set(spu, sr1); in spu_hw_master_stop()
A Dbacking_ops.c298 u64 sr1; in spu_backing_master_start() local
301 sr1 = csa->priv1.mfc_sr1_RW | MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_backing_master_start()
302 csa->priv1.mfc_sr1_RW = sr1; in spu_backing_master_start()
309 u64 sr1; in spu_backing_master_stop() local
312 sr1 = csa->priv1.mfc_sr1_RW & ~MFC_STATE1_MASTER_RUN_CONTROL_MASK; in spu_backing_master_stop()
313 csa->priv1.mfc_sr1_RW = sr1; in spu_backing_master_stop()
/linux/arch/powerpc/include/asm/
A Dspu_priv1.h31 void (*mfc_sr1_set) (struct spu *spu, u64 sr1);
111 spu_mfc_sr1_set (struct spu *spu, u64 sr1) in spu_mfc_sr1_set() argument
113 spu_priv1_ops->mfc_sr1_set(spu, sr1); in spu_mfc_sr1_set()
/linux/drivers/net/ethernet/ti/
A DMakefile37 obj-$(CONFIG_TI_ICSSG_PRUETH_SR1) += icssg-prueth-sr1.o icssg.o
38 icssg-prueth-sr1-y := icssg/icssg_prueth_sr1.o
/linux/arch/powerpc/platforms/cell/
A Dspu_priv1_mmio.c100 static void mfc_sr1_set(struct spu *spu, u64 sr1) in mfc_sr1_set() argument
102 out_be64(&spu->priv1->mfc_sr1_RW, sr1); in mfc_sr1_set()
/linux/arch/parisc/include/asm/
A Dkgdb.h46 unsigned long sr1; member
A Dasmregs.h70 sr1: .reg %sr1
A Dassembly.h464 SAVE_SP (%sr1, PT_SR1 (\regs))
503 REST_SP (%sr1, PT_SR1 (\regs))
/linux/drivers/gpu/drm/gma500/
A Dcdv_device.c25 u8 sr1; in cdv_disable_vga() local
31 sr1 = inb(VGA_SR_DATA); in cdv_disable_vga()
32 outb(sr1 | 1<<5, VGA_SR_DATA); in cdv_disable_vga()
/linux/arch/arm64/boot/dts/ti/
A Dk3-am65-iot2050-common-pg1.dtsi46 compatible = "ti,am654-sr1-icssg-prueth";
/linux/Documentation/devicetree/bindings/net/
A Dti,icssg-prueth.yaml21 - ti,am654-sr1-icssg-prueth # for AM65x SoC family, SR1.0
152 const: ti,am654-sr1-icssg-prueth
/linux/drivers/mtd/devices/
A Dst_spi_fsm.c1393 uint8_t sr1, cr1, dyb; in stfsm_s25fl_config() local
1461 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sr1, 1); in stfsm_s25fl_config()
1462 sta_wr = ((uint16_t)cr1 << 8) | sr1; in stfsm_s25fl_config()
1478 uint8_t sr1, sr2; in stfsm_w25q_config() local
1505 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sr1, 1); in stfsm_w25q_config()
1506 sr_wr = ((uint16_t)sr2 << 8) | sr1; in stfsm_w25q_config()
/linux/drivers/mtd/spi-nor/
A Dcore.c830 static int spi_nor_write_sr1_and_check(struct spi_nor *nor, u8 sr1) in spi_nor_write_sr1_and_check() argument
834 nor->bouncebuf[0] = sr1; in spi_nor_write_sr1_and_check()
844 if (nor->bouncebuf[0] != sr1) { in spi_nor_write_sr1_and_check()
862 static int spi_nor_write_16bit_sr_and_check(struct spi_nor *nor, u8 sr1) in spi_nor_write_16bit_sr_and_check() argument
895 sr_cr[0] = sr1; in spi_nor_write_16bit_sr_and_check()
905 if (sr1 != sr_cr[0]) { in spi_nor_write_16bit_sr_and_check()
989 int spi_nor_write_sr_and_check(struct spi_nor *nor, u8 sr1) in spi_nor_write_sr_and_check() argument
992 return spi_nor_write_16bit_sr_and_check(nor, sr1); in spi_nor_write_sr_and_check()
994 return spi_nor_write_sr1_and_check(nor, sr1); in spi_nor_write_sr_and_check()
A Dcore.h622 int spi_nor_write_sr_and_check(struct spi_nor *nor, u8 sr1);
/linux/kernel/locking/
A Dlockdep_proc.c202 sr1 = debug_atomic_read(redundant_softirqs_on), in lockdep_stats_debug_show() local
226 seq_printf(m, " redundant softirq ons: %11llu\n", sr1); in lockdep_stats_debug_show()
/linux/arch/arm/boot/dts/ti/omap/
A Domap34xx-omap36xx-clocks.dtsi169 sr1_fck: clock-sr1-fck@6 {
/linux/arch/parisc/lib/
A Dlusercopy.S97 srcspc = sr1

Completed in 64 milliseconds

12