Home
last modified time | relevance | path

Searched refs:CF_BASE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/boards/
H A Dboard-sh2007.c81 .start = CF_BASE + CF_OFFSET,
82 .end = CF_BASE + CF_OFFSET + 0x0f,
86 .start = CF_BASE + CF_OFFSET + 0x206,
87 .end = CF_BASE + CF_OFFSET + 0x20f,
/openbmc/linux/drivers/pcmcia/
H A Domap_cf.c34 #define CF_BASE 0xfffe2800 macro
37 #define CF_STATUS (CF_BASE + 0x00)
43 #define CF_CFG (CF_BASE + 0x02)
46 #define CF_CONTROL (CF_BASE + 0x04)
/openbmc/linux/arch/sh/include/mach-common/mach/
H A Dsh2007.h109 #define CF_BASE 0xb6100000 /* Compact Flash (I/O area) */ macro
/openbmc/u-boot/include/configs/
H A DMPC8641HPCN.h201 #define CF_BASE (PIXIS_BASE + PIXIS_SIZE) macro