Home
last modified time | relevance | path

Searched refs:rphys (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c109 struct rcar_gen3_phy rphys[NUM_OF_PHYS]; member
112 struct mutex lock; /* protects rphys[...].powered */
284 if (ch->rphys[i].initialized) in rcar_gen3_is_any_rphy_initialized()
296 if (ch->rphys[i].otg_initialized) in rcar_gen3_needs_init_otg()
308 if (ch->rphys[i].powered) in rcar_gen3_are_all_rphys_power_off()
575 return ch->rphys[PHY_INDEX_BOTH_HC].phy; in rcar_gen3_phy_usb2_xlate()
582 return ch->rphys[args->args[0]].phy; in rcar_gen3_phy_usb2_xlate()
664 channel->rphys[i].phy = devm_phy_create(dev, NULL, in rcar_gen3_phy_usb2_probe()
666 if (IS_ERR(channel->rphys[i].phy)) { in rcar_gen3_phy_usb2_probe()
668 ret = PTR_ERR(channel->rphys[ in rcar_gen3_phy_usb2_probe()
[all...]
/kernel/linux/linux-6.6/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c112 struct rcar_gen3_phy rphys[NUM_OF_PHYS]; member
115 struct mutex lock; /* protects rphys[...].powered */
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[ in rcar_gen3_phy_usb2_probe()
[all...]
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H A Dmtk-hsdma.c161 * @rphys: The physical addr of RX ring
170 dma_addr_t rphys; member
334 ring->rphys = ring->tphys + MTK_DMA_SIZE * sizeof(*ring->txd); in mtk_hsdma_alloc_pchan()
363 mtk_dma_write(hsdma, MTK_HSDMA_RX_BASE, ring->rphys); in mtk_hsdma_alloc_pchan()
/kernel/linux/linux-6.6/drivers/dma/mediatek/
H A Dmtk-hsdma.c160 * @rphys: The physical addr of RX ring
169 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()

Completed in 5 milliseconds