Searched refs:next_config_rom (Results 1 – 1 of 1) sorted by relevance
221 __be32 *next_config_rom; member2021 if (ohci->next_config_rom != NULL) { in bus_reset_work()2022 if (ohci->next_config_rom != ohci->config_rom) { in bus_reset_work()2026 ohci->config_rom = ohci->next_config_rom; in bus_reset_work()2028 ohci->next_config_rom = NULL; in bus_reset_work()2384 ohci->next_config_rom = in ohci_enable()2388 if (ohci->next_config_rom == NULL) in ohci_enable()2391 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable()2397 ohci->next_config_rom = ohci->config_rom; in ohci_enable()2401 ohci->next_header = ohci->next_config_rom[0]; in ohci_enable()[all …]