Lines Matching +defs:val +defs:timer
212 static uint timer; variable
242 #define HFC_outb(hc, reg, val) \ argument
244 #define HFC_outb_nodebug(hc, reg, val) \ argument
259 #define HFC_outb(hc, reg, val) (hc->HFC_outb(hc, reg, val)) argument
260 #define HFC_outb_nodebug(hc, reg, val) (hc->HFC_outb_nodebug(hc, reg, val)) argument
276 HFC_outb_pcimem(struct hfc_multi *hc, u_char reg, u_char val, in HFC_outb_pcimem()
316 HFC_outb_regio(struct hfc_multi *hc, u_char reg, u_char val, in HFC_outb_regio()
359 HFC_outb_debug(struct hfc_multi *hc, u_char reg, u_char val, in HFC_outb_debug()
390 u_char val = HFC_inb_nodebug(hc, reg); in HFC_inb_debug() local
420 u_short val = HFC_inw_nodebug(hc, reg); in HFC_inw_debug() local
632 cpld_write_reg(struct hfc_multi *hc, unsigned char reg, unsigned char val) in cpld_write_reg()
1080 u_long flags, val, val2 = 0, rev; in init_chip() local