Searched refs:nvram_read (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | nvram.c | 37 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 D | nvram.h | 109 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 D | mk48t59.h | 45 void *nvram_read(void *dest, const short src, size_t count);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | opal-nvram.c | 109 ppc_md.nvram_read = opal_nvram_read; in opal_nvram_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/sysdev/ |
| H A D | mmio_nvram.c | 138 ppc_md.nvram_read = mmio_nvram_read; in mmio_nvram_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | nvram_64.c | 236 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 D | nvram.c | 235 ppc_md.nvram_read = pSeries_nvram_read; in pSeries_nvram_init()
|
| /OK3568_Linux_fs/u-boot/drivers/rtc/ |
| H A D | mk48t59.c | 54 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 D | machdep.h | 90 ssize_t (*nvram_read)(char *buf, size_t count, loff_t *index); member
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | nvram.c | 245 ret = nvram_read(tmp, count, ppos); in nvram_misc_read()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | atari_scsi.c | 765 ssize_t count = nvram_read(&b, 1, &offset); in atari_scsi_probe()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | nvram.c | 538 ppc_md.nvram_read = core99_nvram_read; in core99_nvram_setup()
|