Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/seeq/
Dsgiseeq.c98 struct hpc3_ethregs *hregs; member
124 static inline void hpc3_eth_reset(struct hpc3_ethregs *hregs) in hpc3_eth_reset() argument
126 hregs->reset = HPC3_ERST_CRESET | HPC3_ERST_CLRIRQ; in hpc3_eth_reset()
128 hregs->reset = 0; in hpc3_eth_reset()
131 static inline void reset_hpc3_and_seeq(struct hpc3_ethregs *hregs, in reset_hpc3_and_seeq() argument
134 hregs->rx_ctrl = hregs->tx_ctrl = 0; in reset_hpc3_and_seeq()
135 hpc3_eth_reset(hregs); in reset_hpc3_and_seeq()
142 struct hpc3_ethregs *hregs, in seeq_go() argument
146 hregs->rx_ctrl = HPC3_ERXCTRL_ACTIVE; in seeq_go()
249 struct hpc3_ethregs *hregs = gpriv->hregs; in sgiseeq_dump_rings() local
[all …]
/Linux-v4.19/drivers/scsi/
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()
131 hregs->ctrl = HPC3_SCTRL_ACTIVE | HPC3_SCTRL_DIR; in dma_setup()
140 struct hpc3_scsiregs *hregs; in dma_stop() local
148 hregs = (struct hpc3_scsiregs *) SCpnt->device->host->base; in dma_stop()
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()
168 struct hpc3_scsiregs *hregs = (struct hpc3_scsiregs *) base; in sgiwd93_reset() local
[all …]
/Linux-v4.19/arch/mips/include/asm/sgi/
Dwd.h16 struct hpc3_scsiregs *hregs; member
/Linux-v4.19/arch/mips/sgi-ip22/
Dip22-platform.c70 sgiwd93_0_pd.hregs = &hpc3c0->scsi_chan0; in sgiwd93_devinit()
80 sgiwd93_1_pd.hregs = &hpc3c0->scsi_chan1; in sgiwd93_devinit()