Searched refs:QEC_PSIZE_2048 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/sbus/ | ||
H A D | qecreg.h | 94 #define QEC_PSIZE_2048 0x00 /* 2k packet size */ macro |
H A D | qec.c | 319 psize = sc->sc_nchannels == 1 ? QEC_PSIZE_2048 : 0; in qec_init() |