Searched refs:next_config_rom (Results 1 – 1 of 1) sorted by relevance
225 __be32 *next_config_rom; member 2170 // to the current config rom and clear the next_config_rom pointer so a new update in bus_reset_work() 2172 if (ohci->next_config_rom != NULL) { in bus_reset_work() 2173 if (ohci->next_config_rom != ohci->config_rom) { in bus_reset_work() 2177 ohci->config_rom = ohci->next_config_rom; in bus_reset_work() 2179 ohci->next_config_rom = NULL; in bus_reset_work() 2538 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable() 2540 if (ohci->next_config_rom == NULL) in ohci_enable() 2543 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable() 2549 ohci->next_config_rom in ohci_enable() 2598 __be32 *next_config_rom; ohci_set_config_rom() local [all...]