Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c321 netxen_check_hw_init(struct netxen_adapter *adapter, int first_boot) in netxen_check_hw_init() argument
325 if (first_boot == 0x55555555) { in netxen_check_hw_init()
333 first_boot = NXRD32(adapter, NETXEN_PCIE_REG(0x4)); in netxen_check_hw_init()
334 if (!(first_boot & 0x4)) { in netxen_check_hw_init()
335 first_boot |= 0x4; in netxen_check_hw_init()
336 NXWR32(adapter, NETXEN_PCIE_REG(0x4), first_boot); in netxen_check_hw_init()
341 first_boot = NXRD32(adapter, NETXEN_ROMUSB_GLB_SW_RESET); in netxen_check_hw_init()
342 if (first_boot != 0x80000f) { in netxen_check_hw_init()
957 int val, err, first_boot; in netxen_start_firmware() local
973 first_boot = NXRD32(adapter, NETXEN_CAM_RAM(0x1fc)); in netxen_start_firmware()
[all …]