Searched refs:HFC_outb_nodebug (Results 1 - 2 of 2) 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.c241 #define HFC_outb_nodebug(hc, reg, val) \ macro
242 (hc->HFC_outb_nodebug(hc, reg, val, __func__, __LINE__))
257 #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) macro
381 HFC_outb_nodebug(hc, reg, val);
1322 HFC_outb_nodebug(hc, R_SLOT, i);
1323 HFC_outb_nodebug(hc, A_SL_CFG, 0);
1325 HFC_outb_nodebug(hc, A_CONF, 0);
1541 HFC_outb_nodebug(hc, R_RAM_ADDR0, i);
1542 HFC_outb_nodebug(h
[all...]
H A Dhfc_multi.h152 void (*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg, member in struct:hfc_multi
169 void (*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg, member in struct:hfc_multi

Completed in 74 milliseconds