Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/platform/chrome/
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()
/linux-6.6.21/include/linux/platform_data/
Dcros_ec_commands.h61 #define EC_HOST_CMD_MEC_REGION_SIZE 0x8 macro