Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddcreg.h1061 #define DC_SP_FIELD_C(x) ((x) << 16) macro
1063 #define DC_SP_FIELD_C(x) (x) macro
1065 #define DC_SP_FIELD(x,f) DC_SP_FIELD_C(((u_int16_t *)(x))[(f)])