OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usc_wcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
if_athn_usb.h
483
int
usc_wcount
;
member in struct:athn_usb_softc
if_athn_usb.c
1370
usc->usc_wbuf[usc->
usc_wcount
].addr = htobe32(addr);
1371
usc->usc_wbuf[usc->
usc_wcount
].val = htobe32(val);
1372
if (++usc->
usc_wcount
== AR_MAX_WRITE_COUNT)
1384
DPRINTFN(DBG_FN, sc, "
usc_wcount
%d\n", usc->
usc_wcount
);
1386
if (usc->
usc_wcount
== 0)
1390
usc->usc_wbuf, usc->
usc_wcount
* sizeof(usc->usc_wbuf[0]), NULL);
1392
usc->
usc_wcount
= 0; /* Always flush buffer. */
Completed in 14 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025