Searched refs:NETXEN_ROMUSB_GLB_SW_RESET (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/qlogic/netxen/ | 
| D | netxen_nic_init.c | 442 	NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, 0xfeffffff);  in netxen_pinit_from_rom() 536 		if (off == NETXEN_ROMUSB_GLB_SW_RESET) {  in netxen_pinit_from_rom() 555 		val = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET);  in netxen_pinit_from_rom() 556 		NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, (val & 0xffffff0f));  in netxen_pinit_from_rom() 1076 		NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, 0x80001e);  in netxen_load_firmware() 1078 		NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, 0x80001d);  in netxen_load_firmware()
  | 
| D | netxen_nic_hdr.h | 370 #define NETXEN_ROMUSB_GLB_SW_RESET	(ROMUSB_GLB + 0x0008)  macro
  | 
| D | netxen_nic_main.c | 341 		first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET);  in netxen_check_hw_init()
  |