Searched refs:next_config_rom (Results 1 – 1 of 1) sorted by relevance
232 __be32 *next_config_rom; member2025 if (ohci->next_config_rom != NULL) { in handle_selfid_complete_event()2026 if (ohci->next_config_rom != ohci->config_rom) { in handle_selfid_complete_event()2030 ohci->config_rom = ohci->next_config_rom; in handle_selfid_complete_event()2032 ohci->next_config_rom = NULL; in handle_selfid_complete_event()2379 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()2381 if (ohci->next_config_rom == NULL) in ohci_enable()2384 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable()2390 ohci->next_config_rom = ohci->config_rom; in ohci_enable()2394 ohci->next_header = ohci->next_config_rom[0]; in ohci_enable()[all …]