Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.c253 uint16_t optypes; in spi_setup_opcode() local
261 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()
262 optypes = (optypes & 0xfffc) | (trans->type & 0x3); in spi_setup_opcode()
263 ich_writew(ctlr, optypes, ctlr->optype); in spi_setup_opcode()
287 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()
288 optype = (optypes >> (opcode_index * 2)) & 0x3; in spi_setup_opcode()