Searched refs:emc_set_mista (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | npcm7xx_emc.c | 275 static void emc_set_mista(NPCM7xxEMCState *emc, uint32_t flags) in emc_set_mista() function 290 emc_set_mista(emc, mista_flag); in emc_halt_tx() 296 emc_set_mista(emc, mista_flag); in emc_halt_rx() 315 emc_set_mista(emc, REG_MISTA_TXBERR); in emc_set_next_tx_descriptor() 330 emc_set_mista(emc, REG_MISTA_RXBERR); in emc_set_next_rx_descriptor() 385 emc_set_mista(emc, REG_MISTA_TXBERR); in emc_try_send_next_packet() 403 emc_set_mista(emc, REG_MISTA_TXCP); in emc_try_send_next_packet() 520 emc_set_mista(emc, REG_MISTA_DENI); in emc_receive() 531 emc_set_mista(emc, REG_MISTA_DFOI); in emc_receive() 546 emc_set_mista(emc, REG_MISTA_PTLE); in emc_receive() [all …]
|