Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dw6692.h168 #define W_L1CMD_RST 0x01 macro
Dw6692.c198 if (card->state == W_L1CMD_RST) in W6692_new_ph()
209 case W_L1CMD_RST: in W6692_ph_bh()
860 card->state = W_L1CMD_RST; in initW6692()
861 ph_command(card, W_L1CMD_RST); in initW6692()
1131 ph_command(card, W_L1CMD_RST); in w6692_l1callback()
/linux-4.19.296/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()