Searched refs:HFC_outb_nodebug (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/isdn/hardware/mISDN/ |
H A D | hfcmulti.c | 244 #define HFC_outb_nodebug(hc, reg, val) \ macro 245 (hc->HFC_outb_nodebug(hc, reg, val, __func__, __LINE__)) 260 #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) macro 384 HFC_outb_nodebug(hc, reg, val); in HFC_outb_debug() 1301 HFC_outb_nodebug(hc, R_SLOT, i); in init_chip() 1302 HFC_outb_nodebug(hc, A_SL_CFG, 0); in init_chip() 1304 HFC_outb_nodebug(hc, A_CONF, 0); in init_chip() 1520 HFC_outb_nodebug(hc, R_RAM_ADDR0, i); in init_chip() 1521 HFC_outb_nodebug(hc, R_RAM_DATA, ((i * 3) & 0xff)); in init_chip() 1524 HFC_outb_nodebug(hc, R_RAM_ADDR0, i); in init_chip() [all …]
|
H A D | hfc_multi.h | 153 void (*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg, member 170 void (*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg, member
|