Searched refs:NPCX_PSL_CTS_MODE_BIT (Results 1 – 2 of 2) sorted by relevance
143 inst_glue->PSL_CTS |= NPCX_PSL_CTS_MODE_BIT(psl_in->port); in npcx_psl_input_detection_configure()145 inst_glue->PSL_CTS &= ~NPCX_PSL_CTS_MODE_BIT(psl_in->port); in npcx_psl_input_detection_configure()
337 #define NPCX_PSL_CTS_MODE_BIT(bit) BIT(bit + 4) macro