get_bus_freq
do_div(u64temp, get_bus_freq());
int (*get_bus_freq)(struct device *);
get_bus_freq = device_get_match_data(&ofdev->dev);
if (get_bus_freq) {
clock = get_bus_freq(&ofdev->dev);