Home
last modified time | relevance | path

Searched refs:DS1WM_INTEN_IAS (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/w1/masters/
H A Dds1wm.c53 #define DS1WM_INTEN_IAS (1 << 1) /* INTR active state */ macro
60 #define DS1WM_INTEN_NOT_IAS (~DS1WM_INTEN_IAS) /* all but INTR active state */
563 ds1wm_data->int_en_reg_none = (plat->active_high ? DS1WM_INTEN_IAS : 0); in ds1wm_probe()