Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap1/
H A Di2c.c73 #define OMAP_I2C_MAX_CONTROLLERS 4 macro
74 static struct omap_i2c_bus_platform_data i2c_pdata[OMAP_I2C_MAX_CONTROLLERS];
95 ints[1] > OMAP_I2C_MAX_CONTROLLERS) in omap_i2c_bus_setup()
139 BUG_ON(bus_id < 1 || bus_id > OMAP_I2C_MAX_CONTROLLERS); in omap_register_i2c_bus()