Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wan/
Dhd64570.c189 sca_outw(desc_offset(port, 0, transmit), dmac + CDAL, card); in sca_init_port()
191 sca_outw(desc_offset(port, buffs - 1, transmit), in sca_init_port()
194 sca_outw(desc_offset(port, 0, transmit), dmac + EDAL, in sca_init_port()
203 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card); in sca_init_port()
333 sca_outw(desc_off, dmac + EDAL, card); in sca_rx_intr()
662 sca_outw(desc_offset(port, port->txin, 1), in sca_xmit()
Dhd64572.c55 #define sca_outw(value, reg, card) writew(value, card->scabase + (reg)) macro
175 sca_outw(HDLC_MAX_MRU, dmac_rx + BFLL, card); /* set buffer length */ in sca_init_port()
Dc101.c92 #define sca_outw(value, reg, card) do { \ macro
Dn2.c140 #define sca_outw(value, reg, card) outw(value, sca_reg(reg, card)) macro