Home
last modified time | relevance | path

Searched refs:HFC_outb (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c241 #define HFC_outb(hc, reg, val) \ macro
242 (hc->HFC_outb(hc, reg, val, __func__, __LINE__))
258 #define HFC_outb(hc, reg, val) (hc->HFC_outb(hc, reg, val)) macro
381 "HFC_outb(chip %d, %02x=%s, 0x%02x=%s); in %s() line %d\n", in HFC_outb_debug()
539 HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl); in enable_hwirq()
546 HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl); in disable_hwirq()
556 HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x3); /* was _io before */ in enablepcibridge()
562 HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x2); /* was _io before */ in disablepcibridge()
575 HFC_outb(h in readpcibridge()
[all...]
H A Dhfc_multi_8xx.h124 hc->HFC_outb = HFC_outb_embsd; in setup_embedded()
H A Dhfc_multi.h151 void (*HFC_outb)(struct hfc_multi *hc, u_char reg, member
168 void (*HFC_outb)(struct hfc_multi *hc, u_char reg, member
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c241 #define HFC_outb(hc, reg, val) \ macro
242 (hc->HFC_outb(hc, reg, val, __func__, __LINE__))
258 #define HFC_outb(hc, reg, val) (hc->HFC_outb(hc, reg, val)) macro
381 "HFC_outb(chip %d, %02x=%s, 0x%02x=%s); in %s() line %d\n", in HFC_outb_debug()
539 HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl); in enable_hwirq()
546 HFC_outb(hc, R_IRQ_CTRL, hc->hw.r_irq_ctrl); in disable_hwirq()
556 HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x3); /* was _io before */ in enablepcibridge()
562 HFC_outb(c, R_BRG_PCM_CFG, (0x0 << 6) | 0x2); /* was _io before */ in disablepcibridge()
575 HFC_outb(h in readpcibridge()
[all...]
H A Dhfc_multi_8xx.h124 hc->HFC_outb = HFC_outb_embsd; in setup_embedded()
H A Dhfc_multi.h151 void (*HFC_outb)(struct hfc_multi *hc, u_char reg, member
168 void (*HFC_outb)(struct hfc_multi *hc, u_char reg, member

Completed in 13 milliseconds