Lines Matching defs:config_rom
219 __be32 *config_rom;
1580 (void *) ohci->config_rom + i, length);
2077 if (ohci->next_config_rom != ohci->config_rom) {
2078 free_rom = ohci->config_rom;
2081 ohci->config_rom = ohci->next_config_rom;
2086 * Restore config_rom image and manually update
2087 * config_rom registers. Writing the header quadlet
2092 be32_to_cpu(ohci->config_rom[2]));
2093 ohci->config_rom[0] = ohci->next_header;
2320 const __be32 *config_rom, size_t length)
2437 if (config_rom) {
2443 copy_config_rom(ohci->next_config_rom, config_rom, length);
2446 * In the suspend case, config_rom is NULL, which
2449 ohci->next_config_rom = ohci->config_rom;
2496 const __be32 *config_rom, size_t length)
2539 * If there is not an already pending config_rom update,
2544 * OTOH, if there is a pending config_rom update, just
2545 * use that buffer with the new config_rom data, and
2555 copy_config_rom(ohci->next_config_rom, config_rom, length);
2557 ohci->next_header = config_rom[0];