Searched refs:sca_outw (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/wan/ |
D | hd64570.c | 184 sca_outw(desc_offset(port, 0, transmit), dmac + CDAL, card); in sca_init_port() 186 sca_outw(desc_offset(port, buffs - 1, transmit), in sca_init_port() 189 sca_outw(desc_offset(port, 0, transmit), dmac + EDAL, in sca_init_port() 198 sca_outw(HDLC_MAX_MRU, dmac + BFLL, card); in sca_init_port() 327 sca_outw(desc_off, dmac + EDAL, card); in sca_rx_intr() 668 sca_outw(desc_offset(port, port->txin, 1), in sca_xmit()
|
D | hd64572.c | 51 #define sca_outw(value, reg, card) writew(value, (card)->scabase + (reg)) macro 166 sca_outw(HDLC_MAX_MRU, dmac_rx + BFLL, card); /* set buffer length */ in sca_init_port()
|
D | c101.c | 85 #define sca_outw(value, reg, card) do { \ macro
|
D | n2.c | 128 #define sca_outw(value, reg, card) outw(value, sca_reg(reg, card)) macro
|