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:ibir
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i3c/master/
H
A
D
i3c-master-cdns.c
1307
u32
ibir
)
in cdns_i3c_master_handle_ibi()
1312
u32 id = IBIR_SLVID(
ibir
);
in cdns_i3c_master_handle_ibi()
1321
if (id >= master->ibi.num_slots || (
ibir
& IBIR_ERROR))
in cdns_i3c_master_handle_ibi()
1334
nbytes = IBIR_XFER_BYTES(
ibir
);
in cdns_i3c_master_handle_ibi()
1342
slot->len = min_t(unsigned int, IBIR_XFER_BYTES(
ibir
),
in cdns_i3c_master_handle_ibi()
1355
for (i = 0; i < IBIR_XFER_BYTES(
ibir
); i += 4)
in cdns_i3c_master_handle_ibi()
1369
u32
ibir
= readl(master->regs + IBIR);
in cnds_i3c_master_demux_ibis()
local
1371
switch (IBIR_TYPE(
ibir
)) {
in cnds_i3c_master_demux_ibis()
1373
cdns_i3c_master_handle_ibi(master,
ibir
);
in cnds_i3c_master_demux_ibis()
1377
WARN_ON(IBIR_XFER_BYTES(
ibir
) || (ibi
in cnds_i3c_master_demux_ibis()
1306
cdns_i3c_master_handle_ibi(struct cdns_i3c_master *master, u32
ibir
)
cdns_i3c_master_handle_ibi()
argument
[all...]
/kernel/linux/linux-6.6/drivers/i3c/master/
H
A
D
i3c-master-cdns.c
1306
u32
ibir
)
in cdns_i3c_master_handle_ibi()
1311
u32 id = IBIR_SLVID(
ibir
);
in cdns_i3c_master_handle_ibi()
1320
if (id >= master->ibi.num_slots || (
ibir
& IBIR_ERROR))
in cdns_i3c_master_handle_ibi()
1333
nbytes = IBIR_XFER_BYTES(
ibir
);
in cdns_i3c_master_handle_ibi()
1341
slot->len = min_t(unsigned int, IBIR_XFER_BYTES(
ibir
),
in cdns_i3c_master_handle_ibi()
1354
for (i = 0; i < IBIR_XFER_BYTES(
ibir
); i += 4)
in cdns_i3c_master_handle_ibi()
1368
u32
ibir
= readl(master->regs + IBIR);
in cnds_i3c_master_demux_ibis()
local
1370
switch (IBIR_TYPE(
ibir
)) {
in cnds_i3c_master_demux_ibis()
1372
cdns_i3c_master_handle_ibi(master,
ibir
);
in cnds_i3c_master_demux_ibis()
1376
WARN_ON(IBIR_XFER_BYTES(
ibir
) || (ibi
in cnds_i3c_master_demux_ibis()
1305
cdns_i3c_master_handle_ibi(struct cdns_i3c_master *master, u32
ibir
)
cdns_i3c_master_handle_ibi()
argument
[all...]
Completed in 6 milliseconds