Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.h105 ICH_MAX_CMD_LEN = 5, enumerator
109 uint8_t cmd[ICH_MAX_CMD_LEN];
H A Dich.c401 if (bytes > ICH_MAX_CMD_LEN) { in ich_spi_xfer()