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:ioc_readb
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
H
A
D
time.c
38
count1 =
ioc_readb
(IOC_T0CNTL) | (
ioc_readb
(IOC_T0CNTH) << 8);
in ioc_timer_read()
40
status =
ioc_readb
(IOC_IRQREQA);
in ioc_timer_read()
44
count2 =
ioc_readb
(IOC_T0CNTL) | (
ioc_readb
(IOC_T0CNTH) << 8);
in ioc_timer_read()
/kernel/linux/linux-6.6/arch/arm/mach-rpc/
H
A
D
time.c
38
count1 =
ioc_readb
(IOC_T0CNTL) | (
ioc_readb
(IOC_T0CNTH) << 8);
in ioc_timer_read()
40
status =
ioc_readb
(IOC_IRQREQA);
in ioc_timer_read()
44
count2 =
ioc_readb
(IOC_T0CNTL) | (
ioc_readb
(IOC_T0CNTH) << 8);
in ioc_timer_read()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-acorn.c
32
u_int ioc_control =
ioc_readb
(IOC_CONTROL) & ~(SCL | SDA);
in ioc_setscl()
47
u_int ioc_control =
ioc_readb
(IOC_CONTROL) & ~(SCL | SDA);
in ioc_setsda()
62
return (
ioc_readb
(IOC_CONTROL) & SCL) != 0;
in ioc_getscl()
67
return (
ioc_readb
(IOC_CONTROL) & SDA) != 0;
in ioc_getsda()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-acorn.c
32
u_int ioc_control =
ioc_readb
(IOC_CONTROL) & ~(SCL | SDA);
in ioc_setscl()
47
u_int ioc_control =
ioc_readb
(IOC_CONTROL) & ~(SCL | SDA);
in ioc_setsda()
62
return (
ioc_readb
(IOC_CONTROL) & SCL) != 0;
in ioc_getscl()
67
return (
ioc_readb
(IOC_CONTROL) & SDA) != 0;
in ioc_getsda()
/kernel/linux/linux-5.10/arch/arm/include/asm/hardware/
H
A
D
ioc.h
19
#define
ioc_readb
(off) __raw_readb(IOC_BASE + (off))
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/hardware/
H
A
D
ioc.h
19
#define
ioc_readb
(off) __raw_readb(IOC_BASE + (off))
macro
Completed in 2 milliseconds