Searched refs:cf (Results 1 – 3 of 3) sorted by relevance
11 struct ccu_frac_internal *cf) in ccu_frac_helper_is_enabled() argument22 struct ccu_frac_internal *cf) in ccu_frac_helper_enable() argument34 writel(reg & ~cf->enable, common->base + common->reg); in ccu_frac_helper_enable()51 writel(reg | cf->enable, common->base + common->reg); in ccu_frac_helper_disable()64 return (cf->rates[0] == rate) || (cf->rates[1] == rate); in ccu_frac_helper_has_rate()80 clk_hw_get_name(&common->hw), cf->rates[0], cf->rates[1]); in ccu_frac_helper_read_rate()87 return (reg & cf->select) ? cf->rates[1] : cf->rates[0]; in ccu_frac_helper_read_rate()102 if (cf->rates[0] == rate) in ccu_frac_helper_set_rate()106 else if (cf->rates[1] == rate) in ccu_frac_helper_set_rate()108 sel = cf->select; in ccu_frac_helper_set_rate()[all …]
28 struct ccu_frac_internal *cf);30 struct ccu_frac_internal *cf);32 struct ccu_frac_internal *cf);35 struct ccu_frac_internal *cf,39 struct ccu_frac_internal *cf);42 struct ccu_frac_internal *cf,
775 struct usb_host_virt_config *cf = &dev->config[c]; in usb_destroy_configuration() local777 if (cf->string) in usb_destroy_configuration()779 free(cf->string); in usb_destroy_configuration()780 cf->string = NULL; in usb_destroy_configuration()787 for (i = 0; i < cf->desc.bNumInterfaces; i++) in usb_destroy_configuration()789 if (cf->intf_cache[i]) in usb_destroy_configuration()791 usb_release_interface_cache(cf->intf_cache[i]); in usb_destroy_configuration()792 cf->intf_cache[i] = NULL; in usb_destroy_configuration()
Completed in 8 milliseconds