Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-pxa2xx-pxadma.c142 DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; in pxa2xx_spi_dma_error_stop()
172 DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; in pxa2xx_spi_dma_transfer_complete()
174 if (wait_dma_channel_stop(drv_data->rx_channel) == 0) in pxa2xx_spi_dma_transfer_complete()
186 (DCMD(drv_data->rx_channel) & DCMD_LENGTH); in pxa2xx_spi_dma_transfer_complete()
291 DCSR(drv_data->rx_channel) = RESET_DMA_CHANNEL; in pxa2xx_spi_dma_prepare()
292 DSADR(drv_data->rx_channel) = drv_data->ssdr_physical; in pxa2xx_spi_dma_prepare()
293 DTADR(drv_data->rx_channel) = drv_data->rx_dma; in pxa2xx_spi_dma_prepare()
296 DCMD(drv_data->rx_channel) = DCMD_FLOWSRC in pxa2xx_spi_dma_prepare()
301 DCMD(drv_data->rx_channel) = DCMD_INCTRGADDR in pxa2xx_spi_dma_prepare()
333 DCSR(drv_data->rx_channel) |= DCSR_RUN; in pxa2xx_spi_dma_start()
[all …]
Dspi-pxa2xx.h40 int rx_channel; member
Dspi-pxa2xx.c1401 drv_data->rx_channel = -1; in pxa2xx_spi_probe()
/linux-4.1.27/drivers/usb/atm/
Dusbatm.c426 unsigned int stride = instance->rx_channel.stride; in usbatm_extract_cells()
533 while ((urb = usbatm_pop_urb(&instance->rx_channel))) { in usbatm_rx_process()
540 const unsigned int packet_size = instance->rx_channel.packet_size; in usbatm_rx_process()
710 tasklet_kill(&instance->rx_channel.tasklet); in usbatm_destroy_instance()
838 tasklet_disable(&instance->rx_channel.tasklet); in usbatm_atm_open()
843 tasklet_enable(&instance->rx_channel.tasklet); in usbatm_atm_open()
873 tasklet_disable(&instance->rx_channel.tasklet); in usbatm_atm_close()
880 tasklet_enable(&instance->rx_channel.tasklet); in usbatm_atm_close()
1086 usbatm_init_channel(&instance->rx_channel); in usbatm_usb_probe()
1088 tasklet_init(&instance->rx_channel.tasklet, usbatm_rx_process, (unsigned long)instance); in usbatm_usb_probe()
[all …]
Dusbatm.h168 struct usbatm_channel rx_channel; member
/linux-4.1.27/drivers/usb/musb/
Dux500_dma.c56 struct ux500_dma_channel rx_channel[UX500_MUSB_DMA_NUM_RX_TX_CHANNELS]; member
160 &(controller->rx_channel[ch_num]) ; in ux500_dma_channel_allocate()
261 channel = &controller->rx_channel[ch_num].channel; in ux500_dma_controller_stop()
309 channel_array = controller->rx_channel; in ux500_dma_controller_start()
Dmusb_cppi41.c49 struct cppi41_dma_channel rx_channel[MUSB_DMA_NUM_CHANNELS]; member
453 cppi41_channel = &controller->rx_channel[ch_num]; in cppi41_dma_channel_allocate()
602 dc = ctrl->rx_channel[i].dc; in cppi41_release_all_dma_chans()
655 cppi41_channel = &controller->rx_channel[port - 1]; in cppi41_dma_controller_start()
Dmusb_host.c384 if (ep->rx_channel) { in musb_advance_schedule()
385 dma->channel_release(ep->rx_channel); in musb_advance_schedule()
386 ep->rx_channel = NULL; in musb_advance_schedule()
732 dma_channel = is_out ? hw_ep->tx_channel : hw_ep->rx_channel; in musb_ep_program()
739 hw_ep->rx_channel = dma_channel; in musb_ep_program()
924 hw_ep->rx_channel = dma_channel = NULL; in musb_ep_program()
951 dma = is_dma_capable() ? ep->rx_channel : NULL; in musb_bulk_nak_timeout()
1564 dma = is_dma_capable() ? hw_ep->rx_channel : NULL; in musb_host_rx()
1885 hw_ep->rx_channel = NULL; in musb_host_rx()
2277 dma = is_in ? ep->rx_channel : ep->tx_channel; in musb_cleanup_urb()
Dmusb_core.h235 struct dma_channel *rx_channel; member
/linux-4.1.27/drivers/atm/
Dhorizon.c1012 FLUSH_RX_CHANNEL (dev, dev->rx_channel); in rx_schedule()
1014 dump_skb ("<<<", dev->rx_channel, skb); in rx_schedule()
1254 u16 rx_channel; in rx_data_av_handler() local
1271 rx_channel = rx_q_entry_to_rx_channel (rx_queue_entry); in rx_data_av_handler()
1275 SELECT_RX_CHANNEL (dev, rx_channel); in rx_data_av_handler()
1293 PRINTD (DBG_RX, "got a frame on rx_channel %x len %u", rx_channel, rx_len); in rx_data_av_handler()
1295 atm_vcc = dev->rxer[rx_channel]; in rx_data_av_handler()
1310 dev->rx_channel = rx_channel; in rx_data_av_handler()
1333 PRINTK (KERN_INFO, "frame received on TX-only VC %x", rx_channel); in rx_data_av_handler()
1354 FLUSH_RX_CHANNEL (dev,rx_channel); in rx_data_av_handler()
Dhorizon.h414 unsigned int rx_channel; // channel that the skb is going out on member
/linux-4.1.27/net/wireless/
Dscan.c943 struct ieee80211_channel *rx_channel, in cfg80211_inform_bss_width() argument
963 channel = cfg80211_get_bss_channel(wiphy, ie, ielen, rx_channel); in cfg80211_inform_bss_width()
1002 signal_valid = abs(rx_channel->center_freq - channel->center_freq) <= in cfg80211_inform_bss_width()
1027 struct ieee80211_channel *rx_channel, in cfg80211_inform_bss_width_frame() argument
1043 trace_cfg80211_inform_bss_width_frame(wiphy, rx_channel, scan_width, mgmt, in cfg80211_inform_bss_width_frame()
1060 ielen, rx_channel); in cfg80211_inform_bss_width_frame()
1085 signal_valid = abs(rx_channel->center_freq - channel->center_freq) <= in cfg80211_inform_bss_width_frame()
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp.h92 void *rx_channel; member
Dnetcp_core.c1450 if (netcp->rx_channel) { in netcp_free_navigator_resources()
1451 knav_dma_close_channel(netcp->rx_channel); in netcp_free_navigator_resources()
1452 netcp->rx_channel = NULL; in netcp_free_navigator_resources()
1577 netcp->rx_channel = knav_dma_open_channel(netcp->netcp_device->device, in netcp_setup_navigator_resources()
1579 if (IS_ERR_OR_NULL(netcp->rx_channel)) { in netcp_setup_navigator_resources()
1585 dev_dbg(netcp->ndev_dev, "opened RX channel: %p\n", netcp->rx_channel); in netcp_setup_navigator_resources()
Dcpmac.c749 int rx_channel = (macstatus >> 8) & 7; in cpmac_check_status() local
762 rx_code, rx_channel, macstatus); in cpmac_check_status()
/linux-4.1.27/drivers/net/ethernet/sun/
Dniu.c3375 nw64(RBR_KICK(rp->rx_channel), rp->rbr_pending); in niu_rbr_refill()
3506 skb_record_rx_queue(skb, rp->rx_channel); in niu_process_rx_pkt()
3659 int rx_channel = rp->rx_channel; in niu_sync_rx_discard_stats() local
3667 misc = nr64(RXMISC(rx_channel)); in niu_sync_rx_discard_stats()
3669 nw64(RXMISC(rx_channel), 0); in niu_sync_rx_discard_stats()
3674 rx_channel); in niu_sync_rx_discard_stats()
3678 rx_channel, misc, misc-limit); in niu_sync_rx_discard_stats()
3682 wred = nr64(RED_DIS_CNT(rx_channel)); in niu_sync_rx_discard_stats()
3684 nw64(RED_DIS_CNT(rx_channel), 0); in niu_sync_rx_discard_stats()
3688 dev_err(np->device, "rx-%d: Counter overflow WRED discard\n", rx_channel); in niu_sync_rx_discard_stats()
[all …]
Dniu.h2908 int rx_channel; member
/linux-4.1.27/include/net/
Dcfg80211.h3968 struct ieee80211_channel *rx_channel,
3975 struct ieee80211_channel *rx_channel, in cfg80211_inform_bss_frame() argument
3979 return cfg80211_inform_bss_width_frame(wiphy, rx_channel, in cfg80211_inform_bss_frame()
4021 struct ieee80211_channel *rx_channel,
4030 struct ieee80211_channel *rx_channel, in cfg80211_inform_bss() argument
4036 return cfg80211_inform_bss_width(wiphy, rx_channel, in cfg80211_inform_bss()
/linux-4.1.27/Documentation/spi/
Dpxa2xx38 be used. This caused the driver to acquire two DMA channels: rx_channel and
39 tx_channel. The rx_channel has a higher DMA service priority the tx_channel.
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.h587 struct ieee80211_channel *rx_channel; member
Dhtt_rx.c784 ch = ar->rx_channel; in ath10k_htt_rx_h_channel()
Dmac.c3158 ar->rx_channel = conf->chandef.chan; in ath10k_config()
4648 if (ar->rx_channel == survey->channel) in ath10k_get_survey()