Home
last modified time | relevance | path

Searched refs:I2C_BTU (Results 1 – 3 of 3) sorted by relevance

/openbmc/libmctp/
H A Di2c-internal.h9 static_assert(I2C_BTU <= 254, "I2C BTU is limited to 254");
38 uint8_t tx_storage[MCTP_PKTBUF_SIZE(I2C_BTU)] PKTBUF_STORAGE_ALIGN;
39 uint8_t rx_storage[MCTP_PKTBUF_SIZE(I2C_BTU)] PKTBUF_STORAGE_ALIGN;
H A Dlibmctp-i2c.h27 #ifndef I2C_BTU
28 #define I2C_BTU MCTP_BTU macro
31 #define MCTP_I2C_PACKET_SIZE (MCTP_PACKET_SIZE(I2C_BTU) + 4)
H A Di2c.c158 i2c->binding.pkt_size = MCTP_PACKET_SIZE(I2C_BTU); in mctp_i2c_setup()