Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-dln2.c40 #define DLN2_I2C_BUF_SIZE (DLN2_I2C_MAX_XFER_SIZE + 16) macro
84 BUILD_BUG_ON(sizeof(*tx) > DLN2_I2C_BUF_SIZE); in dln2_i2c_write()
118 BUILD_BUG_ON(sizeof(*rx) > DLN2_I2C_BUF_SIZE); in dln2_i2c_read()
198 dln2->buf = devm_kmalloc(dev, DLN2_I2C_BUF_SIZE, GFP_KERNEL); in dln2_i2c_probe()