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:AMD_BIT
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
snps_udc_core.c
226
tmp =
AMD_BIT
(UDC_DEVINT_SVC) |
in udc_mask_unused_interrupts()
227
AMD_BIT
(UDC_DEVINT_ENUM) |
in udc_mask_unused_interrupts()
228
AMD_BIT
(UDC_DEVINT_US) |
in udc_mask_unused_interrupts()
229
AMD_BIT
(UDC_DEVINT_UR) |
in udc_mask_unused_interrupts()
230
AMD_BIT
(UDC_DEVINT_ES) |
in udc_mask_unused_interrupts()
231
AMD_BIT
(UDC_DEVINT_SI) |
in udc_mask_unused_interrupts()
232
AMD_BIT
(UDC_DEVINT_SOF)|
in udc_mask_unused_interrupts()
233
AMD_BIT
(UDC_DEVINT_SC);
in udc_mask_unused_interrupts()
312
if (readl(&ep->regs->ctl) &
AMD_BIT
(UDC_EPCTL_NAK)) {
in UDC_QUEUE_CNAK()
384
tmp |=
AMD_BIT
(UDC_EPCTL_
in udc_ep_enable()
[all...]
H
A
D
amd5536udc.h
648
#define
AMD_BIT
(bit_stub_name) (1 << bit_stub_name)
macro
649
#define AMD_UNMASK_BIT(bit_stub_name) (~
AMD_BIT
(bit_stub_name))
650
#define AMD_CLEAR_BIT(bit_stub_name) (~
AMD_BIT
(bit_stub_name))
H
A
D
snps_udc_plat.c
42
reg |=
AMD_BIT
(UDC_DEVCTL_SRX_FLUSH);
in stop_udc()
46
reg &= ~(
AMD_BIT
(UDC_DEVCTL_SRX_FLUSH));
in stop_udc()
H
A
D
amd5536udc_pci.c
70
writel(
AMD_BIT
(UDC_DEVCFG_SOFTRESET), &dev->regs->cfg);
in udc_pci_remove()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
snps_udc_core.c
222
tmp =
AMD_BIT
(UDC_DEVINT_SVC) |
in udc_mask_unused_interrupts()
223
AMD_BIT
(UDC_DEVINT_ENUM) |
in udc_mask_unused_interrupts()
224
AMD_BIT
(UDC_DEVINT_US) |
in udc_mask_unused_interrupts()
225
AMD_BIT
(UDC_DEVINT_UR) |
in udc_mask_unused_interrupts()
226
AMD_BIT
(UDC_DEVINT_ES) |
in udc_mask_unused_interrupts()
227
AMD_BIT
(UDC_DEVINT_SI) |
in udc_mask_unused_interrupts()
228
AMD_BIT
(UDC_DEVINT_SOF)|
in udc_mask_unused_interrupts()
229
AMD_BIT
(UDC_DEVINT_SC);
in udc_mask_unused_interrupts()
308
if (readl(&ep->regs->ctl) &
AMD_BIT
(UDC_EPCTL_NAK)) {
in UDC_QUEUE_CNAK()
380
tmp |=
AMD_BIT
(UDC_EPCTL_
in udc_ep_enable()
[all...]
H
A
D
amd5536udc.h
647
#define
AMD_BIT
(bit_stub_name) (1 << bit_stub_name)
macro
648
#define AMD_UNMASK_BIT(bit_stub_name) (~
AMD_BIT
(bit_stub_name))
649
#define AMD_CLEAR_BIT(bit_stub_name) (~
AMD_BIT
(bit_stub_name))
H
A
D
snps_udc_plat.c
42
reg |=
AMD_BIT
(UDC_DEVCTL_SRX_FLUSH);
in stop_udc()
46
reg &= ~(
AMD_BIT
(UDC_DEVCTL_SRX_FLUSH));
in stop_udc()
H
A
D
amd5536udc_pci.c
70
writel(
AMD_BIT
(UDC_DEVCFG_SOFTRESET), &dev->regs->cfg);
in udc_pci_remove()
Completed in 7 milliseconds