/linux-6.6.21/drivers/clk/stm32/ |
D | clk-stm32-core.h | 47 struct clock_config { struct 56 const struct clock_config *cfg); argument 70 const struct clock_config *tab_clocks; 75 const struct clock_config *cfg); 76 int (*multi_mux)(void __iomem *base, const struct clock_config *cfg); 146 const struct clock_config *cfg); 152 const struct clock_config *cfg); 158 const struct clock_config *cfg); 164 const struct clock_config *cfg);
|
D | clk-stm32-core.c | 46 const struct clock_config *cfg_clock = &data->tab_clocks[n]; in stm32_rcc_clock_init() 628 const struct clock_config *cfg) in clk_stm32_mux_register() 649 const struct clock_config *cfg) in clk_stm32_gate_register() 670 const struct clock_config *cfg) in clk_stm32_div_register() 691 const struct clock_config *cfg) in clk_stm32_composite_register()
|
D | clk-stm32mp13.c | 1336 static const struct clock_config stm32mp13_clock_cfg[] = { 1460 const struct clock_config *cfg) in stm32mp13_clock_is_provided_by_secure()
|
/linux-6.6.21/drivers/media/pci/cx88/ |
D | cx88-dvb.c | 218 static const u8 clock_config[] = { CLOCK_CTL, 0x38, 0x39 }; in dvico_fusionhdtv_demod_init() local 225 mt352_write(fe, clock_config, sizeof(clock_config)); in dvico_fusionhdtv_demod_init() 238 static const u8 clock_config[] = { CLOCK_CTL, 0x38, 0x38 }; in dvico_dual_demod_init() local 245 mt352_write(fe, clock_config, sizeof(clock_config)); in dvico_dual_demod_init() 259 static const u8 clock_config[] = { 0x89, 0x38, 0x39 }; in dntv_live_dvbt_demod_init() local 267 mt352_write(fe, clock_config, sizeof(clock_config)); in dntv_live_dvbt_demod_init() 308 static const u8 clock_config[] = { 0x89, 0x38, 0x38 }; in dntv_live_dvbt_pro_demod_init() local 316 mt352_write(fe, clock_config, sizeof(clock_config)); in dntv_live_dvbt_pro_demod_init()
|
/linux-6.6.21/drivers/clk/ |
D | clk-stm32mp1.c | 319 struct clock_config { struct 331 const struct clock_config *cfg); argument 391 const struct clock_config *cfg) in _clk_hw_register_gate() 409 const struct clock_config *cfg) in _clk_hw_register_fixed_factor() 422 const struct clock_config *cfg) in _clk_hw_register_divider_table() 442 const struct clock_config *cfg) in _clk_hw_register_mux() 1111 const struct clock_config *cfg) in _clk_register_pll() 1130 const struct clock_config *cfg) in _clk_register_cktim() 1143 const struct clock_config *cfg) in _clk_stm32_register_gate() 1159 const struct clock_config *cfg) in _clk_stm32_register_composite() [all …]
|
/linux-6.6.21/drivers/media/pci/saa7134/ |
D | saa7134-dvb.c | 101 static u8 clock_config [] = { CLOCK_CTL, 0x3d, 0x28 }; in mt352_pinnacle_init() local 113 mt352_write(fe, clock_config, sizeof(clock_config)); in mt352_pinnacle_init() 130 static u8 clock_config [] = { CLOCK_CTL, 0x38, 0x2d }; in mt352_aver777_init() local 136 mt352_write(fe, clock_config, sizeof(clock_config)); in mt352_aver777_init() 148 static u8 clock_config [] = { CLOCK_CTL, 0x38, 0x2d }; in mt352_avermedia_xc3028_init() local 154 mt352_write(fe, clock_config, sizeof(clock_config)); in mt352_avermedia_xc3028_init()
|
/linux-6.6.21/drivers/bluetooth/ |
D | btmtk.h | 98 u8 clock_config; member
|
D | btmtksdio.c | 1007 .clock_config = 0x49, in btmtksdio_sco_setting()
|
/linux-6.6.21/drivers/media/usb/dvb-usb/ |
D | cxusb.c | 564 static u8 clock_config[] = { CLOCK_CTL, 0x38, 0x28 }; in cxusb_dee1601_demod_init() local 571 mt352_write(fe, clock_config, sizeof(clock_config)); in cxusb_dee1601_demod_init() 586 static u8 clock_config[] = { CLOCK_CTL, 0x38, 0x29 }; in cxusb_mt352_demod_init() local 593 mt352_write(fe, clock_config, sizeof(clock_config)); in cxusb_mt352_demod_init()
|
/linux-6.6.21/drivers/media/usb/dvb-usb-v2/ |
D | anysee.c | 254 static u8 clock_config[] = { CLOCK_CTL, 0x38, 0x28 }; in anysee_mt352_demod_init() local 261 mt352_write(fe, clock_config, sizeof(clock_config)); in anysee_mt352_demod_init()
|
/linux-6.6.21/drivers/media/usb/go7007/ |
D | go7007-fw.c | 1373 int clock_config = ((go->board_info->audio_flags & in audio_to_package() local 1391 0x9000, clock_config, in audio_to_package() 1397 clock_config, in audio_to_package()
|
/linux-6.6.21/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 772 static u8 clock_config[] = { CLOCK_CTL, 0x38, 0x2c }; in em28xx_mt352_terratec_xs_init() local 783 mt352_write(fe, clock_config, sizeof(clock_config)); in em28xx_mt352_terratec_xs_init()
|