Searched refs:config0 (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/phy/socionext/
H A Dphy-uniphier-usb2.c35 struct uniphier_u2phy_param config0; member in struct:uniphier_u2phy_soc_data
75 regmap_write(priv->regmap, priv->data->config0.offset,
76 priv->data->config0.value);
121 for (ndatas = 0; data[ndatas].config0.offset; ndatas++)
186 .config0 = { SG_USBPHY1CTRL, 0x05142400 },
190 .config0 = { SG_USBPHY2CTRL, 0x05142400 },
194 .config0 = { SG_USBPHY3CTRL, 0x05142400 },
198 .config0 = { SG_USBPHY4CTRL, 0x05142400 },
206 .config0 = { SG_USBPHY1CTRL, 0x82280000 },
210 .config0
[all...]
H A Dphy-uniphier-usb3hs.c81 u32 config0; member in struct:uniphier_u3hsphy_soc_data
255 u32 config0, config1; local
275 || (!priv->data->config0 && !priv->data->config1))
278 config0 = priv->data->config0;
281 ret = uniphier_u3hsphy_update_config(priv, &config0);
285 writel(config0, priv->base + HSPHY_CFG0);
417 .config0 = 0x92316680,
429 .config0 = 0x92316680,
/linux-master/arch/mips/kernel/
H A Dspram.c197 unsigned int config0; local
211 config0 = read_c0_config();
213 if (config0 & MIPS_CONF_ISP) {
217 if (config0 & MIPS_CONF_DSP)
H A Dcpu-probe.c275 "Unsupported ISA type, c0.config0: %d.";
357 unsigned int config0, update, mm; local
359 config0 = read_c0_config();
360 mm = config0 & MIPS_CONF_MM;
390 config0 = (config0 & ~MIPS_CONF_MM) | update;
391 write_c0_config(config0);
403 unsigned int config0; local
406 config0 = read_c0_config();
411 mt = config0
827 unsigned int config0; local
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_eeprom.h74 u8 config0; member in struct:eeprom_priv
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_vec.c242 u32 config0; member in struct:vc4_vec_tv_mode
278 .config0 = VEC_CONFIG0_NTSC_STD | VEC_CONFIG0_PDEN,
284 .config0 = VEC_CONFIG0_NTSC_STD,
291 .config0 = VEC_CONFIG0_NTSC_STD,
297 .config0 = VEC_CONFIG0_PAL_BDGHI_STD,
304 .config0 = VEC_CONFIG0_PAL_M_STD,
311 .config0 = VEC_CONFIG0_PAL_M_STD,
317 .config0 = VEC_CONFIG0_PAL_N_STD,
323 .config0 = VEC_CONFIG0_SECAM_STD,
619 VEC_WRITE(VEC_CONFIG0, tv_mode->config0);
[all...]
/linux-master/arch/mips/mm/
H A Dc-r4k.c1618 unsigned long config0; local
1620 config0 = read_c0_config();
1623 config0 &= ~(0x7 | (7 << 25) | (7 << 28));
1624 config0 |= (((_page_cachable_default >> _CACHE_SHIFT) << 0) |
1627 write_c0_config(config0);
/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c467 union gmac_config0 config0 = { .bits = { local
516 config0.bits.max_len = gmac_pick_rx_max_len(netdev->mtu);
518 config0.bits.reserved = tmp.bits.reserved;
519 writel(config0.bits32, port->gmac_base + GMAC_CONFIG0);
2110 union gmac_config0 config0; local
2112 config0.bits32 = readl(port->gmac_base + GMAC_CONFIG0);
2114 pparam->rx_pause = config0.bits.rx_fc_en;
2115 pparam->tx_pause = config0.bits.tx_fc_en;
/linux-master/include/linux/usb/
H A Dcomposite.h226 bool config0);
/linux-master/drivers/usb/gadget/function/
H A Df_printer.c938 bool config0)
945 if (config0)
936 gprinter_req_match(struct usb_function *f, const struct usb_ctrlrequest *ctrl, bool config0) argument
H A Df_fs.c113 bool config0);
3819 bool config0)
3823 if (config0 && !(func->ffs->user_flags & FUNCTIONFS_CONFIG0_SETUP))
3817 ffs_func_req_match(struct usb_function *f, const struct usb_ctrlrequest *creq, bool config0) argument
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3335 u8 config0; local
3535 config0 = hdmi_readb(hdmi, HDMI_CONFIG0_ID);
3554 } else if (config0 & HDMI_CONFIG0_I2S) {
3589 if (!plat_data->disable_cec && (config0 & HDMI_CONFIG0_CEC)) {

Completed in 188 milliseconds