Searched refs:ob_234 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/ic/
H A Dar9285.c256 (modal->ob_234 >> 12) & 0x1);
262 (modal->ob_234 >> 13) & 0x1);
264 (modal->ob_234 >> 14) & 0x1);
269 if (modal->ob_234 & (1 << 15))
279 ob [2] = (modal->ob_234 >> 0) & 0xf;
280 ob [3] = (modal->ob_234 >> 4) & 0xf;
281 ob [4] = (modal->ob_234 >> 8) & 0xf;
298 /* Field ob_234 does not exist, use ob_01. */
H A Dar9285reg.h221 uint16_t ob_234; member in struct:ar9285_modal_eep_header

Completed in 168 milliseconds