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:i2s_config_reg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H
A
D
sii902x.c
464
static int sii902x_select_mclk_div(u8 *
i2s_config_reg
, unsigned int rate,
in sii902x_select_mclk_div()
argument
483
*
i2s_config_reg
|= nearest << 4;
in sii902x_select_mclk_div()
506
u8
i2s_config_reg
= SII902X_TPI_I2S_SD_DIRECTION_MSB_FIRST;
in sii902x_audio_hw_params()
local
522
i2s_config_reg
|= SII902X_TPI_I2S_FIRST_BIT_SHIFT_YES |
in sii902x_audio_hw_params()
526
i2s_config_reg
|= SII902X_TPI_I2S_SD_JUSTIFY_RIGHT;
in sii902x_audio_hw_params()
529
i2s_config_reg
|= SII902X_TPI_I2S_SD_JUSTIFY_LEFT;
in sii902x_audio_hw_params()
538
i2s_config_reg
|= SII902X_TPI_I2S_SCK_EDGE_FALLING;
in sii902x_audio_hw_params()
540
i2s_config_reg
|= SII902X_TPI_I2S_SCK_EDGE_RISING;
in sii902x_audio_hw_params()
543
i2s_config_reg
|= SII902X_TPI_I2S_WS_POLARITY_LOW;
in sii902x_audio_hw_params()
545
i2s_config_reg
|
in sii902x_audio_hw_params()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H
A
D
sii902x.c
541
static int sii902x_select_mclk_div(u8 *
i2s_config_reg
, unsigned int rate,
in sii902x_select_mclk_div()
argument
560
*
i2s_config_reg
|= nearest << 4;
in sii902x_select_mclk_div()
583
u8
i2s_config_reg
= SII902X_TPI_I2S_SD_DIRECTION_MSB_FIRST;
in sii902x_audio_hw_params()
local
600
i2s_config_reg
|= SII902X_TPI_I2S_FIRST_BIT_SHIFT_YES |
in sii902x_audio_hw_params()
604
i2s_config_reg
|= SII902X_TPI_I2S_SD_JUSTIFY_RIGHT;
in sii902x_audio_hw_params()
607
i2s_config_reg
|= SII902X_TPI_I2S_SD_JUSTIFY_LEFT;
in sii902x_audio_hw_params()
616
i2s_config_reg
|= SII902X_TPI_I2S_SCK_EDGE_FALLING;
in sii902x_audio_hw_params()
618
i2s_config_reg
|= SII902X_TPI_I2S_SCK_EDGE_RISING;
in sii902x_audio_hw_params()
621
i2s_config_reg
|= SII902X_TPI_I2S_WS_POLARITY_LOW;
in sii902x_audio_hw_params()
623
i2s_config_reg
|
in sii902x_audio_hw_params()
[all...]
Completed in 4 milliseconds