Searched refs:first_boot (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/arm/mach-zx/
H A Dplatsmp.c103 static bool first_boot = true; zx_boot_secondary() local
105 if (first_boot) { zx_boot_secondary()
107 first_boot = false; zx_boot_secondary()
/linux-4.4.14/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_dpi.h49 int first_boot; member in struct:mdfld_dsi_dpi_output
H A Dmdfld_dsi_dpi.c603 if ((!output->panel_on) || output->first_boot) { mdfld_dsi_dpi_shut_down()
604 output->first_boot = 0; mdfld_dsi_dpi_shut_down()
623 output->first_boot = 0; mdfld_dsi_dpi_shut_down()
986 dpi_output->first_boot = 1; mdfld_dsi_dpi_init()
/linux-4.4.14/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c321 netxen_check_hw_init(struct netxen_adapter *adapter, int first_boot) netxen_check_hw_init() argument
325 if (first_boot == 0x55555555) { netxen_check_hw_init()
333 first_boot = NXRD32(adapter, NETXEN_PCIE_REG(0x4)); netxen_check_hw_init()
334 if (!(first_boot & 0x4)) { netxen_check_hw_init()
335 first_boot |= 0x4; netxen_check_hw_init()
336 NXWR32(adapter, NETXEN_PCIE_REG(0x4), first_boot); netxen_check_hw_init()
341 first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET); netxen_check_hw_init()
342 if (first_boot != 0x80000f) { netxen_check_hw_init()
957 int val, err, first_boot; netxen_start_firmware() local
973 first_boot = NXRD32(adapter, NETXEN_CAM_RAM(0x1fc)); netxen_start_firmware()
975 err = netxen_check_hw_init(adapter, first_boot); netxen_start_firmware()
989 if (first_boot != 0x55555555) { netxen_start_firmware()

Completed in 160 milliseconds