Searched refs:SCR_COPY_F (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 2100 SCR_COPY_F (4), 2405 SCR_COPY_F (4), 2621 SCR_COPY_F (4), 2687 SCR_COPY_F (4), 2846 SCR_COPY_F (4), 3361 SCR_COPY_F (4), 7310 ncrcmd copy_4 = np->features & FE_PFEN ? SCR_COPY(4) : SCR_COPY_F(4); in ncr_init_ccb() 7399 ncrcmd copy_1 = np->features & FE_PFEN ? SCR_COPY(1) : SCR_COPY_F(1); in ncr_init_tcb() 7487 ncrcmd copy_4 = np->features & FE_PFEN ? SCR_COPY(4) : SCR_COPY_F(4); in ncr_alloc_lcb()
|
H A D | ncr53c8xx.h | 1050 ** SCR_COPY_F does not set this option. 1060 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 2077 SCR_COPY_F (4), 2377 SCR_COPY_F (4), 2593 SCR_COPY_F (4), 2659 SCR_COPY_F (4), 2818 SCR_COPY_F (4), 3333 SCR_COPY_F (4), 7144 ncrcmd copy_4 = np->features & FE_PFEN ? SCR_COPY(4) : SCR_COPY_F(4); in ncr_init_ccb() 7233 ncrcmd copy_1 = np->features & FE_PFEN ? SCR_COPY(1) : SCR_COPY_F(1); in ncr_init_tcb() 7321 ncrcmd copy_4 = np->features & FE_PFEN ? SCR_COPY(4) : SCR_COPY_F(4); in ncr_alloc_lcb()
|
H A D | ncr53c8xx.h | 1050 ** SCR_COPY_F does not set this option. 1060 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 530 * SCR_COPY_F does not set this option. 541 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_defs.h | 530 * SCR_COPY_F does not set this option. 541 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro
|
Completed in 26 milliseconds