Home
last modified time | relevance | path

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

/openbmc/linux/net/ncsi/
H A Dncsi-pkt.h395 #define NCSI_PKT_CMD_GPS 0x1b /* Get package status */ macro
430 #define NCSI_PKT_RSP_GPS (NCSI_PKT_CMD_GPS + 0x80)
H A Dncsi-cmd.c270 { NCSI_PKT_CMD_GPS, 0, ncsi_cmd_handler_default },
/openbmc/u-boot/include/net/
H A Dncsi-pkt.h386 #define NCSI_PKT_CMD_GPS 0x1b /* Get package status */ macro
418 #define NCSI_PKT_RSP_GPS (NCSI_PKT_CMD_GPS + 0x80)
/openbmc/u-boot/drivers/net/phy/
H A Dncsi.c162 case NCSI_PKT_CMD_GPS: in cmd_payload()