Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dhd6457x.c66 #define sca_outa(value, reg, card) sca_outw(value, reg, card) macro
71 #define sca_outa(value, reg, card) sca_outl(value, reg, card) macro
218 sca_outa(desc_offset(port, 0, transmit), dmac + CDAL, card); in sca_init_sync_port()
220 sca_outa(desc_offset(port, buffs - 1, transmit), in sca_init_sync_port()
223 sca_outa(desc_offset(port, 0, transmit), dmac + EDAL, in sca_init_sync_port()
361 sca_outa(desc_off, dmac + EDAL, card); in sca_rx_intr()
754 sca_outa(desc_offset(port, port->txin, 1), in sca_xmit()