Searched refs:CFG_SIZE (Results 1 – 5 of 5) sorted by relevance
19 #define CFG_SIZE 0x4000000 /* 32MB CFG + 32MB DBG*/ macro
370 #define CFG_SIZE (0x12) macro459 ether1_writebuffer (dev, &init_cfg, CFG_ADDR, CFG_SIZE); in ether1_init_for_open()
445 prop->cfg_size = CFG_SIZE; in goya_set_fixed_properties()871 region->region_size = CFG_SIZE; in goya_set_pci_memory_regions()4195 if ((addr >= CFG_BASE) && (addr < CFG_BASE + CFG_SIZE)) { in goya_debugfs_read32()4255 if ((addr >= CFG_BASE) && (addr < CFG_BASE + CFG_SIZE)) { in goya_debugfs_write32()4300 if ((addr >= CFG_BASE) && (addr <= CFG_BASE + CFG_SIZE - sizeof(u64))) { in goya_debugfs_read64()4349 if ((addr >= CFG_BASE) && (addr <= CFG_BASE + CFG_SIZE - sizeof(u64))) { in goya_debugfs_write64()
627 prop->cfg_size = CFG_SIZE; in gaudi_set_fixed_properties()1782 region->region_size = CFG_SIZE; in gaudi_set_pci_memory_regions()6162 if ((addr >= CFG_BASE) && (addr < CFG_BASE + CFG_SIZE)) { in gaudi_debugfs_read32()6213 if ((addr >= CFG_BASE) && (addr < CFG_BASE + CFG_SIZE)) { in gaudi_debugfs_write32()6264 if ((addr >= CFG_BASE) && (addr <= CFG_BASE + CFG_SIZE - sizeof(u64))) { in gaudi_debugfs_read64()6319 if ((addr >= CFG_BASE) && (addr <= CFG_BASE + CFG_SIZE - sizeof(u64))) { in gaudi_debugfs_write64()
Completed in 38 milliseconds