Lines Matching refs:next_config_rom_bus
235 dma_addr_t next_config_rom_bus; member
2036 ohci->config_rom_bus = ohci->next_config_rom_bus; in bus_reset_work()
2394 &ohci->next_config_rom_bus, in ohci_enable()
2406 ohci->next_config_rom_bus = ohci->config_rom_bus; in ohci_enable()
2414 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_enable()
2456 dma_addr_t uninitialized_var(next_config_rom_bus); in ohci_set_config_rom()
2489 &next_config_rom_bus, GFP_KERNEL); in ohci_set_config_rom()
2508 ohci->next_config_rom_bus = next_config_rom_bus; in ohci_set_config_rom()
2517 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_set_config_rom()
2524 next_config_rom, next_config_rom_bus); in ohci_set_config_rom()
3783 ohci->next_config_rom, ohci->next_config_rom_bus); in pci_remove()