Home
last modified time | relevance | path

Searched refs:SPR (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dspu-insns.h111 SPR SPR/CH pipeline
138 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
139 APUOP(M_RDCH, RR, 0x00d, "rdch", _A2(A_T,A_H), 00002, SPR) /* ReaDCHannel RT<-CA:data */
140 APUOP(M_RCHCNT, RR, 0x00f, "rchcnt", _A2(A_T,A_H), 00002, SPR) /* ReaDCHanCouNT RT<-CA:count */
149 APUOP(M_MTSPR, RR, 0x10c, "mtspr", _A2(A_S,A_T), 00001, SPR) /* MTSPR SA<-RT */
150 APUOP(M_WRCH, RR, 0x10d, "wrch", _A2(A_H,A_T), 00001, SPR) /* ChanWRite CA<-RT */
324 APUOP(M_SYSCALL, RI7, 0x10c, "syscall", _A3(A_T,A_A,A_S7N), 00002, SPR) /* System Call */
H A Dppc-opc.c658 /* The SPR field in an XFX form instruction. This is flipped--the macro
660 #define SPR SI8 + 1
661 #define PMR SPR
662 #define TMR SPR
667 #define SPRBAT SPR + 1
697 /* The TBR field in an XFX form instruction. This is like the SPR
1988 /* The SPR field in an XFX form instruction. This is flipped--the
2046 /* The TBR field in an XFX instruction. This is just like SPR, but it
2854 /* An XFX form instruction with the SPR field filled in. */
2859 /* An XFX form instruction with the SPR fiel
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dspu-insns.h111 SPR SPR/CH pipeline
138 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
139 APUOP(M_RDCH, RR, 0x00d, "rdch", _A2(A_T,A_H), 00002, SPR) /* ReaDCHannel RT<-CA:data */
140 APUOP(M_RCHCNT, RR, 0x00f, "rchcnt", _A2(A_T,A_H), 00002, SPR) /* ReaDCHanCouNT RT<-CA:count */
149 APUOP(M_MTSPR, RR, 0x10c, "mtspr", _A2(A_S,A_T), 00001, SPR) /* MTSPR SA<-RT */
150 APUOP(M_WRCH, RR, 0x10d, "wrch", _A2(A_H,A_T), 00001, SPR) /* ChanWRite CA<-RT */
324 APUOP(M_SYSCALL, RI7, 0x10c, "syscall", _A3(A_T,A_A,A_S7N), 00002, SPR) /* System Call */
H A Dppc-opc.c658 /* The SPR field in an XFX form instruction. This is flipped--the macro
660 #define SPR SI8 + 1
661 #define PMR SPR
662 #define TMR SPR
667 #define SPRBAT SPR + 1
697 /* The TBR field in an XFX form instruction. This is like the SPR
1988 /* The SPR field in an XFX form instruction. This is flipped--the
2046 /* The TBR field in an XFX instruction. This is just like SPR, but it
2854 /* An XFX form instruction with the SPR field filled in. */
2859 /* An XFX form instruction with the SPR fiel
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Di10nm_base.c255 if (res_cfg->type == SPR) { in show_retry_rd_err_log()
437 * Check whether the error comes from DDRT by ICX/Tremont/SPR model specific error code.
456 case SPR: in i10nm_mscod_is_ddrt()
495 case SPR: in i10nm_mc_decode_available()
544 case SPR: in i10nm_mc_decode()
674 case SPR: in i10nm_imc_absent()
899 .type = SPR,
H A Dskx_common.h132 SPR, enumerator
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_16654.h39 #define SPR 7 // ScratchPad Register macro
/kernel/linux/linux-5.10/include/video/
H A Dtrident.h51 #define SPR 0x1F /* Software Programming Register (videoram) */ macro
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dio_16654.h39 #define SPR 7 // ScratchPad Register macro
/kernel/linux/linux-6.6/include/video/
H A Dtrident.h51 #define SPR 0x1F /* Software Programming Register (videoram) */ macro
/kernel/linux/linux-5.10/drivers/net/wireless/admtek/
H A Dadm8211.h34 __le32 SPR; /* 0x48 CSR9 */ member
207 /* CSR9 - SPR (Serial Port Register) */
H A Dadm8211.c78 u32 reg = ADM8211_CSR_READ(SPR); in adm8211_eeprom_register_read()
100 ADM8211_CSR_WRITE(SPR, reg); in adm8211_eeprom_register_write()
101 ADM8211_CSR_READ(SPR); /* eeprom_delay */ in adm8211_eeprom_register_write()
/kernel/linux/linux-6.6/drivers/net/wireless/admtek/
H A Dadm8211.h34 __le32 SPR; /* 0x48 CSR9 */ member
207 /* CSR9 - SPR (Serial Port Register) */
H A Dadm8211.c77 u32 reg = ADM8211_CSR_READ(SPR); in adm8211_eeprom_register_read()
99 ADM8211_CSR_WRITE(SPR, reg); in adm8211_eeprom_register_write()
100 ADM8211_CSR_READ(SPR); /* eeprom_delay */ in adm8211_eeprom_register_write()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dimsttfb.c73 SPR = 27, /* 0x6C */ enumerator
740 write_reg_le32(par->dc_regs, SPR, pitch); in set_imstt_regvals()
H A Dtridentfb.c923 tmp = read3X4(par, SPR) & 0x0F; in get_memsize()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dimsttfb.c74 SPR = 27, /* 0x6C */ enumerator
741 write_reg_le32(par->dc_regs, SPR, pitch); in set_imstt_regvals()
H A Dtridentfb.c924 tmp = read3X4(par, SPR) & 0x0F; in get_memsize()

Completed in 33 milliseconds