Searched refs:CONFIG_ROM_SIZE (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/dts/ |
| H A D | u-boot.dtsi | 10 #ifdef CONFIG_ROM_SIZE 17 size = <CONFIG_ROM_SIZE>;
|
| H A D | quark-u-boot.dtsi | 9 #ifdef CONFIG_ROM_SIZE
|
| H A D | emulation-u-boot.dtsi | 10 #ifdef CONFIG_ROM_SIZE
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | smbios.c | 86 #ifdef CONFIG_ROM_SIZE in smbios_write_type0() 87 t->bios_rom_size = (CONFIG_ROM_SIZE / 65536) - 1; in smbios_write_type0()
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | ohci.c | 176 #define CONFIG_ROM_SIZE 1024 macro 1525 if (i + length > CONFIG_ROM_SIZE) { in handle_local_rom() 2047 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in bus_reset_work() 2184 if (size < CONFIG_ROM_SIZE) in copy_config_rom() 2185 memset(&dest[length], 0, CONFIG_ROM_SIZE - size); in copy_config_rom() 2381 dma_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_enable() 2476 dma_alloc_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom() 2511 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in ohci_set_config_rom() 3769 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in pci_remove() 3772 dma_free_coherent(ohci->card.device, CONFIG_ROM_SIZE, in pci_remove()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.x86 | 327 Overall ROM image size is controlled by CONFIG_ROM_SIZE.
|