Lines Matching defs:next_config_rom
221 __be32 *next_config_rom;
2062 * next_config_rom pointer so a new update can take place.
2065 if (ohci->next_config_rom != NULL) {
2066 if (ohci->next_config_rom != ohci->config_rom) {
2070 ohci->config_rom = ohci->next_config_rom;
2072 ohci->next_config_rom = NULL;
2428 ohci->next_config_rom =
2432 if (ohci->next_config_rom == NULL)
2435 copy_config_rom(ohci->next_config_rom, config_rom, length);
2441 ohci->next_config_rom = ohci->config_rom;
2445 ohci->next_header = ohci->next_config_rom[0];
2446 ohci->next_config_rom[0] = 0;
2449 be32_to_cpu(ohci->next_config_rom[2]));
2491 __be32 *next_config_rom;
2520 * ohci->next_config_rom to NULL (see bus_reset_work).
2523 next_config_rom =
2526 if (next_config_rom == NULL)
2533 * push our new allocation into the ohci->next_config_rom
2542 if (ohci->next_config_rom == NULL) {
2543 ohci->next_config_rom = next_config_rom;
2545 next_config_rom = NULL;
2548 copy_config_rom(ohci->next_config_rom, config_rom, length);
2551 ohci->next_config_rom[0] = 0;
2558 if (next_config_rom != NULL)
2560 next_config_rom, next_config_rom_bus);
3819 if (ohci->next_config_rom && ohci->next_config_rom != ohci->config_rom)
3821 ohci->next_config_rom, ohci->next_config_rom_bus);