Home
last modified time | relevance | path

Searched refs:macro_mode (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-corsair1 What: /sys/bus/drivers/corsair/<dev>/macro_mode
/linux/drivers/clk/bcm/
H A Dclk-iproc.h167 struct iproc_clk_reg_op macro_mode; member
H A Dclk-iproc-pll.c372 val = readl(pll->control_base + ctrl->macro_mode.offset); in pll_set_rate()
373 val &= ~(bit_mask(ctrl->macro_mode.width) << in pll_set_rate()
374 ctrl->macro_mode.shift); in pll_set_rate()
375 val |= PLL_USER_MODE << ctrl->macro_mode.shift; in pll_set_rate()
377 ctrl->macro_mode.offset, val); in pll_set_rate()
H A Dclk-cygnus.c274 .macro_mode = REG_VAL(0x0, 0, 3),