Searched refs:MEC_EMI_RANGE_END (Results 1 – 2 of 2) sorted by relevance
65 if (offset >= MEC_EMI_RANGE_START && offset <= MEC_EMI_RANGE_END) { in cros_ec_lpc_read_bytes()67 if (WARN_ON(offset + length - 1 > MEC_EMI_RANGE_END)) in cros_ec_lpc_read_bytes()87 if (offset >= MEC_EMI_RANGE_START && offset <= MEC_EMI_RANGE_END) { in cros_ec_lpc_write_bytes()89 if (WARN_ON(offset + length - 1 > MEC_EMI_RANGE_END)) in cros_ec_lpc_write_bytes()
50 #define MEC_EMI_RANGE_END (EC_LPC_ADDR_MEMMAP + EC_MEMMAP_SIZE) macro