Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_display_power_well.c1730 u32 low_val; in tgl_tc_cold_request() local
1734 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_BLOCK_REQ; in tgl_tc_cold_request()
1736 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_UNBLOCK_REQ; in tgl_tc_cold_request()
1742 ret = snb_pcode_read(&i915->uncore, TGL_PCODE_TCCOLD, &low_val, &high_val); in tgl_tc_cold_request()
1745 (low_val & TGL_PCODE_EXIT_TCCOLD_DATA_L_EXIT_FAILED)) in tgl_tc_cold_request()
/Linux-v6.1/drivers/thermal/qcom/
Dtsens.c542 int high_val, low_val, cl_high, cl_low; in tsens_set_trips() local
559 low_val = tsens_mC_to_hw(s, cl_low); in tsens_set_trips()
566 regmap_field_write(priv->rf[LOW_THRESH_0 + hw_id], low_val); in tsens_set_trips()
/Linux-v6.1/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()
/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c8211 u32 low_val = mac_addr[4] | (mac_addr[5] << 8); in hclge_prepare_mac_addr() local
8220 new_req->mac_addr_lo16 = cpu_to_le16(low_val & 0xffff); in hclge_prepare_mac_addr()