Home
last modified time | relevance | path

Searched refs:ICH_MAX_CMD_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/spi/
H A Dich.h104 ICH_MAX_CMD_LEN = 5, enumerator
108 uint8_t cmd[ICH_MAX_CMD_LEN];
H A Dich.c400 if (bytes > ICH_MAX_CMD_LEN) { in ich_spi_xfer()