Searched refs:next_config_rom_bus (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 222 dma_addr_t next_config_rom_bus; member 2071 ohci->config_rom_bus = ohci->next_config_rom_bus; in bus_reset_work() 2430 &ohci->next_config_rom_bus, in ohci_enable() 2442 ohci->next_config_rom_bus = ohci->config_rom_bus; in ohci_enable() 2450 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_enable() 2492 dma_addr_t next_config_rom_bus; in ohci_set_config_rom() local 2525 &next_config_rom_bus, GFP_KERNEL); in ohci_set_config_rom() 2544 ohci->next_config_rom_bus = next_config_rom_bus; in ohci_set_config_rom() 2553 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_set_config_rom() [all...] |
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 222 dma_addr_t next_config_rom_bus; member 2082 ohci->config_rom_bus = ohci->next_config_rom_bus; in bus_reset_work() 2439 &ohci->next_config_rom_bus, GFP_KERNEL); in ohci_enable() 2450 ohci->next_config_rom_bus = ohci->config_rom_bus; in ohci_enable() 2458 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_enable() 2500 dma_addr_t next_config_rom_bus; in ohci_set_config_rom() local 2532 &next_config_rom_bus, GFP_KERNEL); in ohci_set_config_rom() 2551 ohci->next_config_rom_bus = next_config_rom_bus; in ohci_set_config_rom() 2560 reg_write(ohci, OHCI1394_ConfigROMmap, ohci->next_config_rom_bus); in ohci_set_config_rom() [all...] |
Completed in 8 milliseconds