Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c233 dma_addr_t next_config_rom_bus; member
2031 ohci->config_rom_bus = ohci->next_config_rom_bus; in handle_selfid_complete_event()
2380 &ohci->next_config_rom_bus, GFP_KERNEL); in ohci_enable()
2391 ohci->next_config_rom_bus = ohci->config_rom_bus; in ohci_enable()
2399 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_enable()
2475 dma_addr_t next_config_rom_bus; in ohci_set_config_rom() local
2507 &next_config_rom_bus, GFP_KERNEL); in ohci_set_config_rom()
2520 ohci->next_config_rom_bus = next_config_rom_bus; in ohci_set_config_rom()
2529 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_set_config_rom()
2535 next_config_rom_bus); in ohci_set_config_rom()