Searched refs:sar_touch_enable (Results 1 – 2 of 2) sorted by relevance
373 SENS.sar_touch_enable.touch_pad_worken |= TOUCH_LL_BITS_SWAP(enable_mask); in touch_ll_set_channel_mask()384 *enable_mask = TOUCH_LL_BITS_SWAP(SENS.sar_touch_enable.touch_pad_worken); in touch_ll_get_channel_mask()395 SENS.sar_touch_enable.touch_pad_worken &= TOUCH_LL_BITS_SWAP(~disable_mask); in touch_ll_clear_channel_mask()409 SENS.sar_touch_enable.touch_pad_outen1 |= TOUCH_LL_BITS_SWAP(group1_mask); in touch_ll_set_group_mask()410 SENS.sar_touch_enable.touch_pad_outen2 |= TOUCH_LL_BITS_SWAP(group2_mask); in touch_ll_set_group_mask()421 *group1_mask = TOUCH_LL_BITS_SWAP(SENS.sar_touch_enable.touch_pad_outen1); in touch_ll_get_group_mask()422 *group2_mask = TOUCH_LL_BITS_SWAP(SENS.sar_touch_enable.touch_pad_outen2); in touch_ll_get_group_mask()433 SENS.sar_touch_enable.touch_pad_outen1 &= TOUCH_LL_BITS_SWAP(~group1_mask); in touch_ll_clear_group_mask()434 SENS.sar_touch_enable.touch_pad_outen2 &= TOUCH_LL_BITS_SWAP(~group2_mask); in touch_ll_clear_group_mask()
221 } sar_touch_enable; member