OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:status_sum
(Results
1 - 1
of
1
) 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
...]
Completed in 13 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025