Searched refs:HFC_outb (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 Dhfcmulti.c239 #define HFC_outb(hc, reg, val) \ macro
240 (hc->HFC_outb(hc, reg, val, __func__, __LINE__))
256 #define HFC_outb(hc, reg, val) (hc->HFC_outb(hc, reg, val)) macro
379 "HFC_outb(chip %d, %02x=%s, 0x%02x=%s); in %s() line %d\n",
537 HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl);
544 HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl);
554 HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x3); /* was _io before */
560 HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x2); /* was _io before */
573 HFC_outb(h
[all...]
H A Dhfc_multi_8xx.h124 hc->HFC_outb = HFC_outb_embsd;
H A Dhfc_multi.h150 void (*HFC_outb)(struct hfc_multi *hc, u_char reg, member in struct:hfc_multi
167 void (*HFC_outb)(struct hfc_multi *hc, u_char reg, member in struct:hfc_multi

Completed in 145 milliseconds