Searched refs:preop (Results 1 – 2 of 2) sorted by relevance
338 int preop; in intel_spi_opcode_index() local350 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() local417 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() local504 preop = readw(ispi->sregs + PREOP_OPTYPE); in intel_spi_write_reg()505 if ((preop & 0xff) != opcode && (preop >> 8) != opcode) { in intel_spi_write_reg()
671 preaction=<preaction type> preop=<preop type> start_now=x695 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 read718 ipmi_watchdog.preop=<preop type>