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

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/dev/
H A Decc_plb.c188 ((esr & SDRAM0_ECCESR_BLCEN(0)) != 0x00),
189 ((esr & SDRAM0_ECCESR_BLCEN(1)) != 0x00),
190 ((esr & SDRAM0_ECCESR_BLCEN(2)) != 0x00),
191 ((esr & SDRAM0_ECCESR_BLCEN(3)) != 0x00),
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/ibm4xx/
H A Ddcr4xx.h271 #define SDRAM0_ECCESR_BLCEN(n) (0x80000000 >> (n)) macro

Completed in 112 milliseconds