Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ICH_REG_LVI_MASK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
intel8x0m.c
83
#define
ICH_REG_LVI_MASK
0x1f
macro
390
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 4) {
in snd_intel8x0m_setup_periods()
402
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 2) {
in snd_intel8x0m_setup_periods()
413
iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi =
ICH_REG_LVI_MASK
);
in snd_intel8x0m_setup_periods()
416
ichdev->lvi_frag =
ICH_REG_LVI_MASK
% ichdev->frags;
in snd_intel8x0m_setup_periods()
443
ichdev->civ &=
ICH_REG_LVI_MASK
;
in snd_intel8x0m_update()
447
step +=
ICH_REG_LVI_MASK
+ 1;
in snd_intel8x0m_update()
456
ichdev->lvi &=
ICH_REG_LVI_MASK
;
in snd_intel8x0m_update()
H
A
D
intel8x0.c
121
#define
ICH_REG_LVI_MASK
0x1f
macro
667
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 4) {
in snd_intel8x0_setup_periods()
679
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 2) {
in snd_intel8x0_setup_periods()
692
iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi =
ICH_REG_LVI_MASK
);
in snd_intel8x0_setup_periods()
695
ichdev->lvi_frag =
ICH_REG_LVI_MASK
% ichdev->frags;
in snd_intel8x0_setup_periods()
730
ichdev->civ &=
ICH_REG_LVI_MASK
;
in snd_intel8x0_update()
734
step +=
ICH_REG_LVI_MASK
+ 1;
in snd_intel8x0_update()
744
ichdev->lvi &=
ICH_REG_LVI_MASK
;
in snd_intel8x0_update()
/kernel/linux/linux-6.6/sound/pci/
H
A
D
intel8x0m.c
68
#define
ICH_REG_LVI_MASK
0x1f
macro
376
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 4) {
in snd_intel8x0m_setup_periods()
388
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 2) {
in snd_intel8x0m_setup_periods()
399
iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi =
ICH_REG_LVI_MASK
);
in snd_intel8x0m_setup_periods()
402
ichdev->lvi_frag =
ICH_REG_LVI_MASK
% ichdev->frags;
in snd_intel8x0m_setup_periods()
429
ichdev->civ &=
ICH_REG_LVI_MASK
;
in snd_intel8x0m_update()
433
step +=
ICH_REG_LVI_MASK
+ 1;
in snd_intel8x0m_update()
442
ichdev->lvi &=
ICH_REG_LVI_MASK
;
in snd_intel8x0m_update()
H
A
D
intel8x0.c
98
#define
ICH_REG_LVI_MASK
0x1f
macro
646
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 4) {
in snd_intel8x0_setup_periods()
658
for (idx = 0; idx < (
ICH_REG_LVI_MASK
+ 1) * 2; idx += 2) {
in snd_intel8x0_setup_periods()
671
iputbyte(chip, port + ICH_REG_OFF_LVI, ichdev->lvi =
ICH_REG_LVI_MASK
);
in snd_intel8x0_setup_periods()
674
ichdev->lvi_frag =
ICH_REG_LVI_MASK
% ichdev->frags;
in snd_intel8x0_setup_periods()
709
ichdev->civ &=
ICH_REG_LVI_MASK
;
in snd_intel8x0_update()
713
step +=
ICH_REG_LVI_MASK
+ 1;
in snd_intel8x0_update()
723
ichdev->lvi &=
ICH_REG_LVI_MASK
;
in snd_intel8x0_update()
Completed in 14 milliseconds