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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas_flash.c101 static struct flash_block_list_header rtas_firmware_flash_list = {0, NULL}; variable in typeref:struct:flash_block_list_header
111 * rtas_firmware_flash_list var once it is fully read.
203 if (rtas_firmware_flash_list.next) {
204 free_flash_list(rtas_firmware_flash_list.next);
205 rtas_firmware_flash_list.next = NULL;
212 rtas_firmware_flash_list.next = uf->flist;
595 if (rtas_firmware_flash_list.next == NULL)
616 rtas_firmware_flash_list.num_blocks = 0;
617 flist = (struct flash_block_list *)&rtas_firmware_flash_list;

Completed in 80 milliseconds