Searched refs:SCR_REG_REG (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_fw2.h | 863 SCR_REG_REG (dsa, SCR_SHL, 0), 914 SCR_REG_REG (dsa, SCR_SHL, 0), 965 SCR_REG_REG (dsa1, SCR_OR, 2), 967 SCR_REG_REG (sfbr, SCR_SHL, 0), 971 SCR_REG_REG (dsa1, SCR_OR, 1), 976 SCR_REG_REG (dsa1, SCR_OR, 1), 1648 SCR_REG_REG (ia, SCR_ADD, 8), 1650 SCR_REG_REG (ia1, SCR_ADDC, 0), 1740 SCR_REG_REG (ua, SCR_ADD, 1), 1742 SCR_REG_REG (ua1, SCR_ADDC, 0), [all …]
|
A D | sym_fw1.h | 214 SCR_REG_REG (gpreg, SCR_AND, 0xfe), 489 SCR_REG_REG (scntl2, SCR_OR, WSR), 548 SCR_REG_REG (scntl2, SCR_OR, WSS), 902 SCR_REG_REG (dsa, SCR_SHL, 0), 904 SCR_REG_REG (dsa, SCR_AND, 0x3c), 966 SCR_REG_REG (dsa, SCR_SHL, 0), 968 SCR_REG_REG (dsa, SCR_AND, 0xfc), 1041 SCR_REG_REG (dsa1, SCR_OR, 2), 1043 SCR_REG_REG (sfbr, SCR_SHL, 0), 1047 SCR_REG_REG (dsa1, SCR_OR, 1), [all …]
|
A D | sym_defs.h | 577 #define SCR_REG_REG(reg,op,data) \ macro 616 SCR_REG_REG(reg,SCR_LOAD,data)
|
/linux-6.3-rc2/drivers/scsi/ |
A D | ncr53c8xx.h | 1094 #define SCR_REG_REG(reg,op,data) \ macro 1133 SCR_REG_REG(reg,SCR_LOAD,data)
|
A D | ncr53c8xx.c | 2355 SCR_REG_REG (scntl2, SCR_AND, 0x7f), 2473 SCR_REG_REG (scntl2, SCR_AND, 0x7f), 2848 SCR_REG_REG (HS_REG, SCR_OR, HS_SKIPMASK), 2873 SCR_REG_REG (PS_REG, SCR_ADD, 0x01), 2930 SCR_REG_REG (scntl2, SCR_OR, WSR), 3084 SCR_REG_REG (scntl2, SCR_AND, 0x7f), 3173 SCR_REG_REG (scntl2, SCR_AND, 0x7f), 8215 cpu_to_scr(SCR_REG_REG(gpreg, SCR_OR, 0x01)); 8217 cpu_to_scr(SCR_REG_REG(gpreg, SCR_AND, 0xfe)); 8219 cpu_to_scr(SCR_REG_REG(gpreg, SCR_AND, 0xfe));
|
Completed in 27 milliseconds