Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c176 #define CONFIG_ROM_SIZE 1024 macro
1570 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom()
2095 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in bus_reset_work()
2232 if (size < CONFIG_ROM_SIZE) in copy_config_rom()
2233 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom()
2429 dma_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2524 dma_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
2559 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
3820 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in pci_remove()
3823 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in pci_remove()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c176 #define CONFIG_ROM_SIZE 1024 macro
1572 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom()
2106 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, free_rom, free_rom_bus); in bus_reset_work()
2242 if (size < CONFIG_ROM_SIZE) in copy_config_rom()
2243 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom()
2438 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2531 next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
2566 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, next_config_rom, in ohci_set_config_rom()

Completed in 10 milliseconds