Searched refs:first_boot (Results 1 – 5 of 5) sorted by relevance
302 if (first_boot == 0x55555555) { in netxen_check_hw_init()310 first_boot = NXRD32(adapter, NETXEN_PCIE_REG(0x4)); in netxen_check_hw_init()311 if (!(first_boot & 0x4)) { in netxen_check_hw_init()312 first_boot |= 0x4; in netxen_check_hw_init()313 NXWR32(adapter, NETXEN_PCIE_REG(0x4), first_boot); in netxen_check_hw_init()318 first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET); in netxen_check_hw_init()319 if (first_boot != 0x80000f) { in netxen_check_hw_init()929 int val, err, first_boot; in netxen_start_firmware() local945 first_boot = NXRD32(adapter, NETXEN_CAM_RAM(0x1fc)); in netxen_start_firmware()947 err = netxen_check_hw_init(adapter, first_boot); in netxen_start_firmware()[all …]
757 bool first_boot; in rk817_read_or_set_full_charge_on_boot() local766 first_boot = reg & RK817_BAT_CON; in rk817_read_or_set_full_charge_on_boot()772 if (first_boot) { in rk817_read_or_set_full_charge_on_boot()
229 bool first_boot; member
1581 wcn->first_boot = true; in wcn36xx_probe()
598 if (wcn->first_boot) { in wcn36xx_smd_start_rsp()599 wcn->first_boot = false; in wcn36xx_smd_start_rsp()
Completed in 23 milliseconds