Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/seeq/
A Dsgiseeq.c99 struct hpc3_ethregs *hregs; member
133 hregs->reset = 0; in hpc3_eth_reset()
139 hregs->rx_ctrl = hregs->tx_ctrl = 0; in reset_hpc3_and_seeq()
140 hpc3_eth_reset(hregs); in reset_hpc3_and_seeq()
254 struct hpc3_ethregs *hregs = gpriv->hregs; in sgiseeq_dump_rings() local
282 hregs->rx_cbptr, hregs->rx_ndptr, hregs->rx_ctrl); in sgiseeq_dump_rings()
284 hregs->tx_cbptr, hregs->tx_ndptr, hregs->tx_ctrl); in sgiseeq_dump_rings()
294 struct hpc3_ethregs *hregs = sp->hregs; in init_seeq() local
314 seeq_go(sp, hregs, sregs); in init_seeq()
509 struct hpc3_ethregs *hregs = sp->hregs; in sgiseeq_interrupt() local
[all …]
/linux/drivers/scsi/
A Dsgiwd93.c106 struct hpc3_scsiregs *hregs = in dma_setup() local
127 hregs->ndptr = hdata->dma; in dma_setup()
129 hregs->ctrl = HPC3_SCTRL_ACTIVE; in dma_setup()
140 struct hpc3_scsiregs *hregs; in dma_stop() local
154 hregs->ctrl |= HPC3_SCTRL_FLUSH; in dma_stop()
155 while (hregs->ctrl & HPC3_SCTRL_ACTIVE) in dma_stop()
158 hregs->ctrl = 0; in dma_stop()
170 hregs->ctrl = HPC3_SCTRL_CRESET; in sgiwd93_reset()
172 hregs->ctrl = 0; in sgiwd93_reset()
218 struct hpc3_scsiregs *hregs = pd->hregs; in sgiwd93_probe() local
[all …]
/linux/arch/mips/sgi-ip22/
A Dip22-platform.c79 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0; in sgiwd93_devinit()
89 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1; in sgiwd93_devinit()
/linux/arch/mips/include/asm/sgi/
A Dwd.h16 struct hpc3_scsiregs *hregs; member

Completed in 11 milliseconds