Searched refs:rx_base (Results 1 – 6 of 6) sorted by relevance
/drivers/media/rc/ |
D | st_rc.c | 26 volatile 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 …]
|
/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() 484 RX_DESC_NUM, &priv->rx_base, in moxart_mac_probe()
|
D | moxart_ether.h | 301 dma_addr_t rx_base; member
|
/drivers/net/irda/ |
D | au1k_ir.c | 252 static void setup_hw_rings(struct au1k_private *aup, u32 rx_base, u32 tx_base) in setup_hw_rings() argument 257 (rx_base + sizeof(struct ring_dest) * i); in setup_hw_rings()
|
/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()
|