Searched refs:CCSRBAR_VA (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/powerpc/mpc85xx/
H A Dmpc85xx.h36 #define OCP85XX_CCSRBAR (CCSRBAR_VA + 0x0)
37 #define OCP85XX_BPTR (CCSRBAR_VA + 0x20)
42 #define OCP85XX_EEBPCR (CCSRBAR_VA + 0x1010)
47 #define OCP85XX_LAWBAR(n) (CCSRBAR_VA + 0xc08 + 0x20 * (n))
48 #define OCP85XX_LAWSR(n) (CCSRBAR_VA + 0xc10 + 0x20 * (n))
59 #define OCP85XX_L2CTL (CCSRBAR_VA + 0x20000)
64 #define OCP85XX_PORDEVSR (CCSRBAR_VA + 0xe000c)
68 #define OCP85XX_PORDEVSR2 (CCSRBAR_VA + 0xe0014)
73 #define OCP85XX_RSTCR (CCSRBAR_VA + 0xe00b0)
/freebsd-9.3-release/sys/powerpc/include/
H A Dvmparam.h114 #define CCSRBAR_VA 0xfef00000 macro
/freebsd-9.3-release/sys/powerpc/booke/
H A Dmachdep.c358 if (fdt_immr_addr(CCSRBAR_VA) != 0)
393 debugf(" kernel ccsrbar = 0x%08x\n", CCSRBAR_VA);
H A Dpmap.c3078 tlb1_set_entry(CCSRBAR_VA, ccsrbar, CCSRBAR_SIZE, _TLB_ENTRY_IO);

Completed in 102 milliseconds