Searched refs:rv_dmode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/sym/ |
| H A D | sym_hipd.c | 1502 u_char rv_scntl0, rv_scntl3, rv_dmode, rv_dcntl, rv_ctest3, rv_ctest4, member 2399 np->rv_dmode &= ~(0x3 << 6); in sym_init_burst() 2407 np->rv_dmode |= ((bc & 0x3) << 6); in sym_init_burst() 2608 np->rv_dmode |= ERL; /* Enable Read Line */ in sym_prepare_setting() 2610 np->rv_dmode |= BOF; /* Burst Opcode Fetch */ in sym_prepare_setting() 2612 np->rv_dmode |= ERMP; /* Enable Read Multiple */ in sym_prepare_setting() 2783 np->rv_scntl3, np->rv_dmode, np->rv_dcntl, in sym_prepare_setting() 3167 OUTB (nc_dmode , np->rv_dmode); /* Burst length, dma mode */ in sym_init()
|