Searched refs:edc (Results 1 – 9 of 9) sorted by relevance
86 struct edc { struct98 static inline void edc_init(struct edc *edc) in edc_init() argument100 edc->timestart = jiffies; in edc_init()129 static inline int edc_inc(struct edc *edc, u16 max_err, u16 timeframe) in edc_inc() argument134 if (time_after(now, edc->timestart + timeframe)) { in edc_inc()135 edc->errorcount = 1; in edc_inc()136 edc->timestart = now; in edc_inc()137 } else if (++edc->errorcount > max_err) { in edc_inc()138 edc->errorcount = 0; in edc_inc()139 edc->timestart = now; in edc_inc()[all …]
160 - 1164:1edc162 - 1164:2edc
100 &tx4939_ircptr->edc.r); in tx4939_irq_mask_ack()
520 u_char edc; member
89 struct tx4939_le_reg edc; member
343 t->type, t->edc, t->offset, t->length); in pcmciamtd_cistpl_format()
293 __u32 edc; /* 0x00cc */ member
1280 fmt->edc = p[1]; in parse_format()
585 vcpu->arch.sie_block->edc = mchk->ext_damage_code; in __write_machine_check()