Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-intel.c338 int preop; in intel_spi_opcode_index() local
350 preop = readw(ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index()
351 writel(optype << 16 | preop, ispi->sregs + PREOP_OPTYPE); in intel_spi_opcode_index()
411 u16 preop; in intel_spi_sw_cycle() local
417 preop = readw(ispi->sregs + PREOP_OPTYPE); in intel_spi_sw_cycle()
418 if ((preop & 0xff) == atomic_preopcode) in intel_spi_sw_cycle()
420 else if ((preop >> 8) == atomic_preopcode) in intel_spi_sw_cycle()
499 u16 preop; in intel_spi_write_reg() local
504 preop = readw(ispi->sregs + PREOP_OPTYPE); in intel_spi_write_reg()
505 if ((preop & 0xff) != opcode && (preop >> 8) != opcode) { in intel_spi_write_reg()
/linux/Documentation/driver-api/
H A Dipmi.rst671 preaction=<preaction type> preop=<preop type> start_now=x
695 The preop may be set to "preop_none" for no operation on a pretimeout,
701 When preop is set to "preop_give_data", one byte comes ready to read
718 ipmi_watchdog.preop=<preop type>