Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Datppcvar.h216 u_int8_t sc_pword; /* PWord size: used for FIFO DMA transfers */ member
Datppc.c487 atppc->sc_pword = (atppc_r_cnfgA(atppc) & ATPPC_PWORD_MASK); in atppc_detect_fifo()
491 if (atppc->sc_pword != ATPPC_PWORD_8) { in atppc_detect_fifo()
493 __func__, device_xname(dev), atppc->sc_pword)); in atppc_detect_fifo()
/netbsd/src/sys/arch/sgimips/hpc/
Dpi1ppcvar.h196 uint8_t sc_pword; /* PWord size: used for FIFO DMA transfers */ member