first_boot        100 arch/arm/mach-zx/platsmp.c 	static bool first_boot = true;
first_boot        102 arch/arm/mach-zx/platsmp.c 	if (first_boot) {
first_boot        104 arch/arm/mach-zx/platsmp.c 		first_boot = false;
first_boot        605 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c 	if ((!output->panel_on) || output->first_boot) {
first_boot        606 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c 		output->first_boot = 0;
first_boot        625 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c 	output->first_boot = 0;
first_boot        988 drivers/gpu/drm/gma500/mdfld_dsi_dpi.c 	dpi_output->first_boot = 1;
first_boot         49 drivers/gpu/drm/gma500/mdfld_dsi_dpi.h 	int first_boot;
first_boot        302 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c netxen_check_hw_init(struct netxen_adapter *adapter, int first_boot)
first_boot        306 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	if (first_boot == 0x55555555) {
first_boot        314 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 		first_boot = NXRD32(adapter, NETXEN_PCIE_REG(0x4));
first_boot        315 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 		if (!(first_boot & 0x4)) {
first_boot        316 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 			first_boot |= 0x4;
first_boot        317 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 			NXWR32(adapter, NETXEN_PCIE_REG(0x4), first_boot);
first_boot        322 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 		first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET);
first_boot        323 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 		if (first_boot != 0x80000f) {
first_boot        936 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	int val, err, first_boot;
first_boot        952 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	first_boot = NXRD32(adapter, NETXEN_CAM_RAM(0x1fc));
first_boot        954 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	err = netxen_check_hw_init(adapter, first_boot);
first_boot        968 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	if (first_boot != 0x55555555) {
first_boot       1320 drivers/net/wireless/ath/wcn36xx/main.c 	wcn->first_boot = true;
first_boot        432 drivers/net/wireless/ath/wcn36xx/smd.c 	if (wcn->first_boot) {
first_boot        433 drivers/net/wireless/ath/wcn36xx/smd.c 		wcn->first_boot = false;
first_boot        195 drivers/net/wireless/ath/wcn36xx/wcn36xx.h 	bool		first_boot;
first_boot        409 sound/soc/sof/core.c 	sdev->first_boot = false;
first_boot        456 sound/soc/sof/core.c 	sdev->first_boot = true;
first_boot        486 sound/soc/sof/core.c 	sdev->first_boot = true;
first_boot        239 sound/soc/sof/loader.c 	if (!sdev->first_boot)
first_boot        516 sound/soc/sof/loader.c 	if (sdev->first_boot) {
first_boot        273 sound/soc/sof/pm.c 	if (sdev->first_boot)
first_boot        385 sound/soc/sof/sof-priv.h 	u32 first_boot;
first_boot        255 sound/soc/sof/trace.c 	if (sdev->first_boot) {