Lines Matching refs:l1
795 struct BCState *bcs = st->l1.bcs; in tiger_l2l1()
822 test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in tiger_l2l1()
823 st->l1.l1l2(st, PH_PULL | CONFIRM, NULL); in tiger_l2l1()
825 test_and_set_bit(FLG_L1_PULL_REQ, &st->l1.Flags); in tiger_l2l1()
830 mode_tiger(bcs, st->l1.mode, st->l1.bc); in tiger_l2l1()
833 bcs->cs->cardmsg(bcs->cs, MDL_BC_ASSIGN, (void *)(&st->l1.bc)); in tiger_l2l1()
838 bcs->cs->cardmsg(bcs->cs, MDL_BC_RELEASE, (void *)(&st->l1.bc)); in tiger_l2l1()
845 mode_tiger(bcs, 0, st->l1.bc); in tiger_l2l1()
847 st->l1.l1l2(st, PH_DEACTIVATE | CONFIRM, NULL); in tiger_l2l1()
900 bcs->channel = st->l1.bc; in setstack_tiger()
901 if (open_tigerstate(st->l1.hardware, bcs)) in setstack_tiger()
903 st->l1.bcs = bcs; in setstack_tiger()