Searched refs:rv_ctest5 (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 1640 rv_ctest4, rv_ctest5, rv_stest2; member 3733 np->rv_ctest5 &= ~0x4; in ncr_init_burst() 3740 np->rv_ctest5 |= (bc & 0x4); in ncr_init_burst() 3844 np->rv_ctest5 = np->sv_ctest5; in ncr_prepare_setting() 3875 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ in ncr_prepare_setting() 4001 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); in ncr_prepare_setting() 5286 OUTB (nc_ctest5, np->rv_ctest5); /* Large fifo + large burst */ in ncr_init() 6274 ctest5 = (np->rv_ctest5 & DFS) ? INB (nc_ctest5) : 0; in ncr_int_ma()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.h | 863 rv_ctest5, rv_stest2, rv_ccntl0, rv_ccntl1, rv_scntl4; member
|
D | sym_hipd.c | 606 np->rv_ctest5 &= ~0x4; 614 np->rv_ctest5 |= (bc & 0x4); 852 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ 963 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); 1780 OUTB(np, nc_ctest5, np->rv_ctest5); /* Large fifo + large burst */
|