Home
last modified time | relevance | path

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

/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c592 np->rv_dmode &= ~(0x3 << 6);
600 np->rv_dmode |= ((bc & 0x3) << 6);
823 np->rv_dmode |= ERL; /* Enable Read Line */
825 np->rv_dmode |= BOF; /* Burst Opcode Fetch */
827 np->rv_dmode |= ERMP; /* Enable Read Multiple */
949 sym_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl,
1766 OUTB(np, nc_dmode , np->rv_dmode); /* Burst length, dma mode */
H A Dsym_hipd.h849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member