OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BRIDGE_CTRL_RST
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-mips/asm/pci/
bridge.h
342
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
344
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
345
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
/development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h
342
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
344
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
345
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
/external/kernel-headers/original/asm-mips/pci/
bridge.h
418
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
419
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
420
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h
342
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
344
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
345
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h
342
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
344
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
345
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h
342
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
344
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
345
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/pci/
bridge.h
342
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
344
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
345
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h
342
#define
BRIDGE_CTRL_RST
(n) ((n) << 24)
344
#define BRIDGE_CTRL_RST_MASK (
BRIDGE_CTRL_RST
(0xF))
345
#define BRIDGE_CTRL_RST_PIN(x) (
BRIDGE_CTRL_RST
(0x1 << (x)))
Completed in 329 milliseconds