Home
last modified time | relevance | path

Searched refs:int_val (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dstf.c131 static bool brcms_c_stf_stbc_tx_set(struct brcms_c_info *wlc, s32 int_val) in brcms_c_stf_stbc_tx_set() argument
133 if ((int_val != AUTO) && (int_val != OFF) && (int_val != ON)) in brcms_c_stf_stbc_tx_set()
136 if ((int_val == ON) && (wlc->stf->txstreams == 1)) in brcms_c_stf_stbc_tx_set()
139 wlc->bandstate[BAND_2G_INDEX]->band_stf_stbc_tx = (s8) int_val; in brcms_c_stf_stbc_tx_set()
140 wlc->bandstate[BAND_5G_INDEX]->band_stf_stbc_tx = (s8) int_val; in brcms_c_stf_stbc_tx_set()
145 bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val) in brcms_c_stf_stbc_rx_set() argument
147 if ((int_val != HT_CAP_RX_STBC_NO) in brcms_c_stf_stbc_rx_set()
148 && (int_val != HT_CAP_RX_STBC_ONE_STREAM)) in brcms_c_stf_stbc_rx_set()
152 if ((int_val != HT_CAP_RX_STBC_NO) in brcms_c_stf_stbc_rx_set()
157 brcms_c_stf_stbc_rx_ht_update(wlc, int_val); in brcms_c_stf_stbc_rx_set()
[all …]
Dstf.h30 int brcms_c_stf_txchain_set(struct brcms_c_info *wlc, s32 int_val, bool force);
31 bool brcms_c_stf_stbc_rx_set(struct brcms_c_info *wlc, s32 int_val);
Dmain.c5889 u32 int_val) in mac80211_wlc_set_nrate() argument
5892 u8 stf = (int_val & NRATE_STF_MASK) >> NRATE_STF_SHIFT; in mac80211_wlc_set_nrate()
5893 u8 rate = int_val & NRATE_RATE_MASK; in mac80211_wlc_set_nrate()
5895 bool ismcs = ((int_val & NRATE_MCS_INUSE) == NRATE_MCS_INUSE); in mac80211_wlc_set_nrate()
5896 bool issgi = ((int_val & NRATE_SGI_MASK) >> NRATE_SGI_SHIFT); in mac80211_wlc_set_nrate()
5897 bool override_mcs_only = ((int_val & NRATE_OVERRIDE_MCS_ONLY) in mac80211_wlc_set_nrate()
/linux-4.1.27/drivers/rtc/
Drtc-tps65910.c131 u32 int_val; in tps65910_rtc_read_alarm() local
149 ret = regmap_read(tps->regmap, TPS65910_RTC_INTERRUPTS, &int_val); in tps65910_rtc_read_alarm()
153 if (int_val & TPS65910_RTC_INTERRUPTS_IT_ALARM) in tps65910_rtc_read_alarm()
Drtc-palmas.c128 u32 int_val; in palmas_rtc_read_alarm() local
148 &int_val); in palmas_rtc_read_alarm()
154 if (int_val & PALMAS_RTC_INTERRUPTS_REG_IT_ALARM) in palmas_rtc_read_alarm()
/linux-4.1.27/sound/soc/sh/rcar/
Dsrc.c596 u32 sys_int_val, int_val, sys_int_mask; in rsnd_src_irq_ctrol_gen2() local
602 int_val = 0x3300; in rsnd_src_irq_ctrol_gen2()
611 int_val = 0; in rsnd_src_irq_ctrol_gen2()
614 rsnd_mod_write(mod, SRC_INT_ENABLE0, int_val); in rsnd_src_irq_ctrol_gen2()
/linux-4.1.27/sound/soc/codecs/
Dwm8903.c1643 unsigned int int_val, mask, int_pol; in wm8903_irq() local
1652 ret = regmap_read(wm8903->regmap, WM8903_INTERRUPT_STATUS_1, &int_val); in wm8903_irq()
1658 int_val &= ~mask; in wm8903_irq()
1660 if (int_val & WM8903_WSEQ_BUSY_EINT) { in wm8903_irq()
1681 if (int_val & (WM8903_MICSHRT_EINT | WM8903_MICDET_EINT)) in wm8903_irq()
1685 if (int_val & WM8903_MICSHRT_EINT) { in wm8903_irq()
1692 if (int_val & WM8903_MICDET_EINT) { in wm8903_irq()
/linux-4.1.27/drivers/acpi/
Dvideo.c151 u32 int_val; member
1080 if ((ids->value.int_val & 0xffff) == device_id) in acpi_video_get_device_attr()
1096 if ((ids->value.int_val & 0xffff) == device_id) in acpi_video_get_device_type()
1097 return ids->value.int_val; in acpi_video_get_device_type()
1229 if (device->device_id == (ids->value.int_val & 0xffff)) { in acpi_video_device_bind()
1250 if ((video->attached_array[i].value.int_val & 0xfff) == in acpi_video_device_in_dod()
1313 active_list[count].value.int_val = obj->integer.value; in acpi_video_device_enumerate()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c17511 s32 int_val; in wlc_phy_txpwrctrl_idle_tssi_nphy() local
17532 int_val = in wlc_phy_txpwrctrl_idle_tssi_nphy()
17548 (u8) ((int_val >> 24) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()
17550 (u8) ((int_val >> 24) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()
17553 (u8) ((int_val >> 8) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()
17555 (u8) ((int_val >> 8) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()
17558 (u8) ((int_val >> 24) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()
17561 (u8) ((int_val >> 8) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()
17564 (u8) ((int_val >> 16) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()
17566 (u8) ((int_val) & 0xff); in wlc_phy_txpwrctrl_idle_tssi_nphy()