Searched refs:SLOTS_OFFSET (Results 1 – 2 of 2) sorted by relevance
260 #define SLOTS_OFFSET (STATUS_OFFSET + L1_CACHE_ALIGN(MSG_ARRAY_SIZE)) macro262 #define TOTAL_MEM_SIZE (SLOTS_OFFSET + L1_CACHE_ALIGN(sizeof(struct NCR_700_command_slot) * NCR_700…
272 hostdata->slots = (struct NCR_700_command_slot *)(memory + SLOTS_OFFSET); in NCR_700_detect()274 pSlots = pMemory + SLOTS_OFFSET; in NCR_700_detect()