Home
last modified time | relevance | path

Searched refs:ibf (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/char/ipmi/
H A Dipmi_si_ls2k.c63 bool obf, ibf; in ls2k_mem_inb_v1() local
66 ibf = readb(addr + LS2K_KCS_FIFO_IBFH) ^ readb(addr + LS2K_KCS_FIFO_IBFT); in ls2k_mem_inb_v1()
72 | FIELD_PREP(LS2K_KCS_STS_IBF, ibf) in ls2k_mem_inb_v1()
/linux/drivers/input/serio/
H A Dhp_sdc.c123 hp_sdc.ibf = 0; in hp_sdc_status_in8()
139 hp_sdc.ibf = 1; in hp_sdc_status_out8()
151 hp_sdc.ibf = 1; in hp_sdc_data_out8()
168 if (!hp_sdc.ibf) { in hp_sdc_spin_ibf()
176 hp_sdc.ibf = 0; in hp_sdc_spin_ibf()
361 if (hp_sdc.ibf) { in hp_sdc_put()
363 if (hp_sdc.ibf) in hp_sdc_put()
587 if (!hp_sdc.ibf && limit++ < 20) in hp_sdc_put()
852 hp_sdc.ibf = 1; in hp_sdc_init()
/linux/include/linux/
H A Dhp_sdc.h273 int ibf; /* Last known status of IBF flag */ member
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c31 dev->ibf = !!val; in mt7996_implicit_txbf_set()
41 *val = dev->ibf; in mt7996_implicit_txbf_get()
H A Dmcu.h705 bool ibf; member
H A Dmt7996.h476 bool ibf; member
H A Dmcu.c1799 if (!ebf && !dev->ibf) in mt7996_mcu_sta_bfer_tlv()
1820 bf->bf_cap = ebf ? EBF_MODE : (dev->ibf ? IBF_MODE : 0); in mt7996_mcu_sta_bfer_tlv()
4217 req_hw_en->ibf = dev->ibf; in mt7996_mcu_set_txbf()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmt7915.h300 bool ibf; member
H A Ddebugfs.c29 dev->ibf = !!val; in mt7915_implicit_txbf_set()
39 *val = dev->ibf; in mt7915_implicit_txbf_get()
H A Dmcu.c1260 if (!ebf && !dev->ibf) in mt7915_mcu_sta_bfer_tlv()
1279 bf->bf_cap = ebf ? ebf : dev->ibf << 1; in mt7915_mcu_sta_bfer_tlv()
3630 bool ibf; in mt7915_mcu_set_txbf() member
3651 req.type.ibf = dev->ibf; in mt7915_mcu_set_txbf()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h736 u8 ibf; member
/linux/drivers/net/wireless/ath/ath12k/
H A Ddebugfs_htt_stats.h1528 __le32 ibf[ATH12K_HTT_TXBF_NUM_REDUCED_CHAN_TYPES][ATH12K_HTT_TXBF_NUM_BW_CNTRS]; member
H A Ddebugfs_htt_stats.c3354 htt_stats_buf->ibf[i], in ath12k_htt_print_pdev_tx_rate_txbf_stats_tlv()