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_flags
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
omap_hwmod.c
282
oh->
_int_flags
|= _HWMOD_SYSCONFIG_LOADED;
in _update_sysc_cache()
1093
if (oh->
_int_flags
& _HWMOD_NO_MPU_PORT || !oh->clkdm)
in _omap4_wait_target_disable()
1126
oh->
_int_flags
|= _HWMOD_NO_MPU_PORT;
in _save_mpu_port_index()
1131
oh->
_int_flags
&= ~_HWMOD_NO_MPU_PORT;
in _save_mpu_port_index()
1154
if (!oh || oh->
_int_flags
& _HWMOD_NO_MPU_PORT || oh->slaves_cnt == 0)
in _find_mpu_rt_port()
1875
if (oh->
_int_flags
& _HWMOD_SKIP_ENABLE) {
in _enable()
1876
oh->
_int_flags
&= ~_HWMOD_SKIP_ENABLE;
in _enable()
1936
if (!(oh->
_int_flags
& _HWMOD_SYSCONFIG_LOADED))
in _enable()
1965
oh->
_int_flags
|= _HWMOD_SKIP_ENABLE;
in _idle()
2289
if (oh->
_int_flags
in _init_mpu_rt_base()
[all...]
H
A
D
omap_hwmod.h
217
/* omap_hwmod_ocp_if.
_int_flags
possibilities */
232
* @
_int_flags
: internal flags (see _OCPIF_INT_FLAGS* macros above)
252
u8
_int_flags
;
member
464
* omap_hwmod.
_int_flags
definitions
551
* @
_int_flags
: internal-use hwmod flags
604
u8
_int_flags
;
member
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
omap_hwmod.c
282
oh->
_int_flags
|= _HWMOD_SYSCONFIG_LOADED;
in _update_sysc_cache()
1093
if (oh->
_int_flags
& _HWMOD_NO_MPU_PORT || !oh->clkdm)
in _omap4_wait_target_disable()
1126
oh->
_int_flags
|= _HWMOD_NO_MPU_PORT;
in _save_mpu_port_index()
1131
oh->
_int_flags
&= ~_HWMOD_NO_MPU_PORT;
in _save_mpu_port_index()
1154
if (!oh || oh->
_int_flags
& _HWMOD_NO_MPU_PORT || oh->slaves_cnt == 0)
in _find_mpu_rt_port()
1875
if (oh->
_int_flags
& _HWMOD_SKIP_ENABLE) {
in _enable()
1876
oh->
_int_flags
&= ~_HWMOD_SKIP_ENABLE;
in _enable()
1936
if (!(oh->
_int_flags
& _HWMOD_SYSCONFIG_LOADED))
in _enable()
1965
oh->
_int_flags
|= _HWMOD_SKIP_ENABLE;
in _idle()
2257
if (oh->
_int_flags
in _init_mpu_rt_base()
[all...]
H
A
D
omap_hwmod.h
217
/* omap_hwmod_ocp_if.
_int_flags
possibilities */
232
* @
_int_flags
: internal flags (see _OCPIF_INT_FLAGS* macros above)
252
u8
_int_flags
;
member
464
* omap_hwmod.
_int_flags
definitions
551
* @
_int_flags
: internal-use hwmod flags
604
u8
_int_flags
;
member
Completed in 10 milliseconds