Home
last modified time | relevance | path

Searched defs:ti_sci_msg_req_query_clock_freq (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/ti/k3/common/drivers/ti_sci/
Dti_sci_protocol.h383 struct ti_sci_msg_req_query_clock_freq { struct
384 struct ti_sci_msg_hdr hdr;
385 uint32_t dev_id;
386 uint64_t min_freq_hz;
387 uint64_t target_freq_hz;
388 uint64_t max_freq_hz;
389 uint8_t clk_id;
/external/u-boot/drivers/firmware/
Dti_sci.h465 struct ti_sci_msg_req_query_clock_freq { struct
466 struct ti_sci_msg_hdr hdr;
467 u32 dev_id;
468 u64 min_freq_hz;
469 u64 target_freq_hz;
470 u64 max_freq_hz;
471 u8 clk_id;