Searched refs:optypes (Results 1 – 1 of 1) sorted by relevance
253 uint16_t optypes; in spi_setup_opcode() local261 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()