Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dsiopvar_common.h51 #define SIOP_NSG 17 /* XXX (MAXPHYS/NBPG + 1) */ macro
71 scr_table_t data[SIOP_NSG]; /* 104 */
Dsiop.c926 if (offset > SIOP_NSG) {
936 if (offset < SIOP_NSG) {
939 (SIOP_NSG - offset) * sizeof(scr_table_t));
1766 error = bus_dmamap_create(sc->sc_c.sc_dmat, MAXPHYS, SIOP_NSG,
Dsiop_common.c725 if (offset >= SIOP_NSG) {