Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/
A Dncr53c8xx.c1624 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest0, rv_ctest3, member
3692 np->rv_dmode &= ~(0x3 << 6); in ncr_init_burst()
3699 np->rv_dmode |= ((bc & 0x3) << 6); in ncr_init_burst()
3799 np->rv_dmode = np->sv_dmode; in ncr_prepare_setting()
3823 np->rv_dmode |= ERL; /* Enable Read Line */ in ncr_prepare_setting()
3825 np->rv_dmode |= BOF; /* Burst Opcode Fetch */ in ncr_prepare_setting()
3827 np->rv_dmode |= ERMP; /* Enable Read Multiple */ in ncr_prepare_setting()
3963 ncr_name(np), np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in ncr_prepare_setting()
5135 OUTB (nc_dmode , np->rv_dmode); /* Burst length, dma mode */ in ncr_init()
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
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 */
A Dsym_hipd.h849 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member

Completed in 39 milliseconds