Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_cdns.c503 uint32_t rev_id; member
814 if (REV_ID_REV(data->hw_cfg.rev_id) >= REV_ID_VERSION(1, 7)) { in cdns_i3c_target_read_rx_fifo()
1173 if (REV_ID_REV(data->hw_cfg.rev_id) >= REV_ID_VERSION(1, 7)) { in cdns_i3c_target_ibi_raise()
1406 if (REV_ID_REV(data->hw_cfg.rev_id) >= REV_ID_VERSION(1, 7)) { in cdns_i3c_do_ccc()
1412 dev->name, REV_ID_REV_MAJOR(data->hw_cfg.rev_id), in cdns_i3c_do_ccc()
1413 REV_ID_REV_MINOR(data->hw_cfg.rev_id)); in cdns_i3c_do_ccc()
2451 if (REV_ID_REV(data->hw_cfg.rev_id) >= REV_ID_VERSION(1, 7)) { in cdns_i3c_target_sdr_tx_thr_int_handler()
2751 data->hw_cfg.rev_id = revid; in cdns_i3c_read_hw_cfg()
2911 if (REV_ID_REV(data->hw_cfg.rev_id) >= REV_ID_VERSION(1, 7)) { in cdns_i3c_target_tx_write()
2929 if (REV_ID_REV(data->hw_cfg.rev_id) >= REV_ID_VERSION(1, 7)) { in cdns_i3c_target_tx_write()
[all …]
/Zephyr-latest/drivers/adc/
Dadc_stm32.c499 uint32_t rev_id = LL_DBGMCU_GetRevisionID(); in adc_stm32_calibration_start() local
507 if ((dev_id != 0x482UL) && (rev_id != 0x2001UL)) { in adc_stm32_calibration_start()