| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | musb_dsps.c | 154 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_enable() local 155 const struct dsps_musb_wrapper *wrp = glue->wrp; in dsps_musb_enable() 187 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_disable() local 188 const struct dsps_musb_wrapper *wrp = glue->wrp; in dsps_musb_disable() 206 struct dsps_glue *glue = platform_get_drvdata(pdev); in otg_timer() local 207 const struct dsps_musb_wrapper *wrp = glue->wrp; in otg_timer() 245 mod_timer(&glue->timer, in otg_timer() 260 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_try_idle() local 274 del_timer(&glue->timer); in dsps_musb_try_idle() 279 if (time_after(last_timer, timeout) && timer_pending(&glue->timer)) { in dsps_musb_try_idle() [all …]
|
| H A D | sunxi.c | 266 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_init() local 272 setbits_le32(&glue->ccm->ahb_gate0, 1 << AHB_GATE_OFFSET_USB0); in sunxi_musb_init() 274 setbits_le32(&glue->ccm->ahb_reset0_cfg, 1 << AHB_GATE_OFFSET_USB0); in sunxi_musb_init() 320 struct sunxi_glue *glue = dev_get_priv(dev); in musb_usb_probe() local 321 struct musb_host_data *host = &glue->mdata; in musb_usb_probe() 329 glue->ccm = (struct sunxi_ccm_reg *)SUNXI_CCM_BASE; in musb_usb_probe() 330 if (IS_ERR(glue->ccm)) in musb_usb_probe() 331 return PTR_ERR(glue->ccm); in musb_usb_probe() 336 host->host = musb_init_controller(&musb_plat, &glue->dev, base); in musb_usb_probe() 344 ret = musb_register(&musb_plat, &glue->dev, base); in musb_usb_probe() [all …]
|
| H A D | am35x.c | 508 struct am35x_glue *glue; in am35x_probe() local 515 glue = kzalloc(sizeof(*glue), GFP_KERNEL); in am35x_probe() 516 if (!glue) { in am35x_probe() 557 glue->dev = &pdev->dev; in am35x_probe() 558 glue->musb = musb; in am35x_probe() 559 glue->phy_clk = phy_clk; in am35x_probe() 560 glue->clk = clk; in am35x_probe() 564 platform_set_drvdata(pdev, glue); in am35x_probe() 603 kfree(glue); in am35x_probe() 611 struct am35x_glue *glue = platform_get_drvdata(pdev); in am35x_remove() local [all …]
|
| H A D | pic32.c | 220 struct fdt_resource mc, glue; in musb_usb_probe() local 236 "control", &glue); in musb_usb_probe() 243 pdata->musb_glue = ioremap(glue.start, fdt_resource_size(&glue)); in musb_usb_probe()
|
| /rk3399_rockchip-uboot/drivers/usb/dwc3/ |
| H A D | dwc3-generic.c | 52 struct dwc3_glue_data *glue = dev_get_platdata(dev->parent); in dwc3_generic_probe() local 66 reset_assert_bulk(&glue->resets); in dwc3_generic_probe() 75 reset_deassert_bulk(&glue->resets); in dwc3_generic_probe() 234 struct dwc3_glue_data *glue = dev_get_platdata(dev); in dwc3_ti_glue_configure() local 235 void *base = map_physmem(glue->regs, 0x10000, MAP_NOCACHE); in dwc3_ti_glue_configure() 384 struct dwc3_glue_data *glue) in dwc3_glue_reset_init() argument 388 ret = reset_get_bulk(dev, &glue->resets); in dwc3_glue_reset_init() 394 ret = reset_deassert_bulk(&glue->resets); in dwc3_glue_reset_init() 396 reset_release_bulk(&glue->resets); in dwc3_glue_reset_init() 404 struct dwc3_glue_data *glue) in dwc3_glue_clk_init() argument [all …]
|
| H A D | Kconfig | 41 bool "Generic implementation of a DWC3 wrapper (aka dwc3 glue)"
|
| /rk3399_rockchip-uboot/api/ |
| H A D | README | 46 - glue 55 - calls directly, or leverages the provided glue mid-layer
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/ |
| H A D | Makefile | 24 obj-y += pinctrl-glue.o
|
| /rk3399_rockchip-uboot/drivers/memory/ |
| H A D | Kconfig | 13 is intended to provide a glue-less interface to a variety of
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/net/ |
| H A D | allwinner,sun7i-a20-gmac.txt | 3 This device is a platform glue layer for stmmac.
|
| /rk3399_rockchip-uboot/examples/api/ |
| H A D | Makefile | 27 OBJ-y += glue.o
|
| /rk3399_rockchip-uboot/drivers/ufs/ |
| H A D | Kconfig | 21 This selects the glue layer driver for Cadence controller
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | uniphier-ld11.dtsi | 341 soc-glue@5f800000 { 342 compatible = "socionext,uniphier-ld11-soc-glue",
|
| H A D | uniphier-pxs3.dtsi | 342 soc-glue@5f800000 { 343 compatible = "socionext,uniphier-pxs3-soc-glue",
|
| H A D | uniphier-ld20.dtsi | 376 soc-glue@5f800000 { 377 compatible = "socionext,uniphier-ld20-soc-glue",
|
| H A D | uniphier-sld8.dtsi | 393 soc-glue@5f800000 { 394 compatible = "socionext,uniphier-sld8-soc-glue",
|
| H A D | uniphier-ld4.dtsi | 393 soc-glue@5f800000 { 394 compatible = "socionext,uniphier-ld4-soc-glue",
|
| H A D | dm816x.dtsi | 500 reg-names = "glue", "controller", "scheduler", "queuemgr"; 502 interrupt-names = "glue";
|
| H A D | uniphier-pro4.dtsi | 522 soc-glue@5f800000 { 523 compatible = "socionext,uniphier-pro4-soc-glue",
|
| H A D | uniphier-pxs2.dtsi | 545 soc-glue@5f800000 { 546 compatible = "socionext,uniphier-pxs2-soc-glue",
|
| H A D | uniphier-pro5.dtsi | 533 soc-glue@5f800000 { 534 compatible = "socionext,uniphier-pro5-soc-glue",
|
| H A D | am33xx.dtsi | 605 reg-names = "glue", "controller", "scheduler", "queuemgr"; 607 interrupt-names = "glue";
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.android-fastboot | 20 need to install ADB package which contains the required glue libraries for
|
| H A D | README.b4860qds | 53 . Up to 8-lanes Common Public Radio Interface (CPRI) controller for glue-less
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_disp.c | 262 int wave, int glue, int sync) in ipu_dc_write_tmpl() argument 268 reg |= (glue << 4); in ipu_dc_write_tmpl()
|