Home
last modified time | relevance | path

Searched refs:low_val (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dath9k_pci_owl_loader.c43 u16 low_val; in ath9k_pci_fixup() member
89 val = data->low_val; in ath9k_pci_fixup()
/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c1734 u32 low_val; in tgl_tc_cold_request() local
1738 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_BLOCK_REQ; in tgl_tc_cold_request()
1740 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_UNBLOCK_REQ; in tgl_tc_cold_request()
1746 ret = snb_pcode_read(&i915->uncore, TGL_PCODE_TCCOLD, &low_val, &high_val); in tgl_tc_cold_request()
1749 (low_val & TGL_PCODE_EXIT_TCCOLD_DATA_L_EXIT_FAILED)) in tgl_tc_cold_request()
/drivers/thermal/qcom/
Dtsens.c695 int high_val, low_val, cl_high, cl_low; in tsens_set_trips() local
712 low_val = tsens_mC_to_hw(s, cl_low); in tsens_set_trips()
719 regmap_field_write(priv->rf[LOW_THRESH_0 + hw_id], low_val); in tsens_set_trips()
/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_gmac.c459 u32 low_val = mac_addr[5] | (mac_addr[4] << 8) in hns_gmac_set_mac_addr() local
465 dsaf_write_dev(drv, GMAC_STATION_ADDR_LOW_2_REG, low_val); in hns_gmac_set_mac_addr()
Dhns_dsaf_xgmac.c263 u32 low_val = mac_addr[5] | (mac_addr[4] << 8) in hns_xgmac_set_pausefrm_mac_addr() local
265 dsaf_write_dev(drv, XGMAC_MAC_PAUSE_LOCAL_MAC_L_REG, low_val); in hns_xgmac_set_pausefrm_mac_addr()
/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c8178 u32 low_val = mac_addr[4] | (mac_addr[5] << 8); in hclge_prepare_mac_addr() local
8187 new_req->mac_addr_lo16 = cpu_to_le16(low_val & 0xffff); in hclge_prepare_mac_addr()