Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/ethernet/
Deth_smsc911x.c479 uint32_t txcmd_a, txcmd_b; in eth_tx() local
483 txcmd_a = (1/*is_first_segment*/ << 13) | (1/*is_last_segment*/ << 12) in eth_tx()
487 SMSC9220->TX_DATA_PORT = txcmd_a; in eth_tx()