Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dohci.c189 #define CONFIG_ROM_SIZE 1024 macro
1542 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom()
2064 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in bus_reset_work()
2201 if (size < CONFIG_ROM_SIZE) in copy_config_rom()
2202 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom()
2398 dma_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2493 dma_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
2528 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
3787 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in pci_remove()
3790 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in pci_remove()