Home
last modified time | relevance | path

Searched refs:rphys (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c112 struct rcar_gen3_phy rphys[NUM_OF_PHYS]; member
305 if (ch->rphys[i].initialized) in rcar_gen3_is_any_rphy_initialized()
317 if (ch->rphys[i].otg_initialized) in rcar_gen3_needs_init_otg()
329 if (ch->rphys[i].powered) in rcar_gen3_are_all_rphys_power_off()
616 return ch->rphys[PHY_INDEX_BOTH_HC].phy; in rcar_gen3_phy_usb2_xlate()
623 return ch->rphys[args->args[0]].phy; in rcar_gen3_phy_usb2_xlate()
709 channel->rphys[i].phy = devm_phy_create(dev, NULL, in rcar_gen3_phy_usb2_probe()
711 if (IS_ERR(channel->rphys[i].phy)) { in rcar_gen3_phy_usb2_probe()
713 ret = PTR_ERR(channel->rphys[i].phy); in rcar_gen3_phy_usb2_probe()
716 channel->rphys[i].ch = channel; in rcar_gen3_phy_usb2_probe()
[all …]
/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-hsdma.c169 dma_addr_t rphys; member
333 ring->rphys = ring->tphys + MTK_DMA_SIZE * sizeof(*ring->txd); in mtk_hsdma_alloc_pchan()
362 mtk_dma_write(hsdma, MTK_HSDMA_RX_BASE, ring->rphys); in mtk_hsdma_alloc_pchan()