Searched refs:hregs (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/sgi/
H A Dwd.h16 struct hpc3_scsiregs *hregs; member in struct:sgiwd93_platform_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/sgi/
H A Dwd.h16 struct hpc3_scsiregs *hregs; member in struct:sgiwd93_platform_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dsgiseeq.c98 struct hpc3_ethregs *hregs; member in struct:sgiseeq_private
124 static inline void hpc3_eth_reset(struct hpc3_ethregs *hregs) argument
126 hregs->reset = HPC3_ERST_CRESET | HPC3_ERST_CLRIRQ;
128 hregs->reset = 0;
131 static inline void reset_hpc3_and_seeq(struct hpc3_ethregs *hregs, argument
134 hregs->rx_ctrl = hregs->tx_ctrl = 0;
135 hpc3_eth_reset(hregs);
142 struct hpc3_ethregs *hregs,
146 hregs
141 seeq_go(struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
249 struct hpc3_ethregs *hregs = gpriv->hregs; local
289 struct hpc3_ethregs *hregs = sp->hregs; local
326 rx_maybe_restart(struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
336 sgiseeq_rx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
425 kick_tx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs) argument
452 sgiseeq_tx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
502 struct hpc3_ethregs *hregs = sp->hregs; local
586 struct hpc3_ethregs *hregs = sp->hregs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dsgiseeq.c98 struct hpc3_ethregs *hregs; member in struct:sgiseeq_private
124 static inline void hpc3_eth_reset(struct hpc3_ethregs *hregs) argument
126 hregs->reset = HPC3_ERST_CRESET | HPC3_ERST_CLRIRQ;
128 hregs->reset = 0;
131 static inline void reset_hpc3_and_seeq(struct hpc3_ethregs *hregs, argument
134 hregs->rx_ctrl = hregs->tx_ctrl = 0;
135 hpc3_eth_reset(hregs);
142 struct hpc3_ethregs *hregs,
146 hregs
141 seeq_go(struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
249 struct hpc3_ethregs *hregs = gpriv->hregs; local
289 struct hpc3_ethregs *hregs = sp->hregs; local
326 rx_maybe_restart(struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
336 sgiseeq_rx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
425 kick_tx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs) argument
452 sgiseeq_tx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
502 struct hpc3_ethregs *hregs = sp->hregs; local
586 struct hpc3_ethregs *hregs = sp->hregs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dsgiwd93.c106 struct hpc3_scsiregs *hregs = local
127 hregs->ndptr = hdata->dma;
129 hregs->ctrl = HPC3_SCTRL_ACTIVE;
131 hregs->ctrl = HPC3_SCTRL_ACTIVE | HPC3_SCTRL_DIR;
140 struct hpc3_scsiregs *hregs; local
148 hregs = (struct hpc3_scsiregs *) SCpnt->device->host->base;
154 hregs->ctrl |= HPC3_SCTRL_FLUSH;
155 while (hregs->ctrl & HPC3_SCTRL_ACTIVE)
158 hregs->ctrl = 0;
168 struct hpc3_scsiregs *hregs local
230 struct hpc3_scsiregs *hregs = pd->hregs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dsgiwd93.c106 struct hpc3_scsiregs *hregs = local
127 hregs->ndptr = hdata->dma;
129 hregs->ctrl = HPC3_SCTRL_ACTIVE;
131 hregs->ctrl = HPC3_SCTRL_ACTIVE | HPC3_SCTRL_DIR;
140 struct hpc3_scsiregs *hregs; local
148 hregs = (struct hpc3_scsiregs *) SCpnt->device->host->base;
154 hregs->ctrl |= HPC3_SCTRL_FLUSH;
155 while (hregs->ctrl & HPC3_SCTRL_ACTIVE)
158 hregs->ctrl = 0;
168 struct hpc3_scsiregs *hregs local
230 struct hpc3_scsiregs *hregs = pd->hregs; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/sgi-ip22/
H A Dip22-platform.c69 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0;
79 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/sgi-ip22/
H A Dip22-platform.c69 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0;
79 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1;

Completed in 133 milliseconds