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:rxdlc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ifi_canfd/
H
A
D
ifi_canfd.c
256
u32
rxdlc
, rxid;
in ifi_canfd_read_fifo()
local
260
rxdlc
= readl(priv->base + IFI_CANFD_RXFIFO_DLC);
in ifi_canfd_read_fifo()
261
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_EDL)
in ifi_canfd_read_fifo()
271
dlc = (
rxdlc
>> IFI_CANFD_RXFIFO_DLC_DLC_OFFSET) &
in ifi_canfd_read_fifo()
273
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_EDL)
in ifi_canfd_read_fifo()
296
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_ESI) {
in ifi_canfd_read_fifo()
301
if (!(
rxdlc
& IFI_CANFD_RXFIFO_DLC_EDL) &&
in ifi_canfd_read_fifo()
302
(
rxdlc
& IFI_CANFD_RXFIFO_DLC_RTR)) {
in ifi_canfd_read_fifo()
305
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_BRS)
in ifi_canfd_read_fifo()
/kernel/linux/linux-6.6/drivers/net/can/ifi_canfd/
H
A
D
ifi_canfd.c
256
u32
rxdlc
, rxid;
in ifi_canfd_read_fifo()
local
260
rxdlc
= readl(priv->base + IFI_CANFD_RXFIFO_DLC);
in ifi_canfd_read_fifo()
261
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_EDL)
in ifi_canfd_read_fifo()
271
dlc = (
rxdlc
>> IFI_CANFD_RXFIFO_DLC_DLC_OFFSET) &
in ifi_canfd_read_fifo()
273
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_EDL)
in ifi_canfd_read_fifo()
296
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_ESI) {
in ifi_canfd_read_fifo()
301
if (!(
rxdlc
& IFI_CANFD_RXFIFO_DLC_EDL) &&
in ifi_canfd_read_fifo()
302
(
rxdlc
& IFI_CANFD_RXFIFO_DLC_RTR)) {
in ifi_canfd_read_fifo()
305
if (
rxdlc
& IFI_CANFD_RXFIFO_DLC_BRS)
in ifi_canfd_read_fifo()
Completed in 3 milliseconds