Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c180 #define CONFIG_ROM_SIZE (CSR_CONFIG_ROM_END - CSR_CONFIG_ROM) macro
1639 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom()
2196 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, free_rom, free_rom_bus); in bus_reset_work()
2342 if (size < CONFIG_ROM_SIZE) in copy_config_rom()
2343 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom()
2538 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2630 next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
2658 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, next_config_rom, in ohci_set_config_rom()