Home
last modified time | relevance | path

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

/src/sys/dev/tsec/
H A Dif_tsec.c1794 uint32_t txic_val; in tsec_set_txic() local
1798 txic_val = 0; in tsec_set_txic()
1800 txic_val = 0x80000000; in tsec_set_txic()
1801 txic_val |= (sc->tx_ic_count << 21); in tsec_set_txic()
1802 txic_val |= sc->tx_ic_time; in tsec_set_txic()
1805 TSEC_WRITE(sc, TSEC_REG_TXIC, txic_val); in tsec_set_txic()