Home
last modified time | relevance | path

Searched refs:nvram_read (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/env/
H A Dnvram.c37 extern void *nvram_read(void *dest, const long src, size_t count);
48 nvram_read(&c, CONFIG_ENV_ADDR + index, 1); in env_nvram_get_char()
59 nvram_read(buf, CONFIG_ENV_ADDR, CONFIG_ENV_SIZE); in env_nvram_load()
97 nvram_read(&crc, CONFIG_ENV_ADDR, sizeof(ulong));
98 nvram_read(data, CONFIG_ENV_ADDR + sizeof(ulong), ENV_SIZE);
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvram.h109 static inline ssize_t nvram_read(char *buf, size_t count, loff_t *ppos) in nvram_read() function
112 if (ppc_md.nvram_read) in nvram_read()
113 return ppc_md.nvram_read(buf, count, ppos); in nvram_read()
/OK3568_Linux_fs/u-boot/include/
H A Dmk48t59.h45 void *nvram_read(void *dest, const short src, size_t count);
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-nvram.c109 ppc_md.nvram_read = opal_nvram_read; in opal_nvram_init()
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dmmio_nvram.c138 ppc_md.nvram_read = mmio_nvram_read; in mmio_nvram_init()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dnvram_64.c236 rc = ppc_md.nvram_read((char *)&info, sizeof(info), &tmp_index); in nvram_read_partition()
243 rc = ppc_md.nvram_read(buff, length, &tmp_index); in nvram_read_partition()
1004 err = ppc_md.nvram_read(header, NVRAM_HEADER_LEN, &cur_index); in nvram_scan_partitions()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dnvram.c235 ppc_md.nvram_read = pSeries_nvram_read; in pSeries_nvram_init()
/OK3568_Linux_fs/u-boot/drivers/rtc/
H A Dmk48t59.c54 void *nvram_read(void *dest, const short src, size_t count) in nvram_read() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmachdep.h90 ssize_t (*nvram_read)(char *buf, size_t count, loff_t *index); member
/OK3568_Linux_fs/kernel/drivers/char/
H A Dnvram.c245 ret = nvram_read(tmp, count, ppos); in nvram_misc_read()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Datari_scsi.c765 ssize_t count = nvram_read(&b, 1, &offset); in atari_scsi_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dnvram.c538 ppc_md.nvram_read = core99_nvram_read; in core99_nvram_setup()