Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dohci.c176 #define CONFIG_ROM_SIZE 1024 macro
1527 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom()
2058 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, free_rom, free_rom_bus); in bus_reset_work()
2194 if (size < CONFIG_ROM_SIZE) in copy_config_rom()
2195 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom()
2390 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2483 next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
2518 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, next_config_rom, in ohci_set_config_rom()