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

  /src/sys/dev/pci/bktr/
bktr_core.c 389 #define STATUS_SUM
390 static u_int status_sum = 0; variable in typeref:typename:u_int
725 #if defined(STATUS_SUM)
727 status_sum |= (bktr_status & ~(BT848_INT_RSV0|BT848_INT_RSV1));
728 status_sum |= ((dstatus & (BT848_DSTATUS_COF|BT848_DSTATUS_LOF)) << 6);
729 #endif /* STATUS_SUM */
2481 #if defined(STATUS_SUM)
2486 temp = status_sum;
2487 status_sum = 0;
2492 #endif /* STATUS_SUM */
    [all...]
bktr_core.c 389 #define STATUS_SUM
390 static u_int status_sum = 0; variable in typeref:typename:u_int
725 #if defined(STATUS_SUM)
727 status_sum |= (bktr_status & ~(BT848_INT_RSV0|BT848_INT_RSV1));
728 status_sum |= ((dstatus & (BT848_DSTATUS_COF|BT848_DSTATUS_LOF)) << 6);
729 #endif /* STATUS_SUM */
2481 #if defined(STATUS_SUM)
2486 temp = status_sum;
2487 status_sum = 0;
2492 #endif /* STATUS_SUM */
    [all...]
bktr_core.c 389 #define STATUS_SUM
390 static u_int status_sum = 0; variable in typeref:typename:u_int
725 #if defined(STATUS_SUM)
727 status_sum |= (bktr_status & ~(BT848_INT_RSV0|BT848_INT_RSV1));
728 status_sum |= ((dstatus & (BT848_DSTATUS_COF|BT848_DSTATUS_LOF)) << 6);
729 #endif /* STATUS_SUM */
2481 #if defined(STATUS_SUM)
2486 temp = status_sum;
2487 status_sum = 0;
2492 #endif /* STATUS_SUM */
    [all...]

Completed in 36 milliseconds