Searched refs:QLCNIC_CAM_RAM (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic_hdr.h573 #define QLCNIC_CAM_RAM(reg) (QLCNIC_CAM_RAM_BASE + (reg)) macro
574 #define QLCNIC_FW_VERSION_MAJOR (QLCNIC_CAM_RAM(0x150))
575 #define QLCNIC_FW_VERSION_MINOR (QLCNIC_CAM_RAM(0x154))
576 #define QLCNIC_FW_VERSION_SUB (QLCNIC_CAM_RAM(0x158))
577 #define QLCNIC_ROM_LOCK_ID (QLCNIC_CAM_RAM(0x100))
578 #define QLCNIC_PHY_LOCK_ID (QLCNIC_CAM_RAM(0x120))
579 #define QLCNIC_CRB_WIN_LOCK_ID (QLCNIC_CAM_RAM(0x124))
581 #define NIC_CRB_BASE (QLCNIC_CAM_RAM(0x200))
582 #define NIC_CRB_BASE_2 (QLCNIC_CAM_RAM(0x700))
605 #define CRB_FW_CAPABILITIES_1 (QLCNIC_CAM_RAM(
[all...]
H A Dqlcnic_init.c491 if (off == QLCNIC_CAM_RAM(0x1fc))
1104 QLCWR32(adapter, QLCNIC_CAM_RAM(0x1fc), QLCNIC_BDINFO_MAGIC);
H A Dqlcnic_main.c834 first_boot = QLCRD32(adapter, QLCNIC_CAM_RAM(0x1fc));
837 QLCWR32(adapter, QLCNIC_CAM_RAM(0x1fc), QLCNIC_BDINFO_MAGIC);

Completed in 88 milliseconds