Home
last modified time | relevance | path

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

/linux/drivers/extcon/
H A Dextcon-rtk-type-c.c199 #define CC2_DET_STS (DET_STS << 3) macro
481 } else if (((cc_status & CC2_DET_STS) == CC2_DET_STS) && in detect_type_c_state()
491 if (cc_status_check != (CC1_DET_STS | CC2_DET_STS)) { in detect_type_c_state()
515 } else if ((cc_status & CC2_DET_STS) == CC2_DET_STS_RD) { in detect_type_c_state()
525 (cc_status & CC2_DET_STS) < CC2_DET_STS_RP) { in detect_type_c_state()
542 } else if ((cc_status & CC2_DET_STS) < CC2_DET_STS_RP && in detect_type_c_state()
577 } else if ((cc_status & CC2_DET_STS) >= CC2_DET_STS_RP) { in detect_type_c_state()