Lines Matching refs:shortslot
595 bool shortslot) in brcms_b_update_slot_timing() argument
599 if (shortslot) { in brcms_b_update_slot_timing()
1221 wlc_hw->shortslot = false; in brcms_b_info_init()
1726 true : wlc_hw->shortslot); in brcms_b_bsinit()
3810 static void brcms_b_set_shortslot(struct brcms_hardware *wlc_hw, bool shortslot) in brcms_b_set_shortslot() argument
3812 wlc_hw->shortslot = shortslot; in brcms_b_set_shortslot()
3816 brcms_b_update_slot_timing(wlc_hw, shortslot); in brcms_b_set_shortslot()
3825 static void brcms_c_switch_shortslot(struct brcms_c_info *wlc, bool shortslot) in brcms_c_switch_shortslot() argument
3829 shortslot = (wlc->shortslot_override == BRCMS_SHORTSLOT_ON); in brcms_c_switch_shortslot()
3831 if (wlc->shortslot == shortslot) in brcms_c_switch_shortslot()
3834 wlc->shortslot = shortslot; in brcms_c_switch_shortslot()
3836 brcms_b_set_shortslot(wlc->hw, shortslot); in brcms_c_switch_shortslot()
4319 wlc->shortslot = false; in brcms_c_info_init()
5290 s8 shortslot = BRCMS_SHORTSLOT_AUTO; in brcms_c_set_gmode() local
5326 shortslot = BRCMS_SHORTSLOT_OFF; in brcms_c_set_gmode()
5345 shortslot = BRCMS_SHORTSLOT_ON; in brcms_c_set_gmode()
5361 wlc->shortslot_override = shortslot; in brcms_c_set_gmode()
5627 wlc->shortslot = false; in brcms_c_set_shortslot_override()
5629 wlc->shortslot = in brcms_c_set_shortslot_override()