Home
last modified time | relevance | path

Searched refs:HFC_outb_nodebug (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcmulti.c257 #define HFC_outb_nodebug(hc, reg, val) \ macro
258 (hc->HFC_outb_nodebug(hc, reg, val, __func__, __LINE__))
273 #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) macro
397 HFC_outb_nodebug(hc, reg, val); in HFC_outb_debug()
1345 HFC_outb_nodebug(hc, R_SLOT, i); in init_chip()
1346 HFC_outb_nodebug(hc, A_SL_CFG, 0); in init_chip()
1348 HFC_outb_nodebug(hc, A_CONF, 0); in init_chip()
1564 HFC_outb_nodebug(hc, R_RAM_ADDR0, i); in init_chip()
1565 HFC_outb_nodebug(hc, R_RAM_DATA, ((i * 3) & 0xff)); in init_chip()
1568 HFC_outb_nodebug(hc, R_RAM_ADDR0, i); in init_chip()
[all …]
Dhfc_multi.h152 void (*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg, member
169 void (*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg, member