Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/sensor/microchip/mchp_tach_xec/
Dtach_mchp_xec.c33 uint8_t pcr_idx; member
119 pcr->SLP_EN[cfg->pcr_idx] &= ~BIT(cfg->pcr_pos); in tach_xec_sleep_clr()
121 uintptr_t addr = (uintptr_t)&pcr->SLP_EN0 + (4u * cfg->pcr_idx); in tach_xec_sleep_clr()
190 .pcr_idx = DT_INST_PROP_BY_IDX(inst, pcrs, 0), \
/Zephyr-Core-3.7.0/drivers/input/
Dinput_xec_kbd.c36 uint8_t pcr_idx; member
74 z_mchp_xec_pcr_periph_sleep(cfg->pcr_idx, cfg->pcr_pos, 0); in xec_kbd_clr_slp_en()
233 .pcr_idx = DT_INST_PROP_BY_IDX(0, pcrs, 0),
/Zephyr-Core-3.7.0/drivers/ps2/
Dps2_mchp_xec.c40 uint8_t pcr_idx; member
62 z_mchp_xec_pcr_periph_sleep(cfg->pcr_idx, cfg->pcr_pos, 0); in ps2_xec_slp_en_clr()
391 .pcr_idx = (uint8_t)(DT_INST_PROP_BY_IDX(inst, pcrs, 0)), \
/Zephyr-Core-3.7.0/drivers/espi/
Despi_mchp_xec_v2.h40 uint8_t pcr_idx; member
Despi_saf_mchp_xec_v2.c76 uint8_t pcr_idx; member
1083 z_mchp_xec_pcr_periph_sleep(xcfg->pcr_idx, xcfg->pcr_pos, 0); in espi_saf_xec_init()
1136 .pcr_idx = DT_INST_PROP_BY_IDX(n, pcrs, 0), \
Despi_mchp_xec_v2.c1293 .pcr_idx = DT_INST_PROP_BY_IDX(0, pcrs, 0),
1496 z_mchp_xec_pcr_periph_sleep(cfg->pcr_idx, cfg->pcr_bitpos, 0); in espi_xec_init()
/Zephyr-Core-3.7.0/drivers/pwm/
Dpwm_mchp_xec_bbled.c127 uint8_t pcr_idx; member
359 .pcr_idx = (uint8_t)DT_INST_PROP_BY_IDX(inst, pcrs, 0), \
Dpwm_mchp_xec.c55 uint8_t pcr_idx; member
441 .pcr_idx = (uint8_t)DT_INST_PROP_BY_IDX(inst, pcrs, 0), \
/Zephyr-Core-3.7.0/drivers/peci/
Dpeci_mchp_xec.c51 uint8_t pcr_idx; member
107 z_mchp_xec_pcr_periph_sleep(cfg->pcr_idx, cfg->pcr_pos, 0); in peci_clr_slp_en()
572 .pcr_idx = DT_INST_PROP_BY_IDX(0, pcrs, 0),
/Zephyr-Core-3.7.0/drivers/clock_control/
Dclock_control_mchp_xec.c829 uint16_t pcr_idx = 0; in xec_cc_on() local
854 pcr_idx = MCHP_XEC_PCR_SCR_GET_IDX(cc->pcr_info); in xec_cc_on()
857 if (pcr_idx >= MCHP_MAX_PCR_SCR_REGS) { in xec_cc_on()
862 pcr->SLP_EN[pcr_idx] &= ~BIT(bitpos); in xec_cc_on()
864 pcr->SLP_EN[pcr_idx] |= BIT(bitpos); in xec_cc_on()
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_mchp_xec_v2.c92 uint8_t pcr_idx; member
228 z_mchp_xec_pcr_periph_reset(cfg->pcr_idx, cfg->pcr_bitpos); in i2c_xec_reset_config()
320 z_mchp_xec_pcr_periph_reset(cfg->pcr_idx, cfg->pcr_bitpos); in i2c_xec_recover_bus()
1097 .pcr_idx = DT_INST_PROP_BY_IDX(n, pcrs, 0), \
Di2c_mchp_xec.c53 uint8_t pcr_idx; member
111 z_mchp_xec_pcr_periph_reset(config->pcr_idx, config->pcr_bitpos); in i2c_xec_reset_config()
898 .pcr_idx = DT_INST_PROP_BY_IDX(n, pcrs, 0), \
/Zephyr-Core-3.7.0/drivers/dma/
Ddma_mchp_xec.c115 uint8_t pcr_idx; member
758 z_mchp_xec_pcr_periph_sleep(devcfg->pcr_idx, devcfg->pcr_pos, 0); in dma_xec_init()
829 .pcr_idx = DT_INST_PROP_BY_IDX(i, pcrs, 0), \
/Zephyr-Core-3.7.0/drivers/serial/
Duart_mchp_xec.c187 uint8_t pcr_idx; member
244 z_mchp_xec_pcr_periph_sleep(dev_cfg->pcr_idx, dev_cfg->pcr_bitpos, 0); in uart_clr_slp_en()
1086 .pcr_idx = DT_INST_PROP_BY_IDX(n, pcrs, 0), \