Searched hist:270957 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/dev/fdt/
H A Dfdt_clock.h270957 Tue Sep 02 03:39:00 MDT 2014 ian Create an interface for drivers to enable or disable their clocks as listed
in the clocks=<...> properties of their FDT data. The clock properties
consist of 2-cell tuples, each containing a clock device node reference and
a clock number. A clock device driver can register itself as providing
this interface, then other drivers can turn the FDT clock node reference
into the corresponding device_t so that they can use the interface to query
and manipulate their clocks.

This provides convenience functions to enable or disable all the clocks
listed in the properties for a device, so most drivers will be able to
manage their clocks with a single call to fdt_clock_enable_all(dev).
H A Dfdt_clock_if.m270957 Tue Sep 02 03:39:00 MDT 2014 ian Create an interface for drivers to enable or disable their clocks as listed
in the clocks=<...> properties of their FDT data. The clock properties
consist of 2-cell tuples, each containing a clock device node reference and
a clock number. A clock device driver can register itself as providing
this interface, then other drivers can turn the FDT clock node reference
into the corresponding device_t so that they can use the interface to query
and manipulate their clocks.

This provides convenience functions to enable or disable all the clocks
listed in the properties for a device, so most drivers will be able to
manage their clocks with a single call to fdt_clock_enable_all(dev).
H A Dfdt_clock.c270957 Tue Sep 02 03:39:00 MDT 2014 ian Create an interface for drivers to enable or disable their clocks as listed
in the clocks=<...> properties of their FDT data. The clock properties
consist of 2-cell tuples, each containing a clock device node reference and
a clock number. A clock device driver can register itself as providing
this interface, then other drivers can turn the FDT clock node reference
into the corresponding device_t so that they can use the interface to query
and manipulate their clocks.

This provides convenience functions to enable or disable all the clocks
listed in the properties for a device, so most drivers will be able to
manage their clocks with a single call to fdt_clock_enable_all(dev).
/freebsd-11.0-release/sys/conf/
H A Dfilesdiff 270957 Tue Sep 02 03:39:00 MDT 2014 ian Create an interface for drivers to enable or disable their clocks as listed
in the clocks=<...> properties of their FDT data. The clock properties
consist of 2-cell tuples, each containing a clock device node reference and
a clock number. A clock device driver can register itself as providing
this interface, then other drivers can turn the FDT clock node reference
into the corresponding device_t so that they can use the interface to query
and manipulate their clocks.

This provides convenience functions to enable or disable all the clocks
listed in the properties for a device, so most drivers will be able to
manage their clocks with a single call to fdt_clock_enable_all(dev).

Completed in 367 milliseconds