Home
last modified time | relevance | path

Searched refs:next_config_rom (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firewire/
H A Dohci.c221 __be32 *next_config_rom; member
2082 if (ohci->next_config_rom != NULL) { in bus_reset_work()
2083 if (ohci->next_config_rom != ohci->config_rom) { in bus_reset_work()
2087 ohci->config_rom = ohci->next_config_rom; in bus_reset_work()
2089 ohci->next_config_rom = NULL; in bus_reset_work()
2446 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2448 if (ohci->next_config_rom == NULL) in ohci_enable()
2451 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable()
2457 ohci->next_config_rom = ohci->config_rom; in ohci_enable()
2461 ohci->next_header = ohci->next_config_rom[0]; in ohci_enable()
[all …]