Deleted Added
full compact
qla_reg.h (227064) qla_reg.h (250340)
1/*
1/*
2 * Copyright (c) 2010-2011 Qlogic Corporation
2 * Copyright (c) 2011-2013 Qlogic Corporation
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.

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

19 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE.
26 *
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 *
9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer.

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

19 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 * POSSIBILITY OF SUCH DAMAGE.
26 *
27 * $FreeBSD: head/sys/dev/qlxgb/qla_reg.h 227064 2011-11-03 21:20:22Z bz $
27 * $FreeBSD: head/sys/dev/qlxgb/qla_reg.h 250340 2013-05-07 22:58:42Z davidcs $
28 */
29/*
30 * File: qla_reg.h
31 * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656.
32 */
33
34#ifndef _QLA_REG_H_
35#define _QLA_REG_H_

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

196#define Q8_ROM_DUMMY_BYTE_COUNT 0x03310014
197/*
198 * bit definitions for Q8_ROM_DUMMY_BYTE_COUNT
199 * 31:2 Reserved;
200 * 1:0 dummy bytes for ROM Instructions
201 */
202
203#define Q8_ROM_RD_DATA 0x03310018
28 */
29/*
30 * File: qla_reg.h
31 * Author : David C Somayajulu, Qlogic Corporation, Aliso Viejo, CA 92656.
32 */
33
34#ifndef _QLA_REG_H_
35#define _QLA_REG_H_

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

196#define Q8_ROM_DUMMY_BYTE_COUNT 0x03310014
197/*
198 * bit definitions for Q8_ROM_DUMMY_BYTE_COUNT
199 * 31:2 Reserved;
200 * 1:0 dummy bytes for ROM Instructions
201 */
202
203#define Q8_ROM_RD_DATA 0x03310018
204#define Q8_ROM_WR_DATA 0x0331000C
205#define Q8_ROM_DIRECT_WINDOW 0x03310030
206#define Q8_ROM_DIRECT_DATA_OFFSET 0x03310000
204
207
208
205#define Q8_NX_CDRP_CMD_RSP 0x1B2218
206#define Q8_NX_CDRP_ARG1 0x1B221C
207#define Q8_NX_CDRP_ARG2 0x1B2220
208#define Q8_NX_CDRP_ARG3 0x1B2224
209#define Q8_NX_CDRP_SIGNATURE 0x1B2228
210
211#define Q8_LINK_STATE 0x1B2298
212#define Q8_LINK_SPEED_0 0x1B22E8

--- 36 unchanged lines hidden ---
209#define Q8_NX_CDRP_CMD_RSP 0x1B2218
210#define Q8_NX_CDRP_ARG1 0x1B221C
211#define Q8_NX_CDRP_ARG2 0x1B2220
212#define Q8_NX_CDRP_ARG3 0x1B2224
213#define Q8_NX_CDRP_SIGNATURE 0x1B2228
214
215#define Q8_LINK_STATE 0x1B2298
216#define Q8_LINK_SPEED_0 0x1B22E8

--- 36 unchanged lines hidden ---