Home
last modified time | relevance | path

Searched refs:CKSEG1 (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/arch/mips/dec/prom/
Dmemory.c45 for (memory_page = (unsigned char *)CKSEG1 + CHUNK_SIZE; in pmax_setup_memory_region()
46 mem_err == 0 && memory_page < (unsigned char *)CKSEG1 + 0x1e00000; in pmax_setup_memory_region()
52 add_memory_region(0, (unsigned long)memory_page - CKSEG1 - CHUNK_SIZE, in pmax_setup_memory_region()
/linux-2.6.39/arch/mips/include/asm/
Daddrspace.h69 #define CKSEG1 _CONST64_(0xffffffffa0000000) macro
74 #define CKSEG1ADDR(a) (CPHYSADDR(a) | CKSEG1)
105 #define CKSEG1 0xa0000000 macro
Dbarrier.h89 : "m" (*(int *)CKSEG1) \
Dio.h287 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) in iounmap()
/linux-2.6.39/drivers/i2c/busses/
Di2c-sibyte.c151 { NULL, 0, (void *) (CKSEG1+A_SMB_BASE(0)) },
152 { NULL, 1, (void *) (CKSEG1+A_SMB_BASE(1)) }
/linux-2.6.39/arch/mips/dec/
Dkn01-berr.c110 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1) in dec_kn01_be_backend()
/linux-2.6.39/arch/mips/kernel/
Dspram.c177 unsigned int *vp = (unsigned int *)(CKSEG1 | pa); in probe_spram()
/linux-2.6.39/arch/mips/mm/
Dioremap.c175 #define IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
Dc-r4k.c91 *(volatile unsigned long *)CKSEG1; \
/linux-2.6.39/arch/mips/txx9/rbtx4939/
Dsetup.c471 unsigned long area = CKSEG1 + 0x1fff0000 + (i * 0x10); in rbtx4939_device_init()