Home
last modified time | relevance | path

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

/linux-6.15/drivers/firewire/
H A Dohci.c222 __be32 *next_config_rom; member
2169 if (ohci->next_config_rom != NULL) { in bus_reset_work()
2176 ohci->next_config_rom = NULL; in bus_reset_work()
2537 if (ohci->next_config_rom == NULL) in ohci_enable()
2551 ohci->next_config_rom[0] = 0; in ohci_enable()
2595 __be32 *next_config_rom; in ohci_set_config_rom() local
2629 if (next_config_rom == NULL) in ohci_set_config_rom()
2640 ohci->next_config_rom = next_config_rom; in ohci_set_config_rom()
2642 next_config_rom = NULL; in ohci_set_config_rom()
2648 ohci->next_config_rom[0] = 0; in ohci_set_config_rom()
[all …]