Home
last modified time | relevance | path

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

/u-boot/drivers/spi/
A Dich.h20 uint16_t optype; member
39 uint16_t optype; member
217 int optype; member
A Dich.c170 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() local
195 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()
/u-boot/arch/x86/include/asm/
A Dfast_spi.h28 u16 optype; member

Completed in 7 milliseconds