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.c177 #define CONFIG_ROM_SIZE (CSR_CONFIG_ROM_END - CSR_CONFIG_ROM) macro
1637 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom()
2193 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, free_rom, free_rom_bus); in bus_reset_work()
2339 if (size < CONFIG_ROM_SIZE) in copy_config_rom()
2340 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom()
2535 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable()
2627 next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom()
2655 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, next_config_rom, in ohci_set_config_rom()