Home
last modified time | relevance | path

Searched refs:rv_ctest5 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/ncr/
HDncr.c1053 u_char rv_ctest5; member
3332 np->rv_ctest5 &= ~0x4; in ncr_init_burst()
3340 np->rv_ctest5 |= (bc & 0x4); in ncr_init_burst()
3413 np->rv_ctest5 = INB(nc_ctest5) & 0x24;
3421 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5);
3544 np->rv_ctest5 = 0;
3560 np->rv_ctest5 |= DFS; /* Dma Fifo Size */
3566 burst_code(np->rv_dmode, np->rv_ctest4, np->rv_ctest5);
3667 (np->rv_ctest5 & DFS) ? "large" : "normal");
4772 OUTB (nc_ctest5, np->rv_ctest5);
[all …]
/dragonfly/sys/dev/disk/sym/
HDsym_hipd.c1523 rv_ctest5, rv_stest2, rv_ccntl0, rv_ccntl1, rv_scntl4; member
2432 np->rv_ctest5 &= ~0x4; in sym_init_burst()
2440 np->rv_ctest5 |= (bc & 0x4); in sym_init_burst()
2657 np->rv_ctest5 |= DFS; /* Dma Fifo Size */ in sym_prepare_setting()
2816 np->rv_ctest3, np->rv_ctest4, np->rv_ctest5); in sym_prepare_setting()
3204 OUTB (nc_ctest5, np->rv_ctest5); /* Large fifo + large burst */ in sym_init()