Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dep93xx_dma.c220 * @hw_setup: method which sets the channel up for operation
236 int (*hw_setup)(struct ep93xx_dma_chan *); member
960 ret = edmac->edma->hw_setup(edmac); in ep93xx_dma_alloc_chan_resources()
1273 edmac->edma->hw_setup(edmac); in ep93xx_dma_terminate_all()
1535 edma->hw_setup = m2m_hw_setup; in ep93xx_dma_probe()
1543 edma->hw_setup = m2p_hw_setup; in ep93xx_dma_probe()
/linux/drivers/net/ethernet/micrel/
H A Dksz884x.c3383 * hw_setup - setup the hardware
3388 static void hw_setup(struct ksz_hw *hw) in hw_setup() function
6210 /* see note in hw_setup() */ in netdev_set_features()
6671 hw_setup(hw); in pcidev_init()