Searched refs:FST_WRW (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A D | farsync.c | 499 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E)) macro 968 FST_WRW(card, portMailbox[port->index][0], cmd); in fst_issue_cmd() 1019 FST_WRW(card, rxDescrRing[pi][i].ladr, (u16) offset); in fst_rx_config() 1021 FST_WRW(card, rxDescrRing[pi][i].bcnt, cnv_bcnt(LEN_RX_BUFFER)); in fst_rx_config() 1022 FST_WRW(card, rxDescrRing[pi][i].mcnt, LEN_RX_BUFFER); in fst_rx_config() 1047 FST_WRW(card, txDescrRing[pi][i].ladr, (u16) offset); in fst_tx_config() 1049 FST_WRW(card, txDescrRing[pi][i].bcnt, 0); in fst_tx_config() 1372 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt, in do_bottom_half_tx() 1690 FST_WRW(card, cardMode, info->cardMode); in set_conf_from_info() 1870 FST_WRW(car in fst_set_iface() [all...] |
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | farsync.c | 497 #define FST_WRW(C, E, W) (writew((W), (C)->mem + WIN_OFFSET(E))) macro 937 FST_WRW(card, portMailbox[port->index][0], cmd); in fst_issue_cmd() 987 FST_WRW(card, rxDescrRing[pi][i].ladr, (u16)offset); in fst_rx_config() 989 FST_WRW(card, rxDescrRing[pi][i].bcnt, cnv_bcnt(LEN_RX_BUFFER)); in fst_rx_config() 990 FST_WRW(card, rxDescrRing[pi][i].mcnt, LEN_RX_BUFFER); in fst_rx_config() 1014 FST_WRW(card, txDescrRing[pi][i].ladr, (u16)offset); in fst_tx_config() 1016 FST_WRW(card, txDescrRing[pi][i].bcnt, 0); in fst_tx_config() 1326 FST_WRW(card, txDescrRing[pi][port->txpos].bcnt, in do_bottom_half_tx() 1633 FST_WRW(card, cardMode, info->cardMode); in set_conf_from_info() 1805 FST_WRW(car in fst_set_iface() [all...] |
Completed in 6 milliseconds