Searched refs:plx_status (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dgsc_hpdi.c1001 uint32_t plx_status; local
1009 plx_status = readl(priv(dev)->plx9080_iobase + PLX_INTRCS_REG);
1010 if ((plx_status & (ICS_DMA0_A | ICS_DMA1_A | ICS_LIA)) == 0)
1026 if (plx_status & ICS_DMA0_A) { /* dma chan 0 interrupt */
1040 if (plx_status & ICS_DMA1_A) {/* dma chan 1 interrupt */
1050 if (plx_status & ICS_LDIA) { /* clear local doorbell interrupt */
1073 DEBUG_PRINT("plx status 0x%x\n", plx_status);
H A Dcb_pcidas64.c2957 unsigned int plx_status)
2973 if (plx_status & ICS_DMA1_A) { /* dma chan 1 interrupt */
3080 unsigned short status, unsigned int plx_status)
3097 if (plx_status & ICS_DMA0_A) { /* dma chan 0 interrupt */
3135 uint32_t plx_status; local
3138 plx_status = readl(priv(dev)->plx9080_iobase + PLX_INTRCS_REG);
3142 DEBUG_PRINT("plx status 0x%x\n", plx_status);
3152 handle_ai_interrupt(dev, status, plx_status);
3153 handle_ao_interrupt(dev, status, plx_status);
3156 if (plx_status
2955 handle_ai_interrupt(struct comedi_device *dev, unsigned short status, unsigned int plx_status) argument
3079 handle_ao_interrupt(struct comedi_device *dev, unsigned short status, unsigned int plx_status) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_drv.c2149 volatile u8 plx_status; local
2172 while ( (plx_status = (cpc_readb(card->hw.plxbase + card->hw.intctl_reg) &
2174 if (plx_status & PLX_9050_LINT1_STATUS) { /* SCA Interrupt */
2177 if (plx_status & PLX_9050_LINT2_STATUS) { /* FALC Interrupt */

Completed in 69 milliseconds