HomeSort by: relevance | last modified time | path
    Searched refs:status3 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416desc.h 58 uint32_t status3; member in struct:ar5416_rx_desc
94 #define ds_rxstatus3 u.rx.status3
  /src/external/bsd/ntp/dist/ntpd/
refclock_ripencc.c 305 unsigned char *status3, unsigned char *status4);
2254 unsigned char *status3,
2263 *status3 = buf[1];
3636 machine_id, status3, status4; local
3639 if (rpt_0x4B (rpt, &machine_id, &status3, &status4))
3645 pbuf += sprintf(pbuf, "\nRcvr Machine ID: %d; Status3 = %s, %s (%02Xh)",
3647 (status3 & 0x02)?"No RTC":"RTC OK",
3648 (status3 & 0x08)?"No Alm":"Alm OK",
3649 status3);
  /src/sys/dev/ic/
aic79xx.c 1505 u_int status3; local
1515 status3 = ahd_inb(ahd, SSTAT3) & (NTRAMPERR|OSRAMPERR);
1625 } else if (status3 != 0) {
1627 ahd_name(ahd), status3);
1628 ahd_outb(ahd, CLRSINT3, status3);

Completed in 25 milliseconds