OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XIO_PORT_SHIFT
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/arch-mips/asm/xtalk/
xtalk.h
37
#define
XIO_PORT_SHIFT
(60)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
42
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
/development/ndk/platforms/android-9/arch-mips/include/asm/xtalk/
xtalk.h
37
#define
XIO_PORT_SHIFT
(60)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
42
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
/external/kernel-headers/original/asm-mips/xtalk/
xtalk.h
43
#define
XIO_PORT_SHIFT
(60)
47
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
48
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/xtalk/
xtalk.h
37
#define
XIO_PORT_SHIFT
(60)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
42
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/xtalk/
xtalk.h
37
#define
XIO_PORT_SHIFT
(60)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
42
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/xtalk/
xtalk.h
37
#define
XIO_PORT_SHIFT
(60)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
42
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/xtalk/
xtalk.h
37
#define
XIO_PORT_SHIFT
(60)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
42
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/xtalk/
xtalk.h
37
#define
XIO_PORT_SHIFT
(60)
41
#define XIO_PORT(x) ((xwidgetnum_t)(((x)&XIO_PORT_BITS) >>
XIO_PORT_SHIFT
))
42
#define XIO_PACK(p, o) ((((uint64_t)(p))<<
XIO_PORT_SHIFT
) | ((o)&XIO_ADDR_BITS))
Completed in 408 milliseconds