Searched refs:QLCNIC_CRB_NIU (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_hdr.h | 405 #define QLCNIC_CRB_NIU QLCNIC_PCI_CRB_WINDOW(QLCNIC_HW_PX_MAP_CRB_NIU) macro 481 #define QLCNIC_NIU_MODE (QLCNIC_CRB_NIU + 0x00000) 482 #define QLCNIC_NIU_GB_PAUSE_CTL (QLCNIC_CRB_NIU + 0x0030c) 483 #define QLCNIC_NIU_XG_PAUSE_CTL (QLCNIC_CRB_NIU + 0x00098) 486 (QLCNIC_CRB_NIU + 0x30000 + (I)*0x10000) 488 (QLCNIC_CRB_NIU + 0x30004 + (I)*0x10000)
|
D | qlcnic_init.c | 407 QLCWR32(adapter, QLCNIC_CRB_NIU + 0x40, 0xff); in qlcnic_pinit_from_rom() 409 QLCWR32(adapter, QLCNIC_CRB_NIU + 0x70000, 0x00); in qlcnic_pinit_from_rom() 411 QLCWR32(adapter, QLCNIC_CRB_NIU + 0x80000, 0x00); in qlcnic_pinit_from_rom() 413 QLCWR32(adapter, QLCNIC_CRB_NIU + 0x90000, 0x00); in qlcnic_pinit_from_rom() 415 QLCWR32(adapter, QLCNIC_CRB_NIU + 0xa0000, 0x00); in qlcnic_pinit_from_rom() 417 QLCWR32(adapter, QLCNIC_CRB_NIU + 0xb0000, 0x00); in qlcnic_pinit_from_rom()
|