Searched refs:rv_dmode (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/ |
D | ncr53c8xx.c | 1625 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member 3693 np->rv_dmode &= ~(0x3 << 6); in ncr_init_burst() 3700 np->rv_dmode |= ((bc & 0x3) << 6); in ncr_init_burst() 3800 np->rv_dmode = np->sv_dmode; in ncr_prepare_setting() 3824 np->rv_dmode |= ERL; /* Enable Read Line */ in ncr_prepare_setting() 3826 np->rv_dmode |= BOF; /* Burst Opcode Fetch */ in ncr_prepare_setting() 3828 np->rv_dmode |= ERMP; /* Enable Read Multiple */ in ncr_prepare_setting() 3964 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting() 5136 OUTB (nc_dmode , np->rv_dmode); /* Burst length, dma mode */ in ncr_init()
|
/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 592 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 */
|
D | sym_hipd.h | 849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member
|