Home
last modified time | relevance | path

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

/drivers/extcon/
Dextcon-sm5502.h87 #define SM5502_REG_DEVICE_ID_VERSION_MASK (0x1f << SM5502_REG_DEVICE_ID_VERSION_SHIFT) macro
Dextcon-sm5502.c536 version_id = ((reg_data & SM5502_REG_DEVICE_ID_VERSION_MASK) >> in sm5502_init_dev_type()