Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dohci.c222 dma_addr_t next_config_rom_bus; member
2027 ohci->config_rom_bus = ohci->next_config_rom_bus; in bus_reset_work()
2386 &ohci->next_config_rom_bus, in ohci_enable()
2398 ohci->next_config_rom_bus = ohci->config_rom_bus; in ohci_enable()
2406 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_enable()
2448 dma_addr_t uninitialized_var(next_config_rom_bus); in ohci_set_config_rom()
2481 &next_config_rom_bus, GFP_KERNEL); in ohci_set_config_rom()
2500 ohci->next_config_rom_bus = next_config_rom_bus; in ohci_set_config_rom()
2509 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_set_config_rom()
2516 next_config_rom, next_config_rom_bus); in ohci_set_config_rom()
[all …]