OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTIL_CSR_BASE_ADDR
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/include/net/pfe_eth/pfe/cbus/
util_csr.h
10
#define UTIL_VERSION (
UTIL_CSR_BASE_ADDR
+ 0x000)
11
#define UTIL_TX_CTRL (
UTIL_CSR_BASE_ADDR
+ 0x004)
12
#define UTIL_INQ_PKTPTR (
UTIL_CSR_BASE_ADDR
+ 0x010)
14
#define UTIL_HDR_SIZE (
UTIL_CSR_BASE_ADDR
+ 0x014)
16
#define UTIL_PE0_QB_DM_ADDR0 (
UTIL_CSR_BASE_ADDR
+ 0x020)
17
#define UTIL_PE0_QB_DM_ADDR1 (
UTIL_CSR_BASE_ADDR
+ 0x024)
18
#define UTIL_PE0_RO_DM_ADDR0 (
UTIL_CSR_BASE_ADDR
+ 0x060)
19
#define UTIL_PE0_RO_DM_ADDR1 (
UTIL_CSR_BASE_ADDR
+ 0x064)
21
#define UTIL_MEM_ACCESS_ADDR (
UTIL_CSR_BASE_ADDR
+ 0x100)
22
#define UTIL_MEM_ACCESS_WDATA (
UTIL_CSR_BASE_ADDR
+ 0x104
[
all
...]
/external/u-boot/include/net/pfe_eth/pfe/
cbus.h
38
#define
UTIL_CSR_BASE_ADDR
(CBUS_BASE_ADDR + 0x360000)
Completed in 153 milliseconds