Searched refs:sca_outl (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/wan/ |
D | hd64572.c | 53 #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_offset(port, port->txin, 1), in sca_xmit()
|