Searched refs:CpCmd (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 138 CpCmd = 0xE0, /* C+ Command register (C+ mode only) */ enumerator 473 uint16_t CpCmd; member 735 return s->CpCmd & CPlusRxEnb; in rtl8139_cp_receiver_enabled() 740 return s->CpCmd & CPlusTxEnb; in rtl8139_cp_transmitter_enabled() 1004 if (s->CpCmd & CPlusRxVLAN && in rtl8139_do_receive() 1054 if (s->CpCmd & CPlusRxChkSum) in rtl8139_do_receive() 1261 s->CpCmd = 0x0; /* reset C+ mode */ in rtl8139_reset() 1416 val = SET_MASKED(val, 0xff84, s->CpCmd); in rtl8139_CpCmd_write() 1418 s->CpCmd = val; in rtl8139_CpCmd_write() 1423 uint32_t ret = s->CpCmd; in rtl8139_CpCmd_read() [all …]
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 164 CpCmd = 0xE0, /* C+ Command register (C+ mode only) */ enumerator 593 status, cpr8(Cmd), cpr16(CpCmd)); in cp_interrupt() 962 cpw16_f(CpCmd, 0); in cp_stop_hw() 991 cpw16(CpCmd, cp->cpcmd); in cp_start_hw() 1245 cpr8(Cmd), cpr16(CpCmd), in cp_tx_timeout() 1481 cpw16_f(CpCmd, cp->cpcmd); in cp_set_features()
|