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

/linux-master/arch/mips/include/asm/sgi/
H A Dwd.h16 struct hpc3_scsiregs *hregs; member in struct:sgiwd93_platform_data
/linux-master/drivers/net/ethernet/seeq/
H A Dsgiseeq.c99 struct hpc3_ethregs *hregs; member in struct:sgiseeq_private
129 static inline void hpc3_eth_reset(struct hpc3_ethregs *hregs) argument
131 hregs->reset = HPC3_ERST_CRESET | HPC3_ERST_CLRIRQ;
133 hregs->reset = 0;
136 static inline void reset_hpc3_and_seeq(struct hpc3_ethregs *hregs, argument
139 hregs->rx_ctrl = hregs->tx_ctrl = 0;
140 hpc3_eth_reset(hregs);
147 struct hpc3_ethregs *hregs,
151 hregs
146 seeq_go(struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
254 struct hpc3_ethregs *hregs = gpriv->hregs; local
294 struct hpc3_ethregs *hregs = sp->hregs; local
331 rx_maybe_restart(struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
341 sgiseeq_rx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
430 kick_tx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs) argument
458 sgiseeq_tx(struct net_device *dev, struct sgiseeq_private *sp, struct hpc3_ethregs *hregs, struct sgiseeq_regs *sregs) argument
509 struct hpc3_ethregs *hregs = sp->hregs; local
594 struct hpc3_ethregs *hregs = sp->hregs; local
[all...]
/linux-master/drivers/scsi/
H A Dsgiwd93.c112 struct hpc3_scsiregs *hregs = local
133 hregs->ndptr = hdata->dma;
135 hregs->ctrl = HPC3_SCTRL_ACTIVE;
137 hregs->ctrl = HPC3_SCTRL_ACTIVE | HPC3_SCTRL_DIR;
147 struct hpc3_scsiregs *hregs; local
155 hregs = (struct hpc3_scsiregs *) SCpnt->device->host->base;
161 hregs->ctrl |= HPC3_SCTRL_FLUSH;
162 while (hregs->ctrl & HPC3_SCTRL_ACTIVE)
165 hregs->ctrl = 0;
175 struct hpc3_scsiregs *hregs local
226 struct hpc3_scsiregs *hregs = pd->hregs; local
[all...]
/linux-master/arch/mips/sgi-ip22/
H A Dip22-platform.c79 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0;
89 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1;

Completed in 100 milliseconds