Lines Matching refs:tbcp
780 struct bau_control *tbcp; in disable_for_period() local
790 tbcp = &per_cpu(bau_control, tcpu); in disable_for_period()
791 if (tbcp->uvhub_master == hmaster) { in disable_for_period()
792 tbcp->baudisabled = 1; in disable_for_period()
793 tbcp->set_bau_on_time = in disable_for_period()
991 struct bau_control *tbcp; in check_enable() local
999 tbcp = &per_cpu(bau_control, tcpu); in check_enable()
1000 if (tbcp->uvhub_master == hmaster) { in check_enable()
1001 tbcp->baudisabled = 0; in check_enable()
1002 tbcp->period_requests = 0; in check_enable()
1003 tbcp->period_time = 0; in check_enable()
1004 tbcp->period_giveups = 0; in check_enable()