Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i3c/master/
H A Dsvc-i3c-master.c523 unsigned int high_period_ns, od_low_period_ns; in svc_i3c_master_bus_init() local
557 high_period_ns = (ppbaud + 1) * fclk_period_ns; in svc_i3c_master_bus_init()
558 odbaud = DIV_ROUND_UP(240 - high_period_ns, high_period_ns) - 1; in svc_i3c_master_bus_init()
559 od_low_period_ns = (odbaud + 1) * high_period_ns; in svc_i3c_master_bus_init()