Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-ocores.c32 u32 reg_io_width; member
378 &i2c->reg_io_width); in ocores_i2c_of_probe()
418 i2c->reg_io_width = pdata->reg_io_width; in ocores_i2c_probe()
427 if (i2c->reg_io_width == 0) in ocores_i2c_probe()
428 i2c->reg_io_width = 1; /* Set to default value */ in ocores_i2c_probe()
431 switch (i2c->reg_io_width) { in ocores_i2c_probe()
449 i2c->reg_io_width); in ocores_i2c_probe()
/linux-4.1.27/drivers/spi/
Dspi-dw.h112 u32 reg_io_width; /* DR I/O width in bytes */ member
166 switch (dws->reg_io_width) { in dw_read_io_reg()
177 switch (dws->reg_io_width) { in dw_write_io_reg()
Dspi-dw-mmio.c78 &dws->reg_io_width); in dw_spi_mmio_probe()
/linux-4.1.27/include/linux/
Di2c-ocores.h16 u32 reg_io_width; /* register io read/write width */ member