Searched refs:MEC_EMI_RANGE_START (Results 1 – 3 of 3) sorted by relevance
65 if (offset >= MEC_EMI_RANGE_START && offset <= MEC_EMI_RANGE_END) { in cros_ec_lpc_read_bytes()74 if (WARN_ON(offset + length > MEC_EMI_RANGE_START && in cros_ec_lpc_read_bytes()75 offset < MEC_EMI_RANGE_START)) in cros_ec_lpc_read_bytes()87 if (offset >= MEC_EMI_RANGE_START && offset <= MEC_EMI_RANGE_END) { in cros_ec_lpc_write_bytes()96 if (WARN_ON(offset + length > MEC_EMI_RANGE_START && in cros_ec_lpc_write_bytes()97 offset < MEC_EMI_RANGE_START)) in cros_ec_lpc_write_bytes()
49 addr -= MEC_EMI_RANGE_START; in cros_ec_lpc_mec_emi_write_address()
49 #define MEC_EMI_RANGE_START EC_HOST_CMD_REGION0 macro