Searched refs:DBRI_BURST_8 (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/dev/sbus/ | ||
H A D | dbrireg.h | 43 #define DBRI_BURST_8 (1<<12) /* allow 8-word sbus bursts */ macro |
H A D | dbri.c | 565 reg |= (DBRI_BURST_4 | DBRI_BURST_8); in dbri_init() |