Home
last modified time | relevance | path

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

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