mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 05:36:22 +00:00
qla2x00t: Move a definition from a .h into a .c file
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7565 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
#define MAX_CRB_XFORM 60
|
||||
static unsigned long crb_addr_xform[MAX_CRB_XFORM];
|
||||
static int qla82xx_crb_table_initialized;
|
||||
static const int MD_MIU_TEST_AGT_RDDATA[] = { 0x410000A8, 0x410000AC,
|
||||
0x410000B8, 0x410000BC };
|
||||
|
||||
#define qla82xx_crb_addr_transform(name) \
|
||||
(crb_addr_xform[QLA82XX_HW_PX_MAP_CRB_##name] = \
|
||||
|
||||
@@ -1173,9 +1173,6 @@ struct qla82xx_md_entry_queue {
|
||||
#define MD_MIU_TEST_AGT_ADDR_LO 0x41000094
|
||||
#define MD_MIU_TEST_AGT_ADDR_HI 0x41000098
|
||||
|
||||
static const int MD_MIU_TEST_AGT_RDDATA[] = { 0x410000A8, 0x410000AC,
|
||||
0x410000B8, 0x410000BC };
|
||||
|
||||
#define CRB_NIU_XG_PAUSE_CTL_P0 0x1
|
||||
#define CRB_NIU_XG_PAUSE_CTL_P1 0x8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user