Searched refs:SCR_REG_REG (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.10/drivers/scsi/sym53c8xx_2/ | 
| D | sym_fw2.h | 207 	SCR_REG_REG (gpreg, SCR_AND, 0xfe),350 	SCR_REG_REG (scntl1, SCR_OR, IARB),
 473 	SCR_REG_REG (scntl2, SCR_OR, WSR),
 531 	SCR_REG_REG (scntl2, SCR_OR, WSS),
 556 	SCR_REG_REG (scntl4, SCR_OR, (XCLKH_DT|XCLKH_ST)),
 608 	SCR_REG_REG (scntl1, SCR_AND, ~IARB),
 637 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),
 733 	SCR_REG_REG (HF_REG, SCR_OR, HF_DP_SAVED),
 774 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),
 802 	SCR_REG_REG (gpreg, SCR_OR, 0x01),
 [all …]
 
 | 
| D | sym_fw1.h | 214 	SCR_REG_REG (gpreg, SCR_AND, 0xfe),365 	SCR_REG_REG (scntl1, SCR_OR, IARB),
 489 	SCR_REG_REG (scntl2, SCR_OR, WSR),
 548 	SCR_REG_REG (scntl2, SCR_OR, WSS),
 619 	SCR_REG_REG (scntl1, SCR_AND, ~IARB),
 648 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),
 759 	SCR_REG_REG (HF_REG, SCR_OR, HF_DP_SAVED),
 798 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),
 839 	SCR_REG_REG (gpreg, SCR_OR, 0x01),
 852 	SCR_REG_REG (scntl1, SCR_OR, IARB),
 [all …]
 
 | 
| D | sym_defs.h | 577 #define SCR_REG_REG(reg,op,data) \  macro616 	SCR_REG_REG(reg,SCR_LOAD,data)
 
 | 
| /Linux-v5.10/drivers/scsi/ | 
| D | ncr53c8xx.h | 1094 #define SCR_REG_REG(reg,op,data) \  macro1133 	SCR_REG_REG(reg,SCR_LOAD,data)
 
 | 
| D | ncr53c8xx.c | 2383 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),2501 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),
 2876 	SCR_REG_REG (HS_REG, SCR_OR, HS_SKIPMASK),
 2901 	SCR_REG_REG (PS_REG, SCR_ADD, 0x01),
 2958 	SCR_REG_REG (scntl2, SCR_OR, WSR),
 3112 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),
 3201 	SCR_REG_REG (scntl2, SCR_AND, 0x7f),
 8420 				cpu_to_scr(SCR_REG_REG(gpreg, SCR_OR,  0x01));
 8422 				cpu_to_scr(SCR_REG_REG(gpreg, SCR_AND, 0xfe));
 8424 				cpu_to_scr(SCR_REG_REG(gpreg, SCR_AND, 0xfe));
 
 |