Home
last modified time | relevance | path

Searched refs:first_boot (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/arm/mach-zx/
Dplatsmp.c103 static bool first_boot = true; in zx_boot_secondary() local
105 if (first_boot) { in zx_boot_secondary()
107 first_boot = false; in zx_boot_secondary()
/Linux-v4.19/drivers/gpu/drm/gma500/
Dmdfld_dsi_dpi.h49 int first_boot; member
Dmdfld_dsi_dpi.c603 if ((!output->panel_on) || output->first_boot) { in mdfld_dsi_dpi_shut_down()
604 output->first_boot = 0; in mdfld_dsi_dpi_shut_down()
623 output->first_boot = 0; in mdfld_dsi_dpi_shut_down()
986 dpi_output->first_boot = 1; in mdfld_dsi_dpi_init()
/Linux-v4.19/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c318 netxen_check_hw_init(struct netxen_adapter *adapter, int first_boot) in netxen_check_hw_init() argument
322 if (first_boot == 0x55555555) { in netxen_check_hw_init()
330 first_boot = NXRD32(adapter, NETXEN_PCIE_REG(0x4)); in netxen_check_hw_init()
331 if (!(first_boot & 0x4)) { in netxen_check_hw_init()
332 first_boot |= 0x4; in netxen_check_hw_init()
333 NXWR32(adapter, NETXEN_PCIE_REG(0x4), first_boot); in netxen_check_hw_init()
338 first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET); in netxen_check_hw_init()
339 if (first_boot != 0x80000f) { in netxen_check_hw_init()
952 int val, err, first_boot; in netxen_start_firmware() local
968 first_boot = NXRD32(adapter, NETXEN_CAM_RAM(0x1fc)); in netxen_start_firmware()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/wcn36xx/
Dwcn36xx.h195 bool first_boot; member
Dmain.c1320 wcn->first_boot = true; in wcn36xx_probe()
Dsmd.c432 if (wcn->first_boot) { in wcn36xx_smd_start_rsp()
433 wcn->first_boot = false; in wcn36xx_smd_start_rsp()