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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/w1/masters/
H A Dds1wm.c93 int active_high; member in struct:ds1wm_data
145 (ds1wm_data->active_high ? DS1WM_INTEN_IAS : 0));
167 (ds1wm_data->active_high ? DS1WM_INTEN_IAS : 0));
242 ds1wm_data->active_high ? DS1WM_INTEN_IAS : 0);
362 ds1wm_data->active_high = (res->flags & IORESOURCE_IRQ_HIGHEDGE) ?
365 set_irq_type(ds1wm_data->irq, ds1wm_data->active_high ?

Completed in 39 milliseconds