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:fsl_readl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
fsl_udc_core.c
81
* BE or LE readl() and writel() functions, and
fsl_readl
() and fsl_writel()
112
#define
fsl_readl
(p) (*_fsl_readl)((p))
macro
142
#define
fsl_readl
(addr) readl(addr)
macro
236
portctrl =
fsl_readl
(&dr_regs->portsc1);
in dr_controller_setup()
278
tmp =
fsl_readl
(&dr_regs->usbcmd);
in dr_controller_setup()
282
tmp =
fsl_readl
(&dr_regs->usbcmd);
in dr_controller_setup()
288
while (
fsl_readl
(&dr_regs->usbcmd) & USB_CMD_CTRL_RESET) {
in dr_controller_setup()
297
tmp =
fsl_readl
(&dr_regs->usbmode);
in dr_controller_setup()
315
fsl_readl
(&dr_regs->endpointlistaddr));
in dr_controller_setup()
317
max_no_of_ep = (0x0000001F &
fsl_readl
(
in dr_controller_setup()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
fsl_udc_core.c
79
* BE or LE readl() and writel() functions, and
fsl_readl
() and fsl_writel()
110
#define
fsl_readl
(p) (*_fsl_readl)((p))
macro
140
#define
fsl_readl
(addr) readl(addr)
macro
234
portctrl =
fsl_readl
(&dr_regs->portsc1);
in dr_controller_setup()
276
tmp =
fsl_readl
(&dr_regs->usbcmd);
in dr_controller_setup()
280
tmp =
fsl_readl
(&dr_regs->usbcmd);
in dr_controller_setup()
286
while (
fsl_readl
(&dr_regs->usbcmd) & USB_CMD_CTRL_RESET) {
in dr_controller_setup()
295
tmp =
fsl_readl
(&dr_regs->usbmode);
in dr_controller_setup()
313
fsl_readl
(&dr_regs->endpointlistaddr));
in dr_controller_setup()
315
max_no_of_ep = (0x0000001F &
fsl_readl
(
in dr_controller_setup()
[all...]
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-fsl-usb.c
96
#define
fsl_readl
(p) (*_fsl_readl)((p))
macro
100
#define
fsl_readl
(addr) readl(addr)
macro
121
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_chrg_vbus()
139
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_dischrg_vbus()
158
tmp =
fsl_readl
(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS;
in fsl_otg_drv_vbus()
161
tmp =
fsl_readl
(&usb_dr_regs->portsc) &
in fsl_otg_drv_vbus()
175
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_loc_conn()
194
tmp =
fsl_readl
(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS;
in fsl_otg_loc_sof()
211
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_start_pulse()
449
command =
fsl_readl
(
in otg_reset_controller()
[all...]
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-fsl-usb.c
96
#define
fsl_readl
(p) (*_fsl_readl)((p))
macro
100
#define
fsl_readl
(addr) readl(addr)
macro
121
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_chrg_vbus()
139
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_dischrg_vbus()
158
tmp =
fsl_readl
(&usb_dr_regs->portsc) & ~PORTSC_W1C_BITS;
in fsl_otg_drv_vbus()
161
tmp =
fsl_readl
(&usb_dr_regs->portsc) &
in fsl_otg_drv_vbus()
175
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_loc_conn()
194
tmp =
fsl_readl
(&fsl_otg_dev->dr_mem_map->portsc) & ~PORTSC_W1C_BITS;
in fsl_otg_loc_sof()
211
tmp =
fsl_readl
(&usb_dr_regs->otgsc) & ~OTGSC_INTSTS_MASK;
in fsl_otg_start_pulse()
449
command =
fsl_readl
(
in otg_reset_controller()
[all...]
Completed in 5 milliseconds