Searched refs:l1_state (Results 1 - 2 of 2) sorted by relevance

/drivers/isdn/hisax/
H A Dhfc4s8s_l1.c152 int l1_state; /* actual l1 state */ member in struct:hfc4s8s_l1
373 if (l1->l1_state < 6) {
385 } else if (l1->l1_state == 7)
391 if (l1->l1_state != 3) {
400 } else if (l1->l1_state == 3)
645 l1->l1_state = 1;
652 l1->l1_state = 1;
920 if (l1p->l1_state != 7)
1104 u_char oldstate = l1p->l1_state;
1108 l1p->l1_state
[all...]
H A Dhfc_usb.c203 volatile __u8 l1_state; /* actual l1 state */ member in struct:hfcusb_data
381 old_state = hfc->l1_state;
423 hfc->l1_state = state;
1007 if (hfc->l1_state != 3
1008 && hfc->l1_state != 7) {
1016 if (hfc->l1_state == 7) { /* l1 already active */

Completed in 309 milliseconds