Searched refs:div_cfg (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp1.c | 351 struct div_cfg { struct 374 struct div_cfg *div; argument 428 struct div_cfg *div_cfg = cfg->cfg; in _clk_hw_register_divider_table() local 434 div_cfg->reg_off + base, in _clk_hw_register_divider_table() 435 div_cfg->shift, in _clk_hw_register_divider_table() 436 div_cfg->width, in _clk_hw_register_divider_table() 437 div_cfg->div_flags, in _clk_hw_register_divider_table() 438 div_cfg->table, in _clk_hw_register_divider_table() 1204 .cfg = &(struct div_cfg) {\ 1326 &(struct div_cfg) {\
|
/linux/drivers/media/dvb-frontends/ |
H A D | dib8000.h | 33 u8 div_cfg; member
|
H A D | dib8000.c | 1120 if ((state->revision != 8090) && (state->cfg.div_cfg != 0)) in dib8000_reset() 1121 dib8000_write_word(state, 903, state->cfg.div_cfg); in dib8000_reset()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | dib0700_devices.c | 1207 .div_cfg = 1, 1568 .div_cfg = 0x31, 1587 .div_cfg = 0x31,
|