Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/extcon/
Dextcon-axp288.c68 #define DET_STAT_MASK (BIT(7)|BIT(6)|BIT(5)) macro
188 chrg_type = (stat & DET_STAT_MASK) >> DET_STAT_SHIFT; in axp288_handle_chrg_det_event()