Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c29 #define NCSI_CAP_AEN_MASK 0x07 macro
290 c->cap_aen = ntohl(gc->aen_cap) & NCSI_CAP_AEN_MASK; in ncsi_rsp_gc()
/openbmc/linux/net/ncsi/
H A Dinternal.h47 NCSI_CAP_AEN_MASK = 0x07, enumerator
H A Dncsi-rsp.c810 NCSI_CAP_AEN_MASK; in ncsi_rsp_handler_gc()
H A Dncsi-manage.c1156 if (!(nc->caps[NCSI_CAP_AEN].cap & NCSI_CAP_AEN_MASK)) in ncsi_configure_channel()