host.h (0cf89d1d27c1bdd0abf1714096f98ea44704dcff) | host.h (7392d27580df2d14b5c3b1a1d7989c06457a819d) |
---|---|
1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 47 unchanged lines hidden (view full) --- 56 57#if !defined(_SCI_HOST_H_) 58#define _SCI_HOST_H_ 59 60#include "phy.h" 61/*#include "task.h"*/ 62#include "timers.h" 63#include "remote_device.h" | 1/* 2 * This file is provided under a dual BSD/GPLv2 license. When using or 3 * redistributing this file, you may do so under either license. 4 * 5 * GPL LICENSE SUMMARY 6 * 7 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 8 * --- 47 unchanged lines hidden (view full) --- 56 57#if !defined(_SCI_HOST_H_) 58#define _SCI_HOST_H_ 59 60#include "phy.h" 61/*#include "task.h"*/ 62#include "timers.h" 63#include "remote_device.h" |
64#include "scic_user_callback.h" | |
65 66#define DRV_NAME "isci" 67#define SCI_PCI_BAR_COUNT 2 68#define SCI_NUM_MSI_X_INT 2 69#define SCI_SMU_BAR 0 70#define SCI_SMU_BAR_SIZE (16*1024) 71#define SCI_SCU_BAR 1 72#define SCI_SCU_BAR_SIZE (4*1024*1024) --- 211 unchanged lines hidden --- | 64 65#define DRV_NAME "isci" 66#define SCI_PCI_BAR_COUNT 2 67#define SCI_NUM_MSI_X_INT 2 68#define SCI_SMU_BAR 0 69#define SCI_SMU_BAR_SIZE (16*1024) 70#define SCI_SCU_BAR 1 71#define SCI_SCU_BAR_SIZE (4*1024*1024) --- 211 unchanged lines hidden --- |