| /linux/sound/soc/qcom/ |
| H A D | lpass.h | 221 struct reg_field loopback; 222 struct reg_field spken; 223 struct reg_field spkmode; 224 struct reg_field spkmono; 225 struct reg_field micen; 226 struct reg_field micmode; 227 struct reg_field micmono; 228 struct reg_field wssrc; 229 struct reg_field bitwidth; 249 struct reg_field sstream_en; [all …]
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_hdmi.h | 204 struct reg_field ddc_clk_reg; 211 struct reg_field field_ddc_en; 212 struct reg_field field_ddc_start; 213 struct reg_field field_ddc_reset; 214 struct reg_field field_ddc_addr_reg; 215 struct reg_field field_ddc_slave_addr; 216 struct reg_field field_ddc_int_mask; 217 struct reg_field field_ddc_int_status; 218 struct reg_field field_ddc_fifo_clear; 219 struct reg_field field_ddc_fifo_rx_thres; [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | iqs7211.c | 1523 struct iqs7211_reg_field_desc *reg_field; in iqs7211_init_device() local 1555 list_for_each_entry(reg_field, &iqs7211->reg_field_head, list) { in iqs7211_init_device() 1556 u16 new_val = reg_field->val; in iqs7211_init_device() 1558 if (reg_field->mask < U16_MAX) { in iqs7211_init_device() 1561 error = iqs7211_read_word(iqs7211, reg_field->addr, in iqs7211_init_device() 1566 new_val = old_val & ~reg_field->mask; in iqs7211_init_device() 1567 new_val |= reg_field->val; in iqs7211_init_device() 1573 error = iqs7211_write_word(iqs7211, reg_field->addr, new_val); in iqs7211_init_device() 1611 struct iqs7211_reg_field_desc *reg_field; in iqs7211_add_field() local 1616 list_for_each_entry(reg_field, &iqs7211->reg_field_head, list) { in iqs7211_add_field() [all …]
|
| /linux/drivers/cpufreq/ |
| H A D | sti-cpufreq.c | 108 static int sti_cpufreq_fetch_regmap_field(const struct reg_field *reg_fields, in sti_cpufreq_fetch_regmap_field() 112 struct reg_field reg_field = reg_fields[field]; in sti_cpufreq_fetch_regmap_field() local 117 reg_field.reg = hw_info_offset; in sti_cpufreq_fetch_regmap_field() 120 reg_field); in sti_cpufreq_fetch_regmap_field() 136 static const struct reg_field sti_stih407_dvfs_regfields[DVFS_MAX_REGFIELDS] = { 141 static const struct reg_field *sti_cpufreq_match(void) in sti_cpufreq_match() 155 const struct reg_field *reg_fields; in sti_cpufreq_set_opp_info()
|
| /linux/drivers/phy/ti/ |
| H A D | phy-j721e-wiz.c | 87 static const struct reg_field por_en = REG_FIELD(WIZ_SERDES_CTRL, 31, 31); 88 static const struct reg_field phy_reset_n = REG_FIELD(WIZ_SERDES_RST, 31, 31); 89 static const struct reg_field phy_en_refclk = REG_FIELD(WIZ_SERDES_RST, 30, 30); 90 static const struct reg_field pll1_refclk_mux_sel = 92 static const struct reg_field pll1_refclk_mux_sel_2 = 94 static const struct reg_field pll0_refclk_mux_sel = 96 static const struct reg_field pll0_refclk_mux_sel_2 = 98 static const struct reg_field refclk_dig_sel_16g = 100 static const struct reg_field refclk_dig_sel_10g = 102 static const struct reg_field pma_cmn_refclk_int_mode = [all …]
|
| H A D | phy-gmii-sel.c | 53 const struct reg_field (*regfields)[PHY_GMII_SEL_LAST]; 173 struct reg_field phy_gmii_sel_fields_am33xx[][PHY_GMII_SEL_LAST] = { 195 struct reg_field phy_gmii_sel_fields_dra7[][PHY_GMII_SEL_LAST] = { 218 struct reg_field phy_gmii_sel_fields_am654[][PHY_GMII_SEL_LAST] = { 363 const struct reg_field *fields; in phy_gmii_init_phy() 365 struct reg_field field; in phy_gmii_init_phy()
|
| /linux/drivers/clk/mstar/ |
| H A D | clk-msc313-mpll.c | 22 static const struct reg_field config1_loop_div_first = REG_FIELD(REG_CONFIG1, 8, 9); 23 static const struct reg_field config1_input_div_first = REG_FIELD(REG_CONFIG1, 4, 5); 24 static const struct reg_field config2_output_div_first = REG_FIELD(REG_CONFIG2, 12, 13); 25 static const struct reg_field config2_loop_div_second = REG_FIELD(REG_CONFIG2, 0, 7);
|
| /linux/drivers/reset/sti/ |
| H A D | reset-syscfg.h | 24 struct reg_field reset; 25 struct reg_field ack;
|
| /linux/drivers/iio/light/ |
| H A D | apds9160.c | 507 static const struct reg_field apds9160_reg_field_ls_en = 510 static const struct reg_field apds9160_reg_field_ps_en = 513 static const struct reg_field apds9160_reg_field_int_ps = 516 static const struct reg_field apds9160_reg_field_int_als = 519 static const struct reg_field apds9160_reg_field_ps_overflow = 522 static const struct reg_field apds9160_reg_field_als_rate = 525 static const struct reg_field apds9160_reg_field_als_gain = 528 static const struct reg_field apds9160_reg_field_ps_rate = 531 static const struct reg_field apds9160_reg_field_als_res = 534 static const struct reg_field apds9160_reg_field_ps_current = [all …]
|
| H A D | apds9306.c | 356 static const struct reg_field apds9306_rf_sw_reset = 359 static const struct reg_field apds9306_rf_en = 362 static const struct reg_field apds9306_rf_intg_time = 365 static const struct reg_field apds9306_rf_repeat_rate = 368 static const struct reg_field apds9306_rf_gain = 371 static const struct reg_field apds9306_rf_int_src = 374 static const struct reg_field apds9306_rf_int_thresh_var_en = 377 static const struct reg_field apds9306_rf_int_en = 380 static const struct reg_field apds9306_rf_int_persist_val = 383 static const struct reg_field apds9306_rf_int_thresh_var_val =
|
| H A D | apds9960.c | 388 static const struct reg_field apds9960_reg_field_int_als = 391 static const struct reg_field apds9960_reg_field_int_ges = 394 static const struct reg_field apds9960_reg_field_int_pxs = 397 static const struct reg_field apds9960_reg_field_enable_als = 400 static const struct reg_field apds9960_reg_field_enable_ges = 403 static const struct reg_field apds9960_reg_field_enable_pxs =
|
| H A D | veml3235.c | 377 static const struct reg_field veml3235_rf_it = 380 static const struct reg_field veml3235_rf_gain = 383 static const struct reg_field veml3235_rf_id =
|
| /linux/drivers/gpu/drm/amd/display/dmub/src/ |
| H A D | dmub_reg.h | 45 #define FD(reg_field) (REGS)->shift.reg_field, (REGS)->mask.reg_field argument
|
| /linux/sound/soc/meson/ |
| H A D | axg-fifo.h | 12 struct reg_field; 72 struct reg_field field_threshold;
|
| H A D | g12a-toacodec.c | 54 struct reg_field field_dat_sel; 55 struct reg_field field_lrclk_sel; 56 struct reg_field field_bclk_sel;
|
| /linux/drivers/phy/cadence/ |
| H A D | phy-cadence-sierra.c | 247 static const struct reg_field macro_id_type = 249 static const struct reg_field phy_pll_cfg_1 = 251 static const struct reg_field pma_cmn_ready = 253 static const struct reg_field pllctrl_lock = 255 static const struct reg_field phy_iso_link_ctrl_1 = 257 static const struct reg_field cmn_plllc_clk1outdiv_preg = 259 static const struct reg_field cmn_plllc_clk1_en_preg = 274 struct reg_field pfdclk_sel_preg; 275 struct reg_field plllc1en_field; 276 struct reg_field termen_field; [all …]
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-core.c | 183 static const struct reg_field isp1760_hc_reg_fields[] = { 258 static const struct reg_field isp1763_hc_reg_fields[] = { 371 static const struct reg_field isp1761_dc_reg_fields[] = { 426 static const struct reg_field isp1763_dc_reg_fields[] = { 485 const struct reg_field *hc_reg_fields; in isp1760_register() 487 const struct reg_field *dc_reg_fields; in isp1760_register()
|
| /linux/include/linux/ |
| H A D | regmap.h | 1423 struct reg_field { struct 1446 struct reg_field reg_field); argument 1450 struct regmap *regmap, struct reg_field reg_field); 1455 const struct reg_field *reg_field, 1460 const struct reg_field *reg_field,
|
| /linux/include/soc/mscc/ |
| H A D | vsc7514_regs.h | 15 extern const struct reg_field vsc7514_regfields[REGFIELD_MAX];
|
| /linux/sound/soc/jz4740/ |
| H A D | jz4740-i2s.c | 69 struct reg_field field_rx_fifo_thresh; 70 struct reg_field field_tx_fifo_thresh; 71 struct reg_field field_i2sdiv_capture; 72 struct reg_field field_i2sdiv_playback;
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_io.c | 117 const struct reg_field *const regfields) in ocelot_regfields_init() 123 struct reg_field regfield = {}; in ocelot_regfields_init()
|
| /linux/drivers/regulator/ |
| H A D | da9063-regulator.c | 78 struct reg_field mode; /* buck mode of operation */ 79 struct reg_field suspend; 80 struct reg_field sleep; 81 struct reg_field suspend_sleep; 85 struct reg_field oc_event; 88 struct reg_field vmon;
|
| /linux/drivers/thermal/st/ |
| H A D | st_thermal.h | 71 const struct reg_field *reg_fields;
|
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-st.c | 1055 struct reg_field clk1notclk0 = RT_P_CFG0_CLK1NOTCLK0_FIELD(reg); in st_pctl_dt_setup_retime_packed() 1056 struct reg_field delay_0 = RT_P_CFG0_DELAY_0_FIELD(reg); in st_pctl_dt_setup_retime_packed() 1057 struct reg_field delay_1 = RT_P_CFG0_DELAY_1_FIELD(reg); in st_pctl_dt_setup_retime_packed() 1059 struct reg_field invertclk = RT_P_CFG1_INVERTCLK_FIELD(reg + 4); in st_pctl_dt_setup_retime_packed() 1060 struct reg_field retime = RT_P_CFG1_RETIME_FIELD(reg + 4); in st_pctl_dt_setup_retime_packed() 1061 struct reg_field clknotdata = RT_P_CFG1_CLKNOTDATA_FIELD(reg + 4); in st_pctl_dt_setup_retime_packed() 1062 struct reg_field double_edge = RT_P_CFG1_DOUBLE_EDGE_FIELD(reg + 4); in st_pctl_dt_setup_retime_packed() 1095 struct reg_field reg = REG_FIELD(reg_offset, 0, 31); in st_pctl_dt_setup_retime_dedicated() 1122 struct reg_field reg = REG_FIELD((data + bank) * 4, lsb, msb); in st_pc_get_value()
|
| /linux/scripts/ |
| H A D | const_structs.checkpatch | 70 reg_field
|