Searched refs:hps (Results 1 – 7 of 7) sorted by relevance
60 struct hps_drvdata *hps; in hps_i2c_probe() local63 hps = devm_kzalloc(&client->dev, sizeof(*hps), GFP_KERNEL); in hps_i2c_probe()64 if (!hps) in hps_i2c_probe()72 i2c_set_clientdata(client, hps); in hps_i2c_probe()73 hps->client = client; in hps_i2c_probe()81 if (IS_ERR(hps->enable_gpio)) { in hps_i2c_probe()82 ret = PTR_ERR(hps->enable_gpio); in hps_i2c_probe()93 hps_set_power(hps, false); in hps_i2c_probe()109 hps_set_power(hps, true); in hps_i2c_remove()117 hps_set_power(hps, false); in hps_suspend()[all …]
621 lld->sge_host_page_size = 1 << (adap->params.sge.hps + 10); in uld_init()
9270 page_shift = adapter->params.sge.hps + 10; in t4_bar2_sge_qregs()9380 u32 hps, qpp; in t4_init_sge_params() local9385 hps = t4_read_reg(adapter, SGE_HOST_PAGE_SIZE_A); in t4_init_sge_params()9388 sge_params->hps = ((hps >> s_hps) & HOSTPAGESIZEPF0_M); in t4_init_sge_params()
343 u32 hps; /* host page size for our PF/VF */ member
1345 mb->un.varCfgPort.hps = 1; in lpfc_config_port()1441 mb->un.varCfgPort.hps = 1; in lpfc_config_port()
3465 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member3469 uint32_t hps : 1; /* bit 31 word9 Host Pointer in slim */ member
3729 bool hps; in brcms_c_set_ps_ctrl() local3732 hps = brcms_c_ps_allowed(wlc); in brcms_c_set_ps_ctrl()3735 hps); in brcms_c_set_ps_ctrl()3739 if (hps) in brcms_c_set_ps_ctrl()
Completed in 729 milliseconds