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

/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/include/
H A Dsb1250_draminit.h89 #define DRAM_CHAN_CFG(chan,tMEMCLK,dramtype,pagepolicy,blksize,csintlv,ecc,flg) \
90 .byte MCR_CHCFG,chan,tMEMCLK,dramtype,pagepolicy,blksize,csintlv,ecc,flg,0,0,0 ;
91 #define DRAM_CHAN_CFG2(chan,tMEMCLK,tROUNDTRIP,dramtype,pagepolicy,blksize,csintlv,ecc,flg) \
92 .byte MCR_CHCFG,chan,tMEMCLK,dramtype,pagepolicy,blksize,csintlv,ecc,flg,tROUNDTRIP,0,0 ;
112 #define DRAM_CHAN_CFG(chan,tMEMCLK,dramtype,pagepolicy,blksize,csintlv,ecc,flg) \
113 {MCR_CHCFG,chan,tMEMCLK,dramtype,pagepolicy,blksize,csintlv,ecc,flg,0,0,0}
114 #define DRAM_CHAN_CFG2(chan,tMEMCLK,tROUNDTRIP,dramtype,pagepolicy,blksize,csintlv,ecc,flg) \
115 {MCR_CHCFG,chan,tMEMCLK,dramtype,pagepolicy,blksize,csintlv,ecc,flg,tROUNDTRIP,0,0}
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/include/
H A Dbcm1480_draminit.h86 #define DRAM_CHAN_CFG(chan,tMEMCLK,tROUNDTRIP,chantype,dramtype,pagepolicy,csintlv,ecc,flg) \
87 .byte MCR_CHCFG,chan,tMEMCLK,tROUNDTRIP,chantype,dramtype,pagepolicy,csintlv,ecc,flg,0,0 ;
117 #define DRAM_CHAN_CFG(chan,tMEMCLK,tROUNDTRIP,chantype,dramtype,pagepolicy,csintlv,ecc,flg) \
118 {MCR_CHCFG,chan,tMEMCLK,tROUNDTRIP,chantype,dramtype,pagepolicy,csintlv,ecc,flg,0,0}
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_draminit.c406 uint32_t pagepolicy; /* Page policy */ member in struct:mcdata_s
1778 mc->pagepolicy = init->cfg.cfg_pagepolicy;
1804 if (mc->dramtype == FCRAM) mc->pagepolicy = CLOSED; /*FCRAM must be closed page policy*/
1852 mc->pagepolicy = CLOSED;
3135 V_MC_CS0_PAGE(mc->pagepolicy) |
3136 V_MC_CS1_PAGE(mc->pagepolicy) |
3137 V_MC_CS2_PAGE(mc->pagepolicy) |
3138 V_MC_CS3_PAGE(mc->pagepolicy));
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_draminit.c437 uint32_t pagepolicy; /* 20: Page policy */ member in struct:mcdata_s
1866 mc->pagepolicy = init->cfg.cfg_pagepolicy;
1891 if (mc->dramtype == FCRAM) mc->pagepolicy = CLOSED; /*FCRAM must be closed page policy*/
2016 mc->pagepolicy = CLOSED;
4222 dmbits |= V_BCM1480_MC_PG_POLICY(mc->pagepolicy);

Completed in 97 milliseconds