| /linux/arch/parisc/kernel/ |
| H A D | pacache.S | 79 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 …]
|
| H A D | entry.S | 1204 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1205 mtsp spc,%sr1 1207 idtlba pte,(%sr1,va) 1208 idtlbp prot,(%sr1,va) 1210 mtsp t1, %sr1 /* Restore sr1 */ 1238 mfsp %sr1,t1 /* Save sr1 so we can use it in tlb inserts */ 1239 mtsp spc,%sr1 1241 idtlba pte,(%sr1,va) 1242 idtlbp prot,(%sr1,va) 1244 mtsp t1, %sr1 /* Restore sr1 */ [all …]
|
| H A D | kgdb.c | 73 gr->sr1 = regs->sr[1]; in pt_regs_to_gdb_regs() 104 regs->sr[1] = gr->sr1; in gdb_regs_to_pt_regs()
|
| H A D | head.S | 289 mtsp %r0,%sr1
|
| H A D | syscall.S | 306 mfsp %sr1,%r2
|
| /linux/arch/powerpc/platforms/ps3/ |
| H A D | spu.c | 90 u64 sr1; member 350 spu_pdata(spu)->cache.sr1 = 0x33; in ps3_create_spu() 531 static void mfc_sr1_set(struct spu *spu, u64 sr1) in mfc_sr1_set() argument 538 BUG_ON((sr1 & allowed) != (spu_pdata(spu)->cache.sr1 & allowed)); in mfc_sr1_set() 540 spu_pdata(spu)->cache.sr1 = sr1; in mfc_sr1_set() 544 spu_pdata(spu)->cache.sr1); in mfc_sr1_set() 549 return spu_pdata(spu)->cache.sr1; in mfc_sr1_get()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramnv40.c | 75 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/cell/spufs/ |
| H A D | run.c | 86 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()
|
| H A D | hw_ops.c | 228 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()
|
| H A D | backing_ops.c | 298 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/ |
| H A D | spu_priv1.h | 31 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/ |
| H A D | Makefile | 40 obj-$(CONFIG_TI_ICSSG_PRUETH_SR1) += icssg-prueth-sr1.o icssg.o 41 icssg-prueth-sr1-y := icssg/icssg_prueth_sr1.o
|
| /linux/arch/parisc/include/asm/ |
| H A D | kgdb.h | 46 unsigned long sr1; member
|
| H A D | asmregs.h | 70 sr1: .reg %sr1
|
| H A D | assembly.h | 464 SAVE_SP (%sr1, PT_SR1 (\regs)) 503 REST_SP (%sr1, PT_SR1 (\regs))
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | cdv_device.c | 26 u8 sr1; in cdv_disable_vga() local 32 sr1 = inb(VGA_SR_DATA); in cdv_disable_vga() 33 outb(sr1 | 1<<5, VGA_SR_DATA); in cdv_disable_vga()
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am65-iot2050-common-pg1.dtsi | 46 compatible = "ti,am654-sr1-icssg-prueth";
|
| H A D | k3-am654-base-board.dts | 457 * SD card interface might fail. Boards with sr1.0 are recommended to
|
| /linux/drivers/mtd/devices/ |
| H A D | st_spi_fsm.c | 1393 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/media/platform/st/stm32/ |
| H A D | stm32-csi.c | 854 u32 sr0, sr1; in stm32_csi_irq_thread() local 858 sr1 = readl_relaxed(csidev->base + STM32_CSI_SR1); in stm32_csi_irq_thread() 863 writel_relaxed(sr1 & STM32_CSI_SR1_ERRORS, in stm32_csi_irq_thread() 873 if (sr1 & stm32_csi_events_sr1[i].mask) in stm32_csi_irq_thread()
|
| /linux/drivers/mtd/spi-nor/ |
| H A D | core.c | 829 static int spi_nor_write_sr1_and_check(struct spi_nor *nor, u8 sr1) in spi_nor_write_sr1_and_check() argument 833 nor->bouncebuf[0] = sr1; in spi_nor_write_sr1_and_check() 843 if (nor->bouncebuf[0] != sr1) { in spi_nor_write_sr1_and_check() 861 static int spi_nor_write_16bit_sr_and_check(struct spi_nor *nor, u8 sr1) in spi_nor_write_16bit_sr_and_check() argument 894 sr_cr[0] = sr1; in spi_nor_write_16bit_sr_and_check() 904 if (sr1 != sr_cr[0]) { in spi_nor_write_16bit_sr_and_check() 988 int spi_nor_write_sr_and_check(struct spi_nor *nor, u8 sr1) in spi_nor_write_sr_and_check() argument 991 return spi_nor_write_16bit_sr_and_check(nor, sr1); in spi_nor_write_sr_and_check() 993 return spi_nor_write_sr1_and_check(nor, sr1); in spi_nor_write_sr_and_check()
|
| H A D | core.h | 633 int spi_nor_write_sr_and_check(struct spi_nor *nor, u8 sr1);
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 202 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/ |
| H A D | omap34xx-omap36xx-clocks.dtsi | 169 sr1_fck: clock-sr1-fck@6 {
|
| /linux/arch/parisc/lib/ |
| H A D | lusercopy.S | 97 srcspc = sr1
|