Searched refs:copy_config_rom (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 2227 static void copy_config_rom(__be32 *dest, const __be32 *src, size_t length) in copy_config_rom() function 2435 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable() 2548 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_set_config_rom()
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | ohci.c | 2237 static void copy_config_rom(__be32 *dest, const __be32 *src, size_t length) in copy_config_rom() function 2443 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_enable() 2555 copy_config_rom(ohci->next_config_rom, config_rom, length); in ohci_set_config_rom()
|
Completed in 10 milliseconds