Searched refs:HFC_outb_nodebug (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 243 #define HFC_outb_nodebug(hc, reg, val) \ macro 244 (hc->HFC_outb_nodebug(hc, reg, val, __func__, __LINE__)) 259 #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) macro 383 HFC_outb_nodebug(hc, reg, val); in HFC_outb_debug() 1331 HFC_outb_nodebug(hc, R_SLOT, i); in init_chip() 1332 HFC_outb_nodebug(hc, A_SL_CFG, 0); in init_chip() 1334 HFC_outb_nodebug(hc, A_CONF, 0); in init_chip() 1550 HFC_outb_nodebug(hc, R_RAM_ADDR0, i); in init_chip() 1551 HFC_outb_nodebug(hc, R_RAM_DATA, ((i * 3) & 0xff)); in init_chip() 1554 HFC_outb_nodebug(hc, R_RAM_ADDR0, i); in init_chip() [all …]
|
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
|