Searched refs:rv_ctest5 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | ncr53c8xx.c | 1625 rv_ctest4, rv_ctest5, rv_stest2; member 3693 np->rv_ctest5 &= ~0x4; in ncr_init_burst() 3700 np->rv_ctest5 |= (bc & 0x4); in ncr_init_burst() 3804 np->rv_ctest5 = np->sv_ctest5; in ncr_prepare_setting() 3835 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ in ncr_prepare_setting() 3964 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); in ncr_prepare_setting() 5136 OUTB (nc_ctest5, np->rv_ctest5); /* Large fifo + large burst */ in ncr_init() 6099 ctest5 = (np->rv_ctest5 & DFS) ? INB (nc_ctest5) : 0; in ncr_int_ma()
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_hipd.h | 850 rv_ctest5, rv_stest2, rv_ccntl0, rv_ccntl1, rv_scntl4; member
|
H A D | sym_hipd.c | 593 np->rv_ctest5 &= ~0x4; 601 np->rv_ctest5 |= (bc & 0x4); 839 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ 950 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); 1767 OUTB(np, nc_ctest5, np->rv_ctest5); /* Large fifo + large burst */
|