Home
last modified time | relevance | path

Searched refs:nvram_header (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dbcm47xx_nvram.c25 struct nvram_header { struct
39 struct nvram_header __iomem *header; in find_nvram_size() argument
43 header = (struct nvram_header *)(end - nvram_sizes[i]); in find_nvram_size()
54 struct nvram_header __iomem *header; in nvram_find_and_copy()
69 header = (struct nvram_header *)(iobase + off - size); in nvram_find_and_copy()
76 header = (struct nvram_header *)(iobase + 4096); in nvram_find_and_copy()
82 header = (struct nvram_header *)(iobase + 1024); in nvram_find_and_copy()
93 nvram_len = ((struct nvram_header *)(nvram_buf))->len; in nvram_find_and_copy()
138 struct nvram_header header; in nvram_init()
180 var = &nvram_buf[sizeof(struct nvram_header)]; in bcm47xx_nvram_getenv()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmnvram.h31 struct nvram_header { struct
132 uint8 nvram_calc_crc(struct nvram_header * nvh);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmnvram.h31 struct nvram_header { struct
132 uint8 nvram_calc_crc(struct nvram_header * nvh);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmnvram.h40 struct nvram_header { struct
252 uint8 nvram_calc_crc(struct nvram_header * nvh);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmnvram.h40 struct nvram_header { struct
252 uint8 nvram_calc_crc(struct nvram_header * nvh);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmnvram.h40 struct nvram_header { struct
252 uint8 nvram_calc_crc(struct nvram_header * nvh);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmnvram.h39 struct nvram_header { struct
251 uint8 nvram_calc_crc(struct nvram_header * nvh);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dnvram_64.c29 #define NVRAM_HEADER_LEN sizeof(struct nvram_header)
33 struct nvram_header { struct
43 struct nvram_header header; argument
726 struct nvram_header phead; in nvram_write_header()
738 static unsigned char __init nvram_checksum(struct nvram_header *p) in nvram_checksum()
985 struct nvram_header phead; in nvram_scan_partitions()