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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c599 np->rv_dmode &= ~(0x3 << 6);
607 np->rv_dmode |= ((bc & 0x3) << 6);
827 np->rv_dmode |= ERL; /* Enable Read Line */
829 np->rv_dmode |= BOF; /* Burst Opcode Fetch */
831 np->rv_dmode |= ERMP; /* Enable Read Multiple */
949 sym_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl,
1745 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 in struct:sym_hcb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1659 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member in struct:ncb
3723 np->rv_dmode &= ~(0x3 << 6);
3730 np->rv_dmode |= ((bc & 0x3) << 6);
3830 np->rv_dmode = np->sv_dmode;
3854 np->rv_dmode |= ERL; /* Enable Read Line */
3856 np->rv_dmode |= BOF; /* Burst Opcode Fetch */
3858 np->rv_dmode |= ERMP; /* Enable Read Multiple */
3991 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl,
5189 OUTB (nc_dmode , np->rv_dmode); /* Burst length, dma mode */

Completed in 123 milliseconds