Home
last modified time | relevance | path

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

/linux-4.1.27/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()
865 card->state = W_L1CMD_RST; in initW6692()
866 ph_command(card, W_L1CMD_RST); in initW6692()
1136 ph_command(card, W_L1CMD_RST); in w6692_l1callback()
/linux-4.1.27/drivers/isdn/hisax/
Dw6692.h162 #define W_L1CMD_RST 0x01 macro
Dw6692.c72 case (W_L1CMD_RST): in W6692_new_ph()
629 ph_command(cs, W_L1CMD_RST); in W6692_l1hw()
630 cs->dc.w6692.ph_state = W_L1CMD_RST; in W6692_l1hw()
908 ph_command(cs, W_L1CMD_RST); in initW6692()
909 cs->dc.w6692.ph_state = W_L1CMD_RST; in initW6692()