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:iiscon
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
s3c24xx-i2s.c
38
u32
iiscon
;
member
48
u32
iiscon
;
in s3c24xx_snd_txctrl()
local
52
iiscon
= readl(s3c24xx_i2s.regs + S3C2410_IISCON);
in s3c24xx_snd_txctrl()
55
pr_debug("r: IISCON: %x IISMOD: %x IISFCON: %x\n",
iiscon
, iismod, iisfcon);
in s3c24xx_snd_txctrl()
59
iiscon
|= S3C2410_IISCON_TXDMAEN | S3C2410_IISCON_IISEN;
in s3c24xx_snd_txctrl()
60
iiscon
&= ~S3C2410_IISCON_TXIDLE;
in s3c24xx_snd_txctrl()
65
writel(
iiscon
, s3c24xx_i2s.regs + S3C2410_IISCON);
in s3c24xx_snd_txctrl()
76
iiscon
|= S3C2410_IISCON_TXIDLE;
in s3c24xx_snd_txctrl()
77
iiscon
&= ~S3C2410_IISCON_TXDMAEN;
in s3c24xx_snd_txctrl()
80
writel(
iiscon
, s3c24xx_i2
in s3c24xx_snd_txctrl()
91
u32
iiscon
;
s3c24xx_snd_rxctrl()
local
137
u32
iiscon
;
s3c24xx_snd_lrsync()
local
[all...]
H
A
D
s3c-i2s-v2.c
220
u32
iiscon
;
in s3c2412_snd_lrsync()
local
226
iiscon
= readl(i2s->regs + S3C2412_IISCON);
in s3c2412_snd_lrsync()
227
if (
iiscon
& S3C2412_IISCON_LRINDEX)
in s3c2412_snd_lrsync()
Completed in 2 milliseconds