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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c204 __be32 *next_config_rom; member in struct:fw_ohci
1580 * next_config_rom pointer so a new update can take place.
1583 if (ohci->next_config_rom != NULL) {
1584 if (ohci->next_config_rom != ohci->config_rom) {
1588 ohci->config_rom = ohci->next_config_rom;
1590 ohci->next_config_rom = NULL;
1865 ohci->next_config_rom =
1869 if (ohci->next_config_rom == NULL)
1872 copy_config_rom(ohci->next_config_rom, config_rom, length);
1878 ohci->next_config_rom
1933 __be32 *next_config_rom; local
[all...]

Completed in 117 milliseconds