Searched refs:sca_outl (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wan/ |
D | hd64572.c | 57 #define sca_outl(value, reg, card) writel(value, card->scabase + (reg)) macro 69 sca_outl(sca_inl(IER0, port->card) | in enable_intr() 75 sca_outl(sca_inl(IER0, port->card) & in disable_intr() 164 sca_outl(desc_offset(port, 0, 0), dmac_rx + CDAL, card); in sca_init_port() 165 sca_outl(desc_offset(port, card->tx_ring_buffers - 1, 0), in sca_init_port() 167 sca_outl(desc_offset(port, 0, 1), dmac_tx + CDAL, card); in sca_init_port() 168 sca_outl(desc_offset(port, 0, 1), dmac_tx + EDAL, card); in sca_init_port() 279 sca_outl(desc_off, dmac + EDAL, card); in sca_rx_done() 468 sca_outl(IE0_RXINTA | IE0_CDCD, msci + IE0, card); in sca_open() 592 sca_outl(desc_offset(port, port->txin, 1), in sca_xmit()
|