/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | mediatek,lvts-thermal.yaml | 52 - const: lvts-calib-data-1 53 - const: lvts-calib-data-2 123 nvmem-cell-names = "lvts-calib-data-1", "lvts-calib-data-2";
|
H A D | imx-thermal.yaml | 44 - const: calib 89 tempmon_calib: calib@38 { 110 nvmem-cell-names = "calib", "temp_grade";
|
H A D | qcom-tsens.yaml | 118 - const: calib 304 nvmem-cell-names = "calib", "calib_backup"; 351 nvmem-cell-names = "calib", "calib_sel"; 369 nvmem-cell-names = "calib";
|
H A D | imx8mm-thermal.yaml | 44 const: calib
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 2369 "%s: calib version=%u pa type=%u voltage=%u\n", __func__, in iwn5000_read_eeprom() 2911 sc->calib.state = IWN_CALIB_STATE_INIT; in iwn_newstate() 2948 sc->calib.state = IWN_CALIB_STATE_INIT; in iwn_newstate() 3325 struct iwn_phy_calib *calib = (struct iwn_phy_calib *)(desc + 1); in iwn5000_rx_calib_results() local 3333 "->%s received after calib done\n", __func__); in iwn5000_rx_calib_results() 3338 switch (calib->code) { in iwn5000_rx_calib_results() 3370 calib->code); in iwn5000_rx_calib_results() 3374 "saving calibration result idx=%d, code=%d len=%d\n", idx, calib->code, len); in iwn5000_rx_calib_results() 3376 memcpy(sc->calibcmd[idx].buf, calib, len); in iwn5000_rx_calib_results() 3380 iwn_stats_update(struct iwn_softc *sc, struct iwn_calib_state *calib, in iwn_stats_update() argument [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | sc27xx-fg.yaml | 50 sprd,calib-resistance-micro-ohms: 64 - sprd,calib-resistance-micro-ohms 102 sprd,calib-resistance-micro-ohms = <21500>;
|
H A D | sc27xx-fg.txt | 16 - sprd,calib-resistance-micro-ohms: Specify the real resistance of coulomb counter 57 sprd,calib-resistance-micro-ohms = <21500>;
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_thermal.c | 381 uint32_t calib[2]; in aw_thermal_init() local 385 if (nvmem_get_cell_len(node, "calibration") > sizeof(calib)) { in aw_thermal_init() 390 (void *)&calib, nvmem_get_cell_len(node, "calibration")); in aw_thermal_init() 397 calib[0] &= sc->conf->calib0_mask; in aw_thermal_init() 398 calib[1] &= sc->conf->calib1_mask; in aw_thermal_init() 401 if (calib[0] != 0) in aw_thermal_init() 402 WR4(sc, THS_CALIB0, calib[0]); in aw_thermal_init() 403 if (calib[1] != 0) in aw_thermal_init() 404 WR4(sc, THS_CALIB1, calib[1]); in aw_thermal_init()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | location.h | 775 * @calib: An array of calibration values per FTM rx bandwidth. 796 __le16 calib[IWL_TOF_BW_NUM]; 822 * @calib: An array of calibration values per FTM rx bandwidth. 849 __le16 calib[IWL_TOF_BW_NUM]; 880 * @calib: An array of calibration values per FTM rx bandwidth. 919 __le16 calib[IWL_TOF_BW_NUM]; 954 * @calib: An array of calibration values per FTM rx bandwidth. 1000 __le16 calib[IWL_TOF_BW_NUM]; 1037 * @calib: An array of calibration values per FTM rx bandwidth. 1076 __le16 calib[IWL_TOF_BW_NU 739 __le16 calib[IWL_TOF_BW_NUM]; global() member 792 __le16 calib[IWL_TOF_BW_NUM]; global() member 861 __le16 calib[IWL_TOF_BW_NUM]; global() member 942 __le16 calib[IWL_TOF_BW_NUM]; global() member [all...] |
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qcom,gcc-apq8064.yaml | 65 - const: calib 91 nvmem-cell-names = "calib", "calib_backup";
|
H A D | qcom,gcc-ipq8064.yaml | 75 nvmem-cell-names = "calib", "calib_backup";
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | sc2731.dtsi | 72 fgu_calib: calib@6 { 77 adc_big_scale: calib@24 { 81 adc_small_scale: calib@26 {
|
/freebsd/sys/contrib/device-tree/Bindings/nvmem/ |
H A D | qfprom.txt | 20 tsens_calibration: calib@404 {
|
H A D | sprd-efuse.txt | 24 thermal_calib: calib@10 {
|
H A D | amlogic,meson6-efuse.yaml | 55 temperature_calib: calib@1f4 {
|
H A D | microchip,sama7g5-otpc.yaml | 46 temperature_calib: calib@1 {
|
H A D | mtk-efuse.txt | 29 thermal_calibration: calib@528 {
|
H A D | sc27xx-efuse.txt | 37 thermal_calib: calib@10 {
|
H A D | st,stm32-romem.yaml | 63 calib@22c {
|
H A D | imx-ocotp.yaml | 80 tempmon_calib: calib@38 {
|
H A D | nvmem.yaml | 71 tsens_calibration: calib@404 {
|
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/ |
H A D | tda998x.txt | 30 - nxp,calib-gpios: calibration GPIO, which must correspond with the
|
H A D | nxp,tda998x.yaml | 52 nxp,calib-gpios:
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ti/ |
H A D | emif.txt | 50 - hw-caps-dll-calib-ctrl: Have this property if the controller
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | nvm.c | 223 const __le16 *sw, *calib, *regulatory, *mac_override, *phy_sku; in iwl_parse_nvm_sections() 267 calib = (const __le16 *)sections[NVM_SECTION_TYPE_CALIBRATION].data; in iwl_parse_nvm_sections() 282 return iwl_parse_nvm_data(mvm->trans, mvm->cfg, mvm->fw, hw, sw, calib, in iwl_mvm_load_nvm_to_nic() 224 const __le16 *sw, *calib, *regulatory, *mac_override, *phy_sku; iwl_parse_nvm_sections() local
|