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:BCM63XX_NUM_IUDMA
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
96
#define
BCM63XX_NUM_IUDMA
6
macro
188
* @ch_idx: IUDMA channel index (0 to
BCM63XX_NUM_IUDMA
-1).
308
struct iudma_ch iudma[
BCM63XX_NUM_IUDMA
];
469
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i += 2) {
in bcm63xx_fifo_setup()
534
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++) {
in bcm63xx_ep_init()
559
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++) {
in bcm63xx_ep_setup()
807
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++) {
in iudma_init()
814
usb_dma_writel(udc, BIT(
BCM63XX_NUM_IUDMA
)-1, ENETDMA_GLB_IRQMASK_REG);
in iudma_init()
830
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++)
in iudma_uninit()
2176
for (ch_idx = 0; ch_idx <
BCM63XX_NUM_IUDMA
; ch_id
in bcm63xx_iudma_dbg_show()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
96
#define
BCM63XX_NUM_IUDMA
6
macro
188
* @ch_idx: IUDMA channel index (0 to
BCM63XX_NUM_IUDMA
-1).
307
struct iudma_ch iudma[
BCM63XX_NUM_IUDMA
];
466
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i += 2) {
in bcm63xx_fifo_setup()
531
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++) {
in bcm63xx_ep_init()
556
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++) {
in bcm63xx_ep_setup()
804
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++) {
in iudma_init()
811
usb_dma_writel(udc, BIT(
BCM63XX_NUM_IUDMA
)-1, ENETDMA_GLB_IRQMASK_REG);
in iudma_init()
827
for (i = 0; i <
BCM63XX_NUM_IUDMA
; i++)
in iudma_uninit()
2172
for (ch_idx = 0; ch_idx <
BCM63XX_NUM_IUDMA
; ch_id
in bcm63xx_iudma_dbg_show()
[all...]
Completed in 6 milliseconds