Home
last modified time | relevance | path

Searched refs:hw0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/nxp/
H A Dclk-lpc32xx.c1078 struct clk_hw_proto0 hw0; member
1097 .hw0 = { \
1113 .hw0 = { \
1134 .hw0 = { \
1153 .hw0 = { \
1170 .hw0 = { \
1191 .hw0 = { \
1409 .ops = clk_hw->hw0.ops, in lpc32xx_clk_register()
1414 hw = &clk_hw->hw0.clk.hw; in lpc32xx_clk_register()
1416 hw = &clk_hw->hw0.pll.hw; in lpc32xx_clk_register()
[all …]
/openbmc/qemu/target/tricore/
H A Dop_helper.c210 av0 = hw0 ^ hw0 * 2u; in ssov16()
211 if (hw0 > max_pos) { in ssov16()
213 hw0 = max_pos; in ssov16()
214 } else if (hw0 < max_neg) { in ssov16()
216 hw0 = max_neg; in ssov16()
231 return (hw0 & 0xffff) | (hw1 << 16); in ssov16()
240 av0 = hw0 ^ hw0 * 2u; in suov16()
241 if (hw0 > max_pos) { in suov16()
243 hw0 = max_pos; in suov16()
244 } else if (hw0 < 0) { in suov16()
[all …]