Searched refs:bhnd_generic_enable_clocks (Results 1 – 3 of 3) sorted by relevance
85 int bhnd_generic_enable_clocks(device_t dev,
628 bhnd_generic_enable_clocks(device_t dev, device_t child, uint32_t clocks) in bhnd_generic_enable_clocks() function1100 DEVMETHOD(bhnd_bus_enable_clocks, bhnd_generic_enable_clocks),
618 return (bhnd_generic_enable_clocks(dev, child, clocks)); in siba_enable_clocks()