Home
last modified time | relevance | path

Searched refs:sca_outl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dhd64572.c53 #define sca_outl(value, reg, card) writel(value, card->scabase + (reg)) macro
65 sca_outl(sca_inl(IER0, port->card) | in enable_intr()
71 sca_outl(sca_inl(IER0, port->card) & in disable_intr()
160 sca_outl(desc_offset(port, 0, 0), dmac_rx + CDAL, card); in sca_init_port()
161 sca_outl(desc_offset(port, card->tx_ring_buffers - 1, 0), in sca_init_port()
163 sca_outl(desc_offset(port, 0, 1), dmac_tx + CDAL, card); in sca_init_port()
164 sca_outl(desc_offset(port, 0, 1), dmac_tx + EDAL, card); in sca_init_port()
275 sca_outl(desc_off, dmac + EDAL, card); in sca_rx_done()
464 sca_outl(IE0_RXINTA | IE0_CDCD, msci + IE0, card); in sca_open()
588 sca_outl(desc_offse in sca_xmit()
[all...]
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dhd64572.c53 #define sca_outl(value, reg, card) writel(value, (card)->scabase + (reg)) macro
65 sca_outl(sca_inl(IER0, port->card) | in enable_intr()
71 sca_outl(sca_inl(IER0, port->card) & in disable_intr()
155 sca_outl(desc_offset(port, 0, 0), dmac_rx + CDAL, card); in sca_init_port()
156 sca_outl(desc_offset(port, card->tx_ring_buffers - 1, 0), in sca_init_port()
158 sca_outl(desc_offset(port, 0, 1), dmac_tx + CDAL, card); in sca_init_port()
159 sca_outl(desc_offset(port, 0, 1), dmac_tx + EDAL, card); in sca_init_port()
268 sca_outl(desc_off, dmac + EDAL, card); in sca_rx_done()
470 sca_outl(IE0_RXINTA | IE0_CDCD, msci + IE0, card); in sca_open()
590 sca_outl(desc_offse in sca_xmit()
[all...]

Completed in 2 milliseconds