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

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_devs.c388 uint32 ncdl; local
400 ((ncdl = sb_memc_get_ncdl(sbh)) != 0)) {
401 sprintf(buf, "0x%x", ncdl);
/asus-wl-520gu-7.0.1.45/src/shared/nvram/
H A Dnvram.c235 char *init, *config, *refresh, *ncdl; local
246 !(ncdl = _nvram_get("sdram_ncdl"))) {
255 header->config_ncdl = bcm_strtoul(ncdl, NULL, 0);
/asus-wl-520gu-7.0.1.45/src/shared/
H A Dsbsdram.S202 lw t3,16(a2) # SDRAM ncdl
231 beqz t3,ddr_find_ncdl # Do we have ncdl values? (0s)
401 beqz t3,sdr_find_ncdl # Do we have ncdl values?
509 /* All done, program the new ncdl values */
715 /* Fourth set: the ncdl & its negation */
758 * t2: memc wr ncdl value
759 * t3: memc rd ncdl value
760 * t4: memc g ncdl value
828 sll a1,t8,8 # Replicate rd ncdl 4 times
928 * t2: memc strobe mode ncdl valu
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/brcm-boards/bcm947xx/
H A Dnvram_linux.c954 unsigned int ncdl; local
957 if ((ncdl = sb_memc_get_ncdl(sbh))) {
958 sprintf(buf, "0x%08x", ncdl);

Completed in 104 milliseconds