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:get_mb_rx_last
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/
H
A
D
at91_can.c
185
static inline unsigned int
get_mb_rx_last
(const struct at91_priv *priv)
in get_mb_rx_last()
function
197
return
get_mb_rx_last
(priv) - get_mb_rx_first(priv) + 1;
in get_mb_rx_num()
223
return
get_mb_rx_last
(priv) + 1;
in get_mb_tx_first()
253
return AT91_MB_MASK(
get_mb_rx_last
(priv) + 1) &
in get_irq_mb_rx()
333
for (i = get_mb_rx_first(priv); i <
get_mb_rx_last
(priv); i++)
in at91_setup_mailboxes()
335
set_mb_mode(priv,
get_mb_rx_last
(priv), AT91_MB_MODE_RX_OVRWR);
in at91_setup_mailboxes()
338
for (i = get_mb_rx_first(priv); i <=
get_mb_rx_last
(priv); i++) {
in at91_setup_mailboxes()
595
if (unlikely(mb ==
get_mb_rx_last
(priv) && reg_msr & AT91_MSR_MMI))
in at91_read_mb()
635
* About 3/4 of the mailboxes (get_mb_rx_first()...
get_mb_rx_last
())
711
mb >
get_mb_rx_last
(pri
in at91_poll_rx()
[all...]
/kernel/linux/linux-6.6/drivers/net/can/
H
A
D
at91_can.c
185
static inline unsigned int
get_mb_rx_last
(const struct at91_priv *priv)
in get_mb_rx_last()
function
197
return
get_mb_rx_last
(priv) - get_mb_rx_first(priv) + 1;
in get_mb_rx_num()
223
return
get_mb_rx_last
(priv) + 1;
in get_mb_tx_first()
253
return AT91_MB_MASK(
get_mb_rx_last
(priv) + 1) &
in get_irq_mb_rx()
333
for (i = get_mb_rx_first(priv); i <
get_mb_rx_last
(priv); i++)
in at91_setup_mailboxes()
335
set_mb_mode(priv,
get_mb_rx_last
(priv), AT91_MB_MODE_RX_OVRWR);
in at91_setup_mailboxes()
338
for (i = get_mb_rx_first(priv); i <=
get_mb_rx_last
(priv); i++) {
in at91_setup_mailboxes()
590
if (unlikely(mb ==
get_mb_rx_last
(priv) && reg_msr & AT91_MSR_MMI))
in at91_read_mb()
630
* About 3/4 of the mailboxes (get_mb_rx_first()...
get_mb_rx_last
())
706
mb >
get_mb_rx_last
(pri
in at91_poll_rx()
[all...]
Completed in 4 milliseconds