Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Ddp8393x.c76 #define SONIC_CAP0 0x24 macro
549 case SONIC_CAP0: in dp8393x_read()
551 val = s->cam[s->regs[SONIC_CEP] & 0xf][SONIC_CAP0 - reg]; in dp8393x_read()
580 case SONIC_CAP0: in dp8393x_write()
/openbmc/linux/drivers/net/ethernet/natsemi/
H A Djazzsonic.c146 val = SONIC_READ(SONIC_CAP0-i); in sonic_probe1()
H A Dxtsonic.c166 unsigned int val = SONIC_READ(SONIC_CAP0-i); in sonic_probe1()
H A Dsonic.h54 #define SONIC_CAP0 0x24 macro
H A Dmacsonic.c254 val = SONIC_READ(SONIC_CAP0); in mac_onboard_sonic_ethernet_addr()