Home
last modified time | relevance | path

Searched refs:ncsi_cmd_enable_channel (Results 1 – 3 of 3) sorted by relevance

/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_client.h127 uint32_t ncsi_cmd_enable_channel(uint8_t* buf, uint8_t channel);
H A Dncsi_fsm.c264 len = ncsi_cmd_enable_channel(ncsi_buf->data, CHANNEL_0_ID); in ncsi_fsm_poll_l2_config()
277 len = ncsi_cmd_enable_channel(ncsi_buf->data, CHANNEL_1_ID); in ncsi_fsm_poll_l2_config()
H A Dncsi_client.c165 uint32_t ncsi_cmd_enable_channel(uint8_t* buf, uint8_t channel) in ncsi_cmd_enable_channel() function