Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/can/cc770/
Dcc770_platform.c73 u32 clkext = CC770_PLATFORM_CAN_CLOCK, clkout = 0; in cc770_get_of_node_data() local
76 of_property_read_u32(np, "bosch,external-clock-frequency", &clkext); in cc770_get_of_node_data()
77 priv->can.clock.freq = clkext; in cc770_get_of_node_data()
107 u32 cdv = clkext / clkout; in cc770_get_of_node_data()
119 ((cdv * clkext - 1) / 8000000); in cc770_get_of_node_data()