|
@@ -450,8 +450,9 @@ void clk_hw_unregister_divider(struct clk_hw *hw);
|
|
*
|
|
*
|
|
* @hw: handle between common and hardware-specific interfaces
|
|
* @hw: handle between common and hardware-specific interfaces
|
|
* @reg: register controlling multiplexer
|
|
* @reg: register controlling multiplexer
|
|
|
|
+ * @table: array of register values corresponding to the parent index
|
|
* @shift: shift to multiplexer bit field
|
|
* @shift: shift to multiplexer bit field
|
|
- * @width: width of mutliplexer bit field
|
|
|
|
|
|
+ * @mask: mask of mutliplexer bit field
|
|
* @flags: hardware-specific flags
|
|
* @flags: hardware-specific flags
|
|
* @lock: register lock
|
|
* @lock: register lock
|
|
*
|
|
*
|