Home
last modified time | relevance | path

Searched refs:bi_nvramsize (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dep405.c67 if (bip->bi_nvramsize == 512*1024) { in board_setup_arch()
149 if (bip->bi_nvramsize > 0) { in board_io_mapping()
150 ep405_nvram = ioremap(EP405_NVRAM_PADDR, bip->bi_nvramsize); in board_io_mapping()
187 if (bip->bi_nvramsize == 512*1024) { in board_init()
Dep405.h26 unsigned int bi_nvramsize; /* Size of the NVRAM/RTC */ member