hpsa.h (03383736348bb73a45f8460afca3c5f5bd1be172) hpsa.h (281a7fd03ea37c979bbba4d8376595c0288e3252)
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2000, 2014 Hewlett-Packard Development Company, L.P.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 *

--- 295 unchanged lines hidden (view full) ---

304#define HPSA_POST_RESET_NOOP_RETRIES (12)
305
306/* Defining the diffent access_menthods */
307/*
308 * Memory mapped FIFO interface (SMART 53xx cards)
309 */
310#define SA5_DOORBELL 0x20
311#define SA5_REQUEST_PORT_OFFSET 0x40
1/*
2 * Disk Array driver for HP Smart Array SAS controllers
3 * Copyright 2000, 2014 Hewlett-Packard Development Company, L.P.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 *

--- 295 unchanged lines hidden (view full) ---

304#define HPSA_POST_RESET_NOOP_RETRIES (12)
305
306/* Defining the diffent access_menthods */
307/*
308 * Memory mapped FIFO interface (SMART 53xx cards)
309 */
310#define SA5_DOORBELL 0x20
311#define SA5_REQUEST_PORT_OFFSET 0x40
312#define SA5_REQUEST_PORT64_LO_OFFSET 0xC0
313#define SA5_REQUEST_PORT64_HI_OFFSET 0xC4
312#define SA5_REPLY_INTR_MASK_OFFSET 0x34
313#define SA5_REPLY_PORT_OFFSET 0x44
314#define SA5_INTR_STATUS 0x30
315#define SA5_SCRATCHPAD_OFFSET 0xB0
316
317#define SA5_CTCFG_OFFSET 0xB4
318#define SA5_CTMEM_OFFSET 0xB8
319

--- 252 unchanged lines hidden ---
314#define SA5_REPLY_INTR_MASK_OFFSET 0x34
315#define SA5_REPLY_PORT_OFFSET 0x44
316#define SA5_INTR_STATUS 0x30
317#define SA5_SCRATCHPAD_OFFSET 0xB0
318
319#define SA5_CTCFG_OFFSET 0xB4
320#define SA5_CTMEM_OFFSET 0xB8
321

--- 252 unchanged lines hidden ---