Searched refs:SNI_IDPROM_BASE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Dsni.h209 #define SNI_IDPROM_BASE CKSEG1ADDR(0x1ff00000) macro
210 #define SNI_IDPROM_MEMSIZE (SNI_IDPROM_BASE + (0x28 ^ __SNI_END))
211 #define SNI_IDPROM_BRDTYPE (SNI_IDPROM_BASE + (0x29 ^ __SNI_END))
212 #define SNI_IDPROM_CPUTYPE (SNI_IDPROM_BASE + (0x30 ^ __SNI_END))
/linux-master/arch/mips/sni/
H A Dsetup.c105 printk("%02x ", *(unsigned char *) (SNI_IDPROM_BASE + i));

Completed in 186 milliseconds