Searched refs:E8042_START_OPCODE (Results 1 – 5 of 5) sorted by relevance
279 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in kbc0_rd_req()319 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in kbc0_wr_req()1027 { E8042_START_OPCODE, E8042_MAX_OPCODE, kbc0_rd_req, kbc0_wr_req },
808 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in npcx_host_periph_read_request()893 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in npcx_host_periph_write_request()
351 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in espi_xec_read_lpc_request()390 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in espi_xec_write_lpc_request()
787 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in espi_it8xxx2_read_lpc_request()865 if (op >= E8042_START_OPCODE && op <= E8042_MAX_OPCODE) { in espi_it8xxx2_write_lpc_request()
176 #define E8042_START_OPCODE 0x50 macro