Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dcgbc-core.c27 #define CGBC_MASK_STATUS (BIT(6) | BIT(7)) macro
192 switch (istatus & CGBC_MASK_STATUS) { in cgbc_command()
206 if ((istatus & CGBC_MASK_STATUS) == CGBC_STATUS_ERROR) in cgbc_command()