Searched refs:low_val (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/net/wireless/ath/ath9k/ |
D | ath9k_pci_owl_loader.c | 38 u16 low_val; in ath9k_pci_fixup() member 78 val = data->low_val; in ath9k_pci_fixup()
|
/Linux-v5.10/drivers/thermal/qcom/ |
D | tsens.c | 530 int high_val, low_val, cl_high, cl_low; in tsens_set_trips() local 540 low_val = tsens_mC_to_hw(s, cl_low); in tsens_set_trips() 547 regmap_field_write(priv->rf[LOW_THRESH_0 + hw_id], low_val); in tsens_set_trips()
|
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_gmac.c | 475 u32 low_val = mac_addr[5] | (mac_addr[4] << 8) in hns_gmac_set_mac_addr() local 481 dsaf_write_dev(drv, GMAC_STATION_ADDR_LOW_2_REG, low_val); in hns_gmac_set_mac_addr()
|
D | hns_dsaf_xgmac.c | 263 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-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_display_power.c | 3930 u32 low_val; in tgl_tc_cold_request() local 3934 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_BLOCK_REQ; in tgl_tc_cold_request() 3936 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_UNBLOCK_REQ; in tgl_tc_cold_request() 3942 ret = sandybridge_pcode_read(i915, TGL_PCODE_TCCOLD, &low_val, in tgl_tc_cold_request() 3946 (low_val & TGL_PCODE_EXIT_TCCOLD_DATA_L_EXIT_FAILED)) in tgl_tc_cold_request()
|
/Linux-v5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.c | 7176 u32 low_val = mac_addr[4] | (mac_addr[5] << 8); in hclge_prepare_mac_addr() local 7185 new_req->mac_addr_lo16 = cpu_to_le16(low_val & 0xffff); in hclge_prepare_mac_addr()
|