Home
last modified time | relevance | path

Searched refs:W_L1CMD_RST (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dw6692.h168 #define W_L1CMD_RST 0x01 macro
Dw6692.c201 if (card->state == W_L1CMD_RST) in W6692_new_ph()
212 case W_L1CMD_RST: in W6692_ph_bh()
863 card->state = W_L1CMD_RST; in initW6692()
864 ph_command(card, W_L1CMD_RST); in initW6692()
1134 ph_command(card, W_L1CMD_RST); in w6692_l1callback()
/Linux-v4.19/drivers/isdn/hisax/
Dw6692.h162 #define W_L1CMD_RST 0x01 macro
Dw6692.c72 case (W_L1CMD_RST): in W6692_new_ph()
631 ph_command(cs, W_L1CMD_RST); in W6692_l1hw()
632 cs->dc.w6692.ph_state = W_L1CMD_RST; in W6692_l1hw()
909 ph_command(cs, W_L1CMD_RST); in initW6692()
910 cs->dc.w6692.ph_state = W_L1CMD_RST; in initW6692()