Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dich.h18 uint16_t preop; member
37 uint16_t preop; /* 0x94 */ member
183 int preop; member
H A Dich.c137 ctlr->preop = offsetof(struct ich7_spi_regs, preop); in ich_init_controller()
152 ctlr->preop = offsetof(struct ich9_spi_regs, preop); in ich_init_controller()
362 ich_writew(ctlr, SPI_OPPREFIX, ctlr->preop); in ich_spi_config_opcode()
460 ich_writew(ctlr, trans->opcode, ctlr->preop); in ich_spi_xfer()
486 if (ich_readw(ctlr, ctlr->preop)) in ich_spi_xfer()
579 ich_writew(ctlr, 0, ctlr->preop); in ich_spi_xfer()