Searched refs:optype (Results 1 – 3 of 3) sorted by relevance
20 uint16_t optype; member39 uint16_t optype; member217 int optype; member
170 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()172 ich_writew(ctlr, optypes, ctlr->optype); in spi_setup_opcode()176 uint8_t optype; in spi_setup_opcode() local195 optypes = ich_readw(ctlr, ctlr->optype); in spi_setup_opcode()196 optype = (optypes >> (opcode_index * 2)) & 0x3; in spi_setup_opcode()198 if (optype != trans->type) { in spi_setup_opcode()200 optype); in spi_setup_opcode()247 ich_writew(ctlr, SPI_OPTYPE, ctlr->optype); in ich_spi_config_opcode()798 ctlr->optype = offsetof(struct ich7_spi_regs, optype); in ich_init_controller()811 ctlr->optype = offsetof(struct ich9_spi_regs, optype); in ich_init_controller()
28 u16 optype; member
Completed in 7 milliseconds