Lines Matching defs:config_rom
219 __be32 *config_rom;
1578 (void *) ohci->config_rom + i, length);
2066 if (ohci->next_config_rom != ohci->config_rom) {
2067 free_rom = ohci->config_rom;
2070 ohci->config_rom = ohci->next_config_rom;
2075 * Restore config_rom image and manually update
2076 * config_rom registers. Writing the header quadlet
2081 be32_to_cpu(ohci->config_rom[2]));
2082 ohci->config_rom[0] = ohci->next_header;
2310 const __be32 *config_rom, size_t length)
2427 if (config_rom) {
2435 copy_config_rom(ohci->next_config_rom, config_rom, length);
2438 * In the suspend case, config_rom is NULL, which
2441 ohci->next_config_rom = ohci->config_rom;
2488 const __be32 *config_rom, size_t length)
2532 * If there is not an already pending config_rom update,
2537 * OTOH, if there is a pending config_rom update, just
2538 * use that buffer with the new config_rom data, and
2548 copy_config_rom(ohci->next_config_rom, config_rom, length);
2550 ohci->next_header = config_rom[0];
3819 if (ohci->next_config_rom && ohci->next_config_rom != ohci->config_rom)
3822 if (ohci->config_rom)
3824 ohci->config_rom, ohci->config_rom_bus);