Searched refs:HFC_outb_nodebug (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/isdn/hardware/mISDN/ | 
| D | hfcmulti.c | 243 #define HFC_outb_nodebug(hc, reg, val)					\  macro244 	(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()
 1300 		HFC_outb_nodebug(hc, R_SLOT, i);  in init_chip()
 1301 		HFC_outb_nodebug(hc, A_SL_CFG, 0);  in init_chip()
 1303 			HFC_outb_nodebug(hc, A_CONF, 0);  in init_chip()
 1519 		HFC_outb_nodebug(hc, R_RAM_ADDR0, i);  in init_chip()
 1520 		HFC_outb_nodebug(hc, R_RAM_DATA, ((i * 3) & 0xff));  in init_chip()
 1523 		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,  member170 	void		(*HFC_outb_nodebug)(struct hfc_multi *hc, u_char reg,  member
 
 |