OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_regmap
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/x86/include/asm/
irq.h
38
* @
has_regmap
: has mapping table between PIRQ link and routing register offset
50
bool
has_regmap
;
member in struct:irq_router
/external/u-boot/arch/x86/cpu/
irq.c
30
if (priv->
has_regmap
) {
59
if (priv->
has_regmap
) {
203
priv->
has_regmap
= true;
Completed in 3818 milliseconds