Home
last modified time | relevance | path

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

12

/Linux-v6.6/arch/parisc/kernel/
Dpacache.S79 mtsp %r20, %sr1
85 pitlbe %r0(%sr1, %r28)
86 pitlbe,m %arg1(%sr1, %r28) /* Last pitlbe and addr adjust */
94 mtsp %r20, %sr1
100 pitlbe,m %arg1(%sr1, %r28) /* pitlbe for one loop */
123 mtsp %r20, %sr1
129 pdtlbe %r0(%sr1, %r28)
130 pdtlbe,m %arg1(%sr1, %r28) /* Last pdtlbe and addr adjust */
138 mtsp %r20, %sr1
144 pdtlbe,m %arg1(%sr1, %r28) /* pdtlbe for one loop */
[all …]
Dentry.S1179 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */
1180 mtsp spc,%sr1
1182 idtlba pte,(%sr1,va)
1183 idtlbp prot,(%sr1,va)
1185 mtsp t1, %sr1 /* Restore sr1 */
1212 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */
1213 mtsp spc,%sr1
1215 idtlba pte,(%sr1,va)
1216 idtlbp prot,(%sr1,va)
1218 mtsp t1, %sr1 /* Restore sr1 */
[all …]
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()
Dhead.S285 mtsp %r0,%sr1
Dsyscall.S306 mfsp %sr1,%r2
/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
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-v6.6/arch/powerpc/platforms/ps3/
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-v6.6/drivers/gpu/drm/i915/display/
Dintel_vga.c33 u8 sr1; in intel_vga_disable() local
41 sr1 = inb(VGA_SEQ_D); in intel_vga_disable()
42 outb(sr1 | VGA_SR01_SCREEN_OFF, VGA_SEQ_D); in intel_vga_disable()
/Linux-v6.6/arch/powerpc/platforms/cell/spufs/
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()
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()
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-v6.6/arch/powerpc/include/asm/
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-v6.6/arch/powerpc/platforms/cell/
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-v6.6/arch/parisc/include/asm/
Dkgdb.h46 unsigned long sr1; member
Dasmregs.h70 sr1: .reg %sr1
Dassembly.h462 SAVE_SP (%sr1, PT_SR1 (\regs))
501 REST_SP (%sr1, PT_SR1 (\regs))
/Linux-v6.6/drivers/gpu/drm/gma500/
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-v6.6/drivers/mtd/devices/
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-v6.6/drivers/mtd/spi-nor/
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()
Dcore.h676 int spi_nor_write_sr_and_check(struct spi_nor *nor, u8 sr1);
/Linux-v6.6/kernel/locking/
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-v6.6/arch/parisc/lib/
Dlusercopy.S97 srcspc = sr1
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Domap34xx-omap36xx-clocks.dtsi165 sr1_fck: clock-sr1-fck {
/Linux-v6.6/arch/arm64/boot/dts/ti/
Dk3-am654-base-board.dts455 * SD card interface might fail. Boards with sr1.0 are recommended to
/Linux-v6.6/drivers/tty/serial/
Dfsl_lpuart.c846 unsigned char sr1 = readb(port->membase + UARTSR1); in lpuart_tx_empty() local
852 if (sr1 & UARTSR1_TC && sfifo & UARTSFIFO_TXEMPT) in lpuart_tx_empty()

12