Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/
H A Dbhndvar.h85 int bhnd_generic_enable_clocks(device_t dev,
H A Dbhnd.c628 bhnd_generic_enable_clocks(device_t dev, device_t child, uint32_t clocks) in bhnd_generic_enable_clocks() function
1100 DEVMETHOD(bhnd_bus_enable_clocks, bhnd_generic_enable_clocks),
/freebsd/sys/dev/bhnd/siba/
H A Dsiba.c618 return (bhnd_generic_enable_clocks(dev, child, clocks)); in siba_enable_clocks()