Lines Matching refs:tbcp
783 struct bau_control *tbcp; in disable_for_period() local
793 tbcp = &per_cpu(bau_control, tcpu); in disable_for_period()
794 if (tbcp->uvhub_master == hmaster) { in disable_for_period()
795 tbcp->baudisabled = 1; in disable_for_period()
796 tbcp->set_bau_on_time = in disable_for_period()
994 struct bau_control *tbcp; in check_enable() local
1002 tbcp = &per_cpu(bau_control, tcpu); in check_enable()
1003 if (tbcp->uvhub_master == hmaster) { in check_enable()
1004 tbcp->baudisabled = 0; in check_enable()
1005 tbcp->period_requests = 0; in check_enable()
1006 tbcp->period_time = 0; in check_enable()
1007 tbcp->period_giveups = 0; in check_enable()