Lines Matching refs:shortslot
589 bool shortslot) in brcms_b_update_slot_timing() argument
593 if (shortslot) { in brcms_b_update_slot_timing()
1205 wlc_hw->shortslot = false; in brcms_b_info_init()
1710 true : wlc_hw->shortslot); in brcms_b_bsinit()
3782 static void brcms_b_set_shortslot(struct brcms_hardware *wlc_hw, bool shortslot) in brcms_b_set_shortslot() argument
3784 wlc_hw->shortslot = shortslot; in brcms_b_set_shortslot()
3788 brcms_b_update_slot_timing(wlc_hw, shortslot); in brcms_b_set_shortslot()
3797 static void brcms_c_switch_shortslot(struct brcms_c_info *wlc, bool shortslot) in brcms_c_switch_shortslot() argument
3801 shortslot = (wlc->shortslot_override == BRCMS_SHORTSLOT_ON); in brcms_c_switch_shortslot()
3803 if (wlc->shortslot == shortslot) in brcms_c_switch_shortslot()
3806 wlc->shortslot = shortslot; in brcms_c_switch_shortslot()
3808 brcms_b_set_shortslot(wlc->hw, shortslot); in brcms_c_switch_shortslot()
4289 wlc->shortslot = false; in brcms_c_info_init()
5210 s8 shortslot = BRCMS_SHORTSLOT_AUTO; in brcms_c_set_gmode() local
5238 shortslot = BRCMS_SHORTSLOT_OFF; in brcms_c_set_gmode()
5255 shortslot = BRCMS_SHORTSLOT_ON; in brcms_c_set_gmode()
5268 wlc->shortslot_override = shortslot; in brcms_c_set_gmode()
5526 wlc->shortslot = false; in brcms_c_set_shortslot_override()
5528 wlc->shortslot = in brcms_c_set_shortslot_override()