Searched refs:hfc_multi (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfc_multi_8xx.h2 * For License see notice in hfc_multi.c
18 HFC_outb_embsd(struct hfc_multi *hc, u_char reg, u_char val,
21 HFC_outb_embsd(struct hfc_multi *hc, u_char reg, u_char val)
31 HFC_inb_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line)
33 HFC_inb_embsd(struct hfc_multi *hc, u_char reg)
43 HFC_inw_embsd(struct hfc_multi *hc, u_char reg, const char *function, int line)
45 HFC_inw_embsd(struct hfc_multi *hc, u_char reg)
55 HFC_wait_embsd(struct hfc_multi *hc, const char *function, int line)
57 HFC_wait_embsd(struct hfc_multi *hc)
69 write_fifo_embsd(struct hfc_multi *h
[all...]
H A Dhfc_multi.h2 * see notice in hfc_multi.c
137 struct hfc_multi { struct
150 void (*HFC_outb)(struct hfc_multi *hc, u_char reg,
152 void (*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg,
154 u_char (*HFC_inb)(struct hfc_multi *hc, u_char reg,
156 u_char (*HFC_inb_nodebug)(struct hfc_multi *hc, u_char reg,
158 u_short (*HFC_inw)(struct hfc_multi *hc, u_char reg,
160 u_short (*HFC_inw_nodebug)(struct hfc_multi *hc, u_char reg,
162 void (*HFC_wait)(struct hfc_multi *hc,
164 void (*HFC_wait_nodebug)(struct hfc_multi *h
[all...]
H A Dhfcmulti.c84 * enable debugging (see hfc_multi.h for debug options)
118 * -> See hfc_multi.h for HFC_IO_MODE_* values
167 #include "hfc_multi.h"
180 static struct hfc_multi *syncmaster;
273 HFC_outb_pcimem(struct hfc_multi *hc, u_char reg, u_char val,
276 HFC_outb_pcimem(struct hfc_multi *hc, u_char reg, u_char val)
283 HFC_inb_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line)
285 HFC_inb_pcimem(struct hfc_multi *hc, u_char reg)
292 HFC_inw_pcimem(struct hfc_multi *hc, u_char reg, const char *function, int line)
294 HFC_inw_pcimem(struct hfc_multi *h
[all...]

Completed in 32 milliseconds