Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/microchip/mchp_tach_xec/
Dtach_mchp_xec.c34 uint8_t pcr_pos; member
119 pcr->SLP_EN[cfg->pcr_idx] &= ~BIT(cfg->pcr_pos); in tach_xec_sleep_clr()
122 uint32_t pcr_val = sys_read32(addr) & ~BIT(cfg->pcr_pos); in tach_xec_sleep_clr()
191 .pcr_pos = DT_INST_PROP_BY_IDX(inst, pcrs, 1), \
/Zephyr-latest/drivers/led/
Dled_mchp_xec.c93 uint8_t pcr_pos; member
216 switch (cfg->pcr_pos) { in xec_bbled_slp_en_clr()
237 z_mchp_xec_pcr_periph_sleep(cfg->pcr_id, cfg->pcr_pos, 0); in xec_bbled_slp_en_clr()
274 .pcr_pos = (uint8_t)DT_INST_PROP_BY_IDX(i, pcrs, 1), \
/Zephyr-latest/drivers/input/
Dinput_xec_kbd.c37 uint8_t pcr_pos; member
74 z_mchp_xec_pcr_periph_sleep(cfg->pcr_idx, cfg->pcr_pos, 0); in xec_kbd_clr_slp_en()
239 .pcr_pos = DT_INST_PROP_BY_IDX(0, pcrs, 1),
/Zephyr-latest/drivers/ps2/
Dps2_mchp_xec.c41 uint8_t pcr_pos; member
62 z_mchp_xec_pcr_periph_sleep(cfg->pcr_idx, cfg->pcr_pos, 0); in ps2_xec_slp_en_clr()
84 if (cfg->pcr_pos == MCHP_PCR3_PS2_0_POS) { in ps2_xec_slp_en_clr()
392 .pcr_pos = (uint8_t)(DT_INST_PROP_BY_IDX(inst, pcrs, 1)), \
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec_bbled.c128 uint8_t pcr_pos; member
360 .pcr_pos = (uint8_t)DT_INST_PROP_BY_IDX(inst, pcrs, 1), \
Dpwm_mchp_xec.c56 uint8_t pcr_pos; member
443 .pcr_pos = (uint8_t)DT_INST_PROP_BY_IDX(inst, pcrs, 1), \
/Zephyr-latest/drivers/peci/
Dpeci_mchp_xec.c52 uint8_t pcr_pos; member
107 z_mchp_xec_pcr_periph_sleep(cfg->pcr_idx, cfg->pcr_pos, 0); in peci_clr_slp_en()
573 .pcr_pos = DT_INST_PROP_BY_IDX(0, pcrs, 1),
/Zephyr-latest/drivers/dma/
Ddma_mchp_xec.c116 uint8_t pcr_pos; member
758 z_mchp_xec_pcr_periph_sleep(devcfg->pcr_idx, devcfg->pcr_pos, 0); in dma_xec_init()
830 .pcr_pos = DT_INST_PROP_BY_IDX(i, pcrs, 1), \
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec_v2.c77 uint8_t pcr_pos; member
1083 z_mchp_xec_pcr_periph_sleep(xcfg->pcr_idx, xcfg->pcr_pos, 0); in espi_saf_xec_init()
1137 .pcr_pos = DT_INST_PROP_BY_IDX(n, pcrs, 1), \