Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_lpc.c365 EC_HOST_CMD_MEC_REGION_SIZE, dev_name(dev))) { in cros_ec_lpc_probe()
400 if (!devm_request_region(dev, EC_HOST_CMD_REGION0 + EC_HOST_CMD_MEC_REGION_SIZE, in cros_ec_lpc_probe()
401 EC_HOST_CMD_REGION_SIZE - EC_HOST_CMD_MEC_REGION_SIZE, in cros_ec_lpc_probe()
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h61 #define EC_HOST_CMD_MEC_REGION_SIZE 0x8 macro