Home
last modified time | relevance | path

Searched refs:SCR_COPY_F (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_defs.h554 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro
/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c2112 SCR_COPY_F (4),
2417 SCR_COPY_F (4),
2633 SCR_COPY_F (4),
2699 SCR_COPY_F (4),
2858 SCR_COPY_F (4),
3373 SCR_COPY_F (4),
7318 ncrcmd copy_4 = np->features & FE_PFEN ? SCR_COPY(4) : SCR_COPY_F(4); in ncr_init_ccb()
7407 ncrcmd copy_1 = np->features & FE_PFEN ? SCR_COPY(1) : SCR_COPY_F(1); in ncr_init_tcb()
7495 ncrcmd copy_4 = np->features & FE_PFEN ? SCR_COPY(4) : SCR_COPY_F(4); in ncr_alloc_lcb()
Dncr53c8xx.h1072 #define SCR_COPY_F(n) (0xc0000000 | (n)) macro