OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GT_PRIO_HIGH
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/arm/mach-sunxi/
gtbus_sun9i.c
26
writel((
GT_PRIO_HIGH
<< GT_PORT_FE0) |
27
(
GT_PRIO_HIGH
<< GT_PORT_BE1) |
28
(
GT_PRIO_HIGH
<< GT_PORT_BE2) |
29
(
GT_PRIO_HIGH
<< GT_PORT_IEP0) |
30
(
GT_PRIO_HIGH
<< GT_PORT_FE1) |
31
(
GT_PRIO_HIGH
<< GT_PORT_BE0) |
32
(
GT_PRIO_HIGH
<< GT_PORT_FE2) |
33
(
GT_PRIO_HIGH
<< GT_PORT_IEP1),
/external/u-boot/arch/arm/include/asm/arch-sunxi/
gtbus_sun9i.h
45
#define
GT_PRIO_HIGH
1
Completed in 51 milliseconds