Home
last modified time | relevance | path

Searched refs:QLCNIC_CRB_I2Q (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_init.c427 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x10, 0x0); in qlcnic_pinit_from_rom()
428 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x14, 0x0); in qlcnic_pinit_from_rom()
429 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x18, 0x0); in qlcnic_pinit_from_rom()
430 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x1c, 0x0); in qlcnic_pinit_from_rom()
431 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x20, 0x0); in qlcnic_pinit_from_rom()
432 QLCWR32(adapter, QLCNIC_CRB_I2Q + 0x24, 0x0); in qlcnic_pinit_from_rom()
Dqlcnic_hdr.h368 #define QLCNIC_I2Q_CLR_PCI_HI (QLCNIC_CRB_I2Q + 0x00034)
411 #define QLCNIC_CRB_I2Q QLCNIC_PCI_CRB_WINDOW(QLCNIC_HW_PX_MAP_CRB_I2Q) macro