/kernel/linux/linux-6.6/drivers/pmdomain/imx/ |
H A D | imx8m-blk-ctrl.c | 47 u32 clk_mask; member 111 regmap_set_bits(bc->regmap, BLK_CLK_EN, data->clk_mask); in imx8m_blk_ctrl_power_on() 156 regmap_clear_bits(bc->regmap, BLK_CLK_EN, data->clk_mask); in imx8m_blk_ctrl_power_off() 456 .clk_mask = BIT(1), 464 .clk_mask = BIT(0), 472 .clk_mask = BIT(2), 490 .clk_mask = BIT(1), 500 .clk_mask = BIT(0), 510 .clk_mask = BIT(2), 556 .clk_mask [all...] |
H A D | imx93-blk-ctrl.c | 75 u32 clk_mask; member 153 regmap_clear_bits(bc->regmap, BLK_CLK_EN, data->clk_mask); in imx93_blk_ctrl_power_on() 179 regmap_set_bits(bc->regmap, BLK_CLK_EN, data->clk_mask); in imx93_blk_ctrl_power_off() 331 .clk_mask = BIT(11) | BIT(12), 338 .clk_mask = BIT(9) | BIT(10), 345 .clk_mask = BIT(7) | BIT(8), 366 .clk_mask = BIT(4) | BIT(5) | BIT(6), 382 .clk_mask = BIT(2) | BIT(3),
|
/kernel/linux/linux-5.10/drivers/clk/sunxi/ |
H A D | clk-usb.c | 83 u32 clk_mask; member 110 qty = find_last_bit((unsigned long *)&data->clk_mask, in sunxi_usb_clk_setup() 123 for_each_set_bit(i, (unsigned long *)&data->clk_mask, in sunxi_usb_clk_setup() 166 .clk_mask = BIT(8) | BIT(7) | BIT(6), 179 .clk_mask = BIT(8) | BIT(6), 190 .clk_mask = BIT(18) | BIT(17) | BIT(16) | BIT(10) | BIT(9) | BIT(8), 201 .clk_mask = BIT(16) | BIT(11) | BIT(10) | BIT(9) | BIT(8), 212 .clk_mask = BIT(19) | BIT(18) | BIT(17) | BIT(16) | 224 .clk_mask = BIT(6) | BIT(5) | BIT(4) | BIT(3) | BIT(2) | BIT(1), 238 .clk_mask [all...] |
/kernel/linux/linux-6.6/drivers/clk/sunxi/ |
H A D | clk-usb.c | 83 u32 clk_mask; member 110 qty = find_last_bit((unsigned long *)&data->clk_mask, in sunxi_usb_clk_setup() 123 for_each_set_bit(i, (unsigned long *)&data->clk_mask, in sunxi_usb_clk_setup() 166 .clk_mask = BIT(8) | BIT(7) | BIT(6), 179 .clk_mask = BIT(8) | BIT(6), 190 .clk_mask = BIT(18) | BIT(17) | BIT(16) | BIT(10) | BIT(9) | BIT(8), 201 .clk_mask = BIT(16) | BIT(11) | BIT(10) | BIT(9) | BIT(8), 212 .clk_mask = BIT(19) | BIT(18) | BIT(17) | BIT(16) | 224 .clk_mask = BIT(6) | BIT(5) | BIT(4) | BIT(3) | BIT(2) | BIT(1), 238 .clk_mask [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv50.c | 446 clk_mask(hwsq, mast, mastm, 0x00000000); in nv50_clk_calc() 447 clk_mask(hwsq, divs, divsm, divsv); in nv50_clk_calc() 448 clk_mask(hwsq, mast, mastm, mastv); in nv50_clk_calc() 454 clk_mask(hwsq, mast, 0x001000b0, 0x00100080); in nv50_clk_calc() 456 clk_mask(hwsq, mast, 0x000000b3, 0x00000081); in nv50_clk_calc() 463 clk_mask(hwsq, nvpll[0], 0xc03f0100, in nv50_clk_calc() 465 clk_mask(hwsq, nvpll[1], 0x0000ffff, (N << 8) | M); in nv50_clk_calc() 474 clk_mask(hwsq, spll[0], 0xc03f0100, (P1 << 19) | (P1 << 16)); in nv50_clk_calc() 475 clk_mask(hwsq, mast, 0x00100033, 0x00000023); in nv50_clk_calc() 481 clk_mask(hws in nv50_clk_calc() [all...] |
H A D | seq.h | 11 #define clk_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | nv50.c | 447 clk_mask(hwsq, mast, mastm, 0x00000000); in nv50_clk_calc() 448 clk_mask(hwsq, divs, divsm, divsv); in nv50_clk_calc() 449 clk_mask(hwsq, mast, mastm, mastv); in nv50_clk_calc() 455 clk_mask(hwsq, mast, 0x001000b0, 0x00100080); in nv50_clk_calc() 457 clk_mask(hwsq, mast, 0x000000b3, 0x00000081); in nv50_clk_calc() 464 clk_mask(hwsq, nvpll[0], 0xc03f0100, in nv50_clk_calc() 466 clk_mask(hwsq, nvpll[1], 0x0000ffff, (N << 8) | M); in nv50_clk_calc() 475 clk_mask(hwsq, spll[0], 0xc03f0100, (P1 << 19) | (P1 << 16)); in nv50_clk_calc() 476 clk_mask(hwsq, mast, 0x00100033, 0x00000023); in nv50_clk_calc() 482 clk_mask(hws in nv50_clk_calc() [all...] |
H A D | seq.h | 11 #define clk_mask(s,r,m,d) hwsq_mask(&(s)->base, &(s)->r_##r, (m), (d)) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/ |
H A D | edp_ctrl.c | 191 static int edp_clk_enable(struct edp_ctrl *ctrl, u32 clk_mask) in edp_clk_enable() argument 195 DBG("mask=%x", clk_mask); in edp_clk_enable() 197 if (clk_mask & EDP_CLK_MASK_AHB) { in edp_clk_enable() 204 if (clk_mask & EDP_CLK_MASK_AUX) { in edp_clk_enable() 217 if (clk_mask & EDP_CLK_MASK_LINK) { in edp_clk_enable() 234 if (clk_mask & EDP_CLK_MASK_PIXEL) { in edp_clk_enable() 251 if (clk_mask & EDP_CLK_MASK_MDP_CORE) { in edp_clk_enable() 262 if (clk_mask & EDP_CLK_MASK_PIXEL) in edp_clk_enable() 265 if (clk_mask & EDP_CLK_MASK_LINK) in edp_clk_enable() 268 if (clk_mask in edp_clk_enable() 277 edp_clk_disable(struct edp_ctrl *ctrl, u32 clk_mask) edp_clk_disable() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | revo.c | 237 .clk_mask = VT1724_REVO_CCLK, 259 .clk_mask = VT1724_REVO_CCLK, 280 .clk_mask = VT1724_REVO_CCLK, 298 .clk_mask = VT1724_REVO_CCLK, 348 .clk_mask = VT1724_REVO_CCLK,
|
H A D | ak4xxx.c | 77 tmp &= ~priv->clk_mask; in snd_ice1712_akm4xxx_write() 88 tmp |= priv->clk_mask; in snd_ice1712_akm4xxx_write()
|
H A D | delta.c | 447 .clk_mask = ICE1712_DELTA_AP_CCLK, 468 .clk_mask = ICE1712_DELTA_AP_CCLK, 490 .clk_mask = ICE1712_DELTA_1010LT_CCLK, 512 .clk_mask = ICE1712_DELTA_66E_CCLK, 535 .clk_mask = ICE1712_DELTA_CODEC_SERIAL_CLOCK, 557 .clk_mask = ICE1712_VX442_CCLK,
|
H A D | ews.c | 347 .clk_mask = ICE1712_EWS88_SERIAL_CLOCK, 368 .clk_mask = ICE1712_EWS88_SERIAL_CLOCK, 389 .clk_mask = ICE1712_6FIRE_SERIAL_CLOCK,
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | revo.c | 237 .clk_mask = VT1724_REVO_CCLK, 259 .clk_mask = VT1724_REVO_CCLK, 280 .clk_mask = VT1724_REVO_CCLK, 298 .clk_mask = VT1724_REVO_CCLK, 348 .clk_mask = VT1724_REVO_CCLK,
|
H A D | ak4xxx.c | 77 tmp &= ~priv->clk_mask; in snd_ice1712_akm4xxx_write() 88 tmp |= priv->clk_mask; in snd_ice1712_akm4xxx_write()
|
H A D | delta.c | 447 .clk_mask = ICE1712_DELTA_AP_CCLK, 468 .clk_mask = ICE1712_DELTA_AP_CCLK, 490 .clk_mask = ICE1712_DELTA_1010LT_CCLK, 512 .clk_mask = ICE1712_DELTA_66E_CCLK, 535 .clk_mask = ICE1712_DELTA_CODEC_SERIAL_CLOCK, 557 .clk_mask = ICE1712_VX442_CCLK,
|
H A D | ews.c | 347 .clk_mask = ICE1712_EWS88_SERIAL_CLOCK, 368 .clk_mask = ICE1712_EWS88_SERIAL_CLOCK, 389 .clk_mask = ICE1712_6FIRE_SERIAL_CLOCK,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 812 const struct clk_mgr_mask *clk_mask) in dce_clk_mgr_construct() 822 clk_mgr_dce->clk_mgr_mask = clk_mask; in dce_clk_mgr_construct() 845 const struct clk_mgr_mask *clk_mask) in dce_clk_mgr_create() 859 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce_clk_mgr_create() 868 const struct clk_mgr_mask *clk_mask) in dce110_clk_mgr_create() 882 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce110_clk_mgr_create() 893 const struct clk_mgr_mask *clk_mask) in dce112_clk_mgr_create() 907 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce112_clk_mgr_create() 807 dce_clk_mgr_construct( struct dce_clk_mgr *clk_mgr_dce, struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce_clk_mgr_construct() argument 841 dce_clk_mgr_create( struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce_clk_mgr_create() argument 864 dce110_clk_mgr_create( struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce110_clk_mgr_create() argument 889 dce112_clk_mgr_create( struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce112_clk_mgr_create() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_clk_mgr.c | 816 const struct clk_mgr_mask *clk_mask) in dce_clk_mgr_construct() 826 clk_mgr_dce->clk_mgr_mask = clk_mask; in dce_clk_mgr_construct() 849 const struct clk_mgr_mask *clk_mask) in dce_clk_mgr_create() 863 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce_clk_mgr_create() 872 const struct clk_mgr_mask *clk_mask) in dce110_clk_mgr_create() 886 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce110_clk_mgr_create() 897 const struct clk_mgr_mask *clk_mask) in dce112_clk_mgr_create() 911 clk_mgr_dce, ctx, regs, clk_shift, clk_mask); in dce112_clk_mgr_create() 811 dce_clk_mgr_construct( struct dce_clk_mgr *clk_mgr_dce, struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce_clk_mgr_construct() argument 845 dce_clk_mgr_create( struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce_clk_mgr_create() argument 868 dce110_clk_mgr_create( struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce110_clk_mgr_create() argument 893 dce112_clk_mgr_create( struct dc_context *ctx, const struct clk_mgr_registers *regs, const struct clk_mgr_shift *clk_shift, const struct clk_mgr_mask *clk_mask) dce112_clk_mgr_create() argument
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | fsyscall_gtod_data.h | 19 u64 clk_mask; member
|
H A D | time.c | 431 fsyscall_gtod_data.clk_mask = tk->tkr_mono.mask; in update_vsyscall()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | fsyscall_gtod_data.h | 19 u64 clk_mask; member
|
H A D | time.c | 438 fsyscall_gtod_data.clk_mask = tk->tkr_mono.mask; in update_vsyscall()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fs_enet_pd.h | 128 u32 clk_mask; member
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-ti-qspi.c | 145 u32 clk_ctrl_reg, clk_rate, clk_mask; in ti_qspi_setup() local 190 clk_mask = QSPI_CLK_EN | clk_div; in ti_qspi_setup() 191 ti_qspi_write(qspi, clk_mask, QSPI_SPI_CLOCK_CNTRL_REG); in ti_qspi_setup() 192 ctx_reg->clkctrl = clk_mask; in ti_qspi_setup()
|