Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dncr53c8xx.c1639 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member
3732 np->rv_dmode &= ~(0x3 << 6); in ncr_init_burst()
3739 np->rv_dmode |= ((bc & 0x3) << 6); in ncr_init_burst()
3839 np->rv_dmode = np->sv_dmode; in ncr_prepare_setting()
3863 np->rv_dmode |= ERL; /* Enable Read Line */ in ncr_prepare_setting()
3865 np->rv_dmode |= BOF; /* Burst Opcode Fetch */ in ncr_prepare_setting()
3867 np->rv_dmode |= ERMP; /* Enable Read Multiple */ in ncr_prepare_setting()
4000 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting()
5285 OUTB (nc_dmode , np->rv_dmode); /* Burst length, dma mode */ in ncr_init()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_hipd.c605 np->rv_dmode &= ~(0x3 << 6);
613 np->rv_dmode |= ((bc & 0x3) << 6);
836 np->rv_dmode |= ERL; /* Enable Read Line */
838 np->rv_dmode |= BOF; /* Burst Opcode Fetch */
840 np->rv_dmode |= ERMP; /* Enable Read Multiple */
962 sym_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl,
1779 OUTB(np, nc_dmode , np->rv_dmode); /* Burst length, dma mode */
Dsym_hipd.h862 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member