Home
last modified time | relevance | path

Searched refs:low_val (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dath9k_pci_owl_loader.c38 u16 low_val; in ath9k_pci_fixup() member
78 val = data->low_val; in ath9k_pci_fixup()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dath9k_pci_owl_loader.c43 u16 low_val; in ath9k_pci_fixup() member
89 val = data->low_val; in ath9k_pci_fixup()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1723 u32 low_val; in tgl_tc_cold_request() local
1727 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_BLOCK_REQ; in tgl_tc_cold_request()
1729 low_val = TGL_PCODE_EXIT_TCCOLD_DATA_L_UNBLOCK_REQ; in tgl_tc_cold_request()
1735 ret = snb_pcode_read(&i915->uncore, TGL_PCODE_TCCOLD, &low_val, &high_val); in tgl_tc_cold_request()
1738 (low_val & TGL_PCODE_EXIT_TCCOLD_DATA_L_EXIT_FAILED)) in tgl_tc_cold_request()
/kernel/linux/linux-5.10/drivers/thermal/qcom/
H A Dtsens.c530 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()
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_gmac.c475 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()
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H A 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()
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display_power.c3930 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c7216 u32 low_val = mac_addr[4] | (mac_addr[5] << 8); in hclge_prepare_mac_addr() local
7225 new_req->mac_addr_lo16 = cpu_to_le16(low_val & 0xffff); in hclge_prepare_mac_addr()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c8157 u32 low_val = mac_addr[4] | (mac_addr[5] << 8); in hclge_prepare_mac_addr() local
8166 new_req->mac_addr_lo16 = cpu_to_le16(low_val & 0xffff); in hclge_prepare_mac_addr()

Completed in 46 milliseconds