OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:corbsize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hdaudio/
hdaudio.c
349
uint8_t
corbsize
;
local in function:hdaudio_corb_setsize
354
* by using the
CORBSIZE
register. Choose a size based on the
357
corbsize
= hda_read1(sc, HDAUDIO_MMIO_CORBSIZE);
358
corbsize
&= ~0x3;
359
if ((
corbsize
>> 4) & 0x4) {
360
corbsize
|= 0x2;
362
} else if ((
corbsize
>> 4) & 0x2) {
363
corbsize
|= 0x1;
365
} else if ((
corbsize
>> 4) & 0x1) {
366
corbsize
|= 0x0
[
all
...]
hdaudio.c
349
uint8_t
corbsize
;
local in function:hdaudio_corb_setsize
354
* by using the
CORBSIZE
register. Choose a size based on the
357
corbsize
= hda_read1(sc, HDAUDIO_MMIO_CORBSIZE);
358
corbsize
&= ~0x3;
359
if ((
corbsize
>> 4) & 0x4) {
360
corbsize
|= 0x2;
362
} else if ((
corbsize
>> 4) & 0x2) {
363
corbsize
|= 0x1;
365
} else if ((
corbsize
>> 4) & 0x1) {
366
corbsize
|= 0x0
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025