Home
last modified time | relevance | path

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

/qemu/include/hw/i2c/
H A Daspeed_i2c.h37 #define ASPEED_I2C_MAX_POOL_SIZE 0x800 macro
260 uint8_t pool[ASPEED_I2C_MAX_POOL_SIZE];
/qemu/hw/i2c/
H A Daspeed_i2c.c963 VMSTATE_UINT8_ARRAY(pool, AspeedI2CState, ASPEED_I2C_MAX_POOL_SIZE),