Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/dma/
H A Dbcm6348-iudma.c117 struct bcm6348_iudma_hw { struct
122 const struct bcm6348_iudma_hw *hw; argument
322 const struct bcm6348_iudma_hw *hw = priv->hw; in bcm6348_iudma_receive()
517 static const struct bcm6348_iudma_hw bcm6348_hw = {
525 static const struct bcm6348_iudma_hw bcm6368_hw = {
543 const struct bcm6348_iudma_hw *hw = in bcm6348_iudma_probe()
544 (const struct bcm6348_iudma_hw *)dev_get_driver_data(dev); in bcm6348_iudma_probe()