Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hsi/clients/
H A Dhsi_char.c347 if ((rxc->mode != HSI_MODE_STREAM) && (rxc->mode != HSI_MODE_FRAME)) in hsc_rx_set()
364 if (rxc->mode == HSI_MODE_FRAME) in hsc_rx_set()
382 if ((txc->mode != HSI_MODE_STREAM) && (txc->mode != HSI_MODE_FRAME)) in hsc_tx_set()
/openbmc/linux/include/linux/hsi/
H A Dhsi.h27 HSI_MODE_FRAME, enumerator
/openbmc/linux/drivers/hsi/
H A Dhsi_core.c150 *result = HSI_MODE_FRAME; in hsi_of_property_parse_mode()