OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EMU_PTESIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
emuxkivar.h
51
#define
EMU_PTESIZE
(4096)
56
* 48kHz * 2ch * 2byte * 1sec * 3buf/
EMU_PTESIZE
= 141
65
/* Recommend the same size as
EMU_PTESIZE
to be symmetrical for play/rec */
emuxki.c
846
timer =
EMU_PTESIZE
/ 4 / 2;
1103
* blocksize rounding to
EMU_PTESIZE
. It is for easy to drive.
1115
if (blksize <
EMU_PTESIZE
)
1116
blksize =
EMU_PTESIZE
;
1117
return rounddown(blksize,
EMU_PTESIZE
);
1125
if (bsize < EMU_MINPTE *
EMU_PTESIZE
) {
1126
bsize = EMU_MINPTE *
EMU_PTESIZE
;
1127
} else if (bsize > EMU_MAXPTE *
EMU_PTESIZE
) {
1128
bsize = EMU_MAXPTE *
EMU_PTESIZE
;
1130
return roundup(bsize,
EMU_PTESIZE
);
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025