Searched refs:ph_command (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax_isac.c250 static void ph_command(struct isac *isac, unsigned int command) function
252 DBG(DBG_L1M, "ph_command %#x", command);
270 ph_command(isac, ISAC_CMD_DI);
279 ph_command(isac, ISAC_CMD_DI);
293 ph_command(isac, ISAC_CMD_DI);
301 ph_command(isac, ISAC_CMD_DI);
333 ph_command(isac, ISAC_CMD_AR8);
355 ph_command(isac, ISAC_CMD_AR8);
362 ph_command(isac, ISAC_CMD_DI);
778 ph_command(isa
[all...]
H A Dicc.c40 ph_command(struct IsdnCardState *cs, unsigned int command) function
43 debugl1(cs, "ph_command %x", command);
53 ph_command(cs, ICC_CMD_DI);
503 ph_command(cs, ICC_CMD_DI);
505 ph_command(cs, ICC_CMD_RES);
510 ph_command(cs, ICC_CMD_DI);
515 ph_command(cs, ICC_CMD_AR);
520 ph_command(cs, ICC_CMD_AI);
646 ph_command(cs, ICC_CMD_RES);
648 ph_command(c
[all...]
H A Disac.c40 ph_command(struct IsdnCardState *cs, unsigned int command) function
43 debugl1(cs, "ph_command %x", command);
54 ph_command(cs, ISAC_CMD_DUI);
508 ph_command(cs, ISAC_CMD_TIM);
510 ph_command(cs, ISAC_CMD_RS);
515 ph_command(cs, ISAC_CMD_TIM);
520 ph_command(cs, ISAC_CMD_AR8);
647 ph_command(cs, ISAC_CMD_RS);
H A Dw6692.c61 ph_command(struct IsdnCardState *cs, unsigned int command) function
64 debugl1(cs, "ph_command %x", command);
74 ph_command(cs, W_L1CMD_DRC);
629 ph_command(cs, W_L1CMD_ECK);
632 ph_command(cs, W_L1CMD_RST);
640 ph_command(cs, W_L1CMD_ECK);
645 ph_command(cs, W_L1CMD_AR8);
911 ph_command(cs, W_L1CMD_RST);
914 ph_command(cs, W_L1CMD_ECK);
H A Dipacx.c34 static void ph_command(struct IsdnCardState *cs, unsigned int command);
58 ph_command(struct IsdnCardState *cs, unsigned int command) function
61 debugl1(cs, "ph_command (%#x) in (%#x)", command,
64 // printk(KERN_INFO "ph_command (%#x)\n", command);
152 ph_command(cs, IPACX_CMD_TIM);
154 ph_command(cs, IPACX_CMD_RES);
158 ph_command(cs, IPACX_CMD_AR8);
908 ph_command(cs, IPACX_CMD_RES);
H A Denternow_pci.c216 cs->dc.amd7930.ph_command(cs, (cs->dc.amd7930.lmr1 | (*chan + 1)), "MDL_BC_ASSIGN");
228 cs->dc.amd7930.ph_command(cs, (cs->dc.amd7930.lmr1 & ~(*chan + 1)), "MDL_BC_RELEASE");
H A Damd7930_fn.c131 debugl1(cs, "AMD7930: %s: ph_command 0x%02X", s, command);
759 cs->dc.amd7930.ph_command = Amd7930_ph_command;
H A Dhisax.h844 void (*ph_command) (struct IsdnCardState *, u_char, char *); member in struct:amd7930_chip

Completed in 92 milliseconds