Searched refs:config0 (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/drivers/phy/socionext/ |
| D | phy-uniphier-usb2.c | 35 struct uniphier_u2phy_param config0; member 75 regmap_write(priv->regmap, priv->data->config0.offset, in uniphier_u2phy_init() 76 priv->data->config0.value); in uniphier_u2phy_init() 121 for (ndatas = 0; data[ndatas].config0.offset; ndatas++) in uniphier_u2phy_probe() 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 = { SG_USBPHY2CTRL, 0x82280000 }, [all …]
|
| D | phy-uniphier-usb3hs.c | 78 u32 config0; member 252 u32 config0, config1; in uniphier_u3hsphy_init() local 263 if (!priv->data->config0 && !priv->data->config1) in uniphier_u3hsphy_init() 266 config0 = priv->data->config0; in uniphier_u3hsphy_init() 269 ret = uniphier_u3hsphy_update_config(priv, &config0); in uniphier_u3hsphy_init() 273 writel(config0, priv->base + HSPHY_CFG0); in uniphier_u3hsphy_init() 378 .config0 = 0x92316680, 385 .config0 = 0x92316680,
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | spram.c | 196 unsigned int config0; in spram_config() local 210 config0 = read_c0_config(); in spram_config() 212 if (config0 & (1<<24)) { in spram_config() 216 if (config0 & (1<<23)) in spram_config()
|
| D | cpu-probe.c | 633 unsigned int config0; in decode_config0() local 636 config0 = read_c0_config(); in decode_config0() 641 mt = config0 & MIPS_CONF_MT; in decode_config0() 647 isa = (config0 & MIPS_CONF_AT) >> 13; in decode_config0() 650 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0() 665 switch ((config0 & MIPS_CONF_AR) >> 10) { in decode_config0() 683 return config0 & MIPS_CONF_M; in decode_config0() 686 panic(unknown_isa, config0); in decode_config0() 1057 unsigned int config0; in decode_guest_config0() local 1059 probe_gc0_config(config, config0, MIPS_CONF_M); in decode_guest_config0() [all …]
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_eeprom.h | 74 u8 config0; member
|
| /Linux-v5.4/drivers/net/ethernet/cortina/ |
| D | gemini.c | 465 union gmac_config0 config0 = { .bits = { in gmac_init() local 515 config0.bits.max_len = gmac_pick_rx_max_len(netdev->mtu); in gmac_init() 517 config0.bits.reserved = tmp.bits.reserved; in gmac_init() 518 writel(config0.bits32, port->gmac_base + GMAC_CONFIG0); in gmac_init() 2110 union gmac_config0 config0; in gmac_get_pauseparam() local 2112 config0.bits32 = readl(port->gmac_base + GMAC_CONFIG0); in gmac_get_pauseparam() 2114 pparam->rx_pause = config0.bits.rx_fc_en; in gmac_get_pauseparam() 2115 pparam->tx_pause = config0.bits.tx_fc_en; in gmac_get_pauseparam() 2123 union gmac_config0 config0; in gmac_get_ringparam() local 2125 config0.bits32 = readl(port->gmac_base + GMAC_CONFIG0); in gmac_get_ringparam()
|
| /Linux-v5.4/arch/mips/mm/ |
| D | c-r4k.c | 1737 unsigned long config0; in nxp_pr4450_fixup_config() local 1739 config0 = read_c0_config(); in nxp_pr4450_fixup_config() 1742 config0 &= ~(0x7 | (7 << 25) | (7 << 28)); in nxp_pr4450_fixup_config() 1743 config0 |= (((_page_cachable_default >> _CACHE_SHIFT) << 0) | in nxp_pr4450_fixup_config() 1746 write_c0_config(config0); in nxp_pr4450_fixup_config()
|
| /Linux-v5.4/include/linux/usb/ |
| D | composite.h | 228 bool config0);
|
| /Linux-v5.4/drivers/gpu/drm/bridge/synopsys/ |
| D | dw-hdmi.c | 2608 u8 config0; in __dw_hdmi_probe() local 2799 config0 = hdmi_readb(hdmi, HDMI_CONFIG0_ID); in __dw_hdmi_probe() 2818 } else if (config0 & HDMI_CONFIG0_I2S) { in __dw_hdmi_probe() 2835 if (config0 & HDMI_CONFIG0_CEC) { in __dw_hdmi_probe()
|
| /Linux-v5.4/drivers/usb/gadget/function/ |
| D | f_printer.c | 893 bool config0) in gprinter_req_match() argument 900 if (config0) in gprinter_req_match()
|
| D | f_fs.c | 106 bool config0); 3378 bool config0) in ffs_func_req_match() argument 3382 if (config0 && !(func->ffs->user_flags & FUNCTIONFS_CONFIG0_SETUP)) in ffs_func_req_match()
|