Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/spi/
H A Dich.h19 uint16_t preop; member
38 uint16_t preop; /* 0x94 */ member
184 int preop; member
H A Dich.c138 ctlr->preop = offsetof(struct ich7_spi_regs, preop); in ich_init_controller()
153 ctlr->preop = offsetof(struct ich9_spi_regs, preop); in ich_init_controller()
363 ich_writew(ctlr, SPI_OPPREFIX, ctlr->preop); in ich_spi_config_opcode()
461 ich_writew(ctlr, trans->opcode, ctlr->preop); in ich_spi_xfer()
487 if (ich_readw(ctlr, ctlr->preop)) in ich_spi_xfer()
580 ich_writew(ctlr, 0, ctlr->preop); in ich_spi_xfer()