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:int_grp0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
fotg210-udc.c
936
u32
int_grp0
= ioread32(reg);
in fotg210_irq()
local
940
int_grp0
&= ~int_msk0;
in fotg210_irq()
943
if (
int_grp0
& DISGR0_CX_COMABT_INT) {
in fotg210_irq()
948
if (
int_grp0
& DISGR0_CX_SETUP_INT) {
in fotg210_irq()
957
if (
int_grp0
& DISGR0_CX_COMEND_INT)
in fotg210_irq()
960
if (
int_grp0
& DISGR0_CX_IN_INT)
in fotg210_irq()
963
if (
int_grp0
& DISGR0_CX_OUT_INT)
in fotg210_irq()
966
if (
int_grp0
& DISGR0_CX_COMFAIL_INT) {
in fotg210_irq()
H
A
D
fusb300_udc.c
1064
u32
int_grp0
= ioread32(fusb300->reg + FUSB300_OFFSET_IGR0);
in fusb300_irq()
local
1074
int_grp0
&= int_grp0_en;
in fusb300_irq()
1237
if (
int_grp0
) {
in fusb300_irq()
1239
if (
int_grp0
& FUSB300_IGR0_EPn_FIFO_INT(i)) {
in fusb300_irq()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-udc.c
938
u32
int_grp0
= ioread32(reg);
in fotg210_irq()
local
942
int_grp0
&= ~int_msk0;
in fotg210_irq()
945
if (
int_grp0
& DISGR0_CX_COMABT_INT) {
in fotg210_irq()
950
if (
int_grp0
& DISGR0_CX_SETUP_INT) {
in fotg210_irq()
959
if (
int_grp0
& DISGR0_CX_COMEND_INT)
in fotg210_irq()
962
if (
int_grp0
& DISGR0_CX_IN_INT)
in fotg210_irq()
965
if (
int_grp0
& DISGR0_CX_OUT_INT)
in fotg210_irq()
968
if (
int_grp0
& DISGR0_CX_COMFAIL_INT) {
in fotg210_irq()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
fusb300_udc.c
1064
u32
int_grp0
= ioread32(fusb300->reg + FUSB300_OFFSET_IGR0);
in fusb300_irq()
local
1074
int_grp0
&= int_grp0_en;
in fusb300_irq()
1237
if (
int_grp0
) {
in fusb300_irq()
1239
if (
int_grp0
& FUSB300_IGR0_EPn_FIFO_INT(i)) {
in fusb300_irq()
Completed in 7 milliseconds