Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-sc18is602.c21 #define SC18IS602_BUFSIZ 200 macro
42 u8 buffer[SC18IS602_BUFSIZ + 1];
102 ret = sc18is602_wait_ready(hw, SC18IS602_BUFSIZ); in sc18is602_txrx()
176 if (t && t->len + tlen > SC18IS602_BUFSIZ + 1) in sc18is602_check_transfer()
223 return SC18IS602_BUFSIZ; in sc18is602_max_transfer_size()