Searched refs:CONFIG_ROM_SIZE (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/firewire/ |
| H A D | ohci.c | 187 #define CONFIG_ROM_SIZE (CSR_CONFIG_ROM_END - CSR_CONFIG_ROM) macro 1470 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom() 2049 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, free_rom, free_rom_bus); in handle_selfid_complete_event() 2183 if (size < CONFIG_ROM_SIZE) in copy_config_rom() 2184 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom() 2379 ohci->next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable() 2506 next_config_rom = dmam_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom() 2534 dmam_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, next_config_rom, in ohci_set_config_rom()
|