Searched refs:NETXEN_ROMUSB_GLB_SW_RESET (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/qlogic/netxen/ | 
| D | netxen_nic_init.c | 426 	NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, 0xfeffffff);  in netxen_pinit_from_rom()520 		if (off == NETXEN_ROMUSB_GLB_SW_RESET) {  in netxen_pinit_from_rom()
 539 		val = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET);  in netxen_pinit_from_rom()
 540 		NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, (val & 0xffffff0f));  in netxen_pinit_from_rom()
 1060 		NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, 0x80001e);  in netxen_load_firmware()
 1062 		NXWR32(adapter, NETXEN_ROMUSB_GLB_SW_RESET, 0x80001d);  in netxen_load_firmware()
 
 | 
| D | netxen_nic_hdr.h | 354 #define NETXEN_ROMUSB_GLB_SW_RESET	(ROMUSB_GLB + 0x0008)  macro
 | 
| D | netxen_nic_main.c | 322 		first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET);  in netxen_check_hw_init()
 |