Searched refs:rx_base (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/media/rc/ |
D | st_rc.c | 26 void __iomem *rx_base;/* RX Register base address */ member 107 status = readl(dev->rx_base + IRB_RX_STATUS); in st_rc_rx_interrupt() 110 u32 int_status = readl(dev->rx_base + IRB_RX_INT_STATUS); in st_rc_rx_interrupt() 116 dev->rx_base + IRB_RX_INT_CLEAR); in st_rc_rx_interrupt() 120 symbol = readl(dev->rx_base + IRB_RX_SYS); in st_rc_rx_interrupt() 121 mark = readl(dev->rx_base + IRB_RX_ON); in st_rc_rx_interrupt() 150 status = readl(dev->rx_base + IRB_RX_STATUS); in st_rc_rx_interrupt() 153 writel(IRB_RX_INTS, dev->rx_base + IRB_RX_INT_CLEAR); in st_rc_rx_interrupt() 174 writel(1, dev->rx_base + IRB_RX_POLARITY_INV); in st_rc_hardware_init() 187 writel(rx_max_symbol_per, dev->rx_base + IRB_MAX_SYM_PERIOD); in st_rc_hardware_init() [all …]
|
/linux-4.4.14/drivers/net/ethernet/moxa/ |
D | moxart_ether.c | 78 priv->rx_desc_base, priv->rx_base); in moxart_mac_free_memory() 155 writel(priv->rx_base, priv->base + REG_RXR_BASE_ADDRESS); in moxart_mac_setup_desc_ring() 483 RX_DESC_NUM, &priv->rx_base, in moxart_mac_probe()
|
D | moxart_ether.h | 301 dma_addr_t rx_base; member
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ldc.c | 130 struct ldc_packet *rx_base; member 864 p = lp->rx_base + (lp->rx_head / LDC_PACKET_SIZE); in ldc_rx() 1211 &lp->rx_base, &lp->rx_ra); in ldc_alloc() 1274 free_queue(lp->rx_num_entries, lp->rx_base); in ldc_unbind() 1495 p = lp->rx_base + (lp->rx_head / LDC_PACKET_SIZE); in read_raw() 1709 p = lp->rx_base + (new / LDC_PACKET_SIZE); in read_nonraw()
|
/linux-4.4.14/drivers/net/irda/ |
D | au1k_ir.c | 249 static void setup_hw_rings(struct au1k_private *aup, u32 rx_base, u32 tx_base) in setup_hw_rings() argument 254 (rx_base + sizeof(struct ring_dest) * i); in setup_hw_rings()
|
/linux-4.4.14/drivers/usb/host/ |
D | fhci.h | 195 __be16 rx_base; /* Rx BD base address */ member
|
D | fhci-tds.c | 265 out_be16(&ep->ep_pram_ptr->rx_base, 0); in fhci_init_ep_registers()
|