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

/netgear-R7800-V1.0.2.28/target/linux/amazon/files/drivers/mtd/maps/
H A Damazon.c43 static struct map_info amazon_map = { variable in typeref:struct:map_info
111 amazon_copy_from(&amazon_map, &magic, start_offset, 4);
116 amazon_copy_from(&amazon_map, &temp, start_offset + 12, 4);
129 amazon_map.read = amazon_read16;
130 amazon_map.write = amazon_write16;
131 amazon_map.copy_from = amazon_copy_from;
132 amazon_map.copy_to = amazon_copy_to;
134 amazon_map.phys = dev->resource->start;
135 amazon_map.size = dev->resource->end - amazon_map
[all...]

Completed in 25 milliseconds