Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-ocores.c32 u32 reg_io_width; member
398 &i2c->reg_io_width); in ocores_i2c_of_probe()
438 i2c->reg_io_width = pdata->reg_io_width; in ocores_i2c_probe()
447 if (i2c->reg_io_width == 0) in ocores_i2c_probe()
448 i2c->reg_io_width = 1; /* Set to default value */ in ocores_i2c_probe()
454 switch (i2c->reg_io_width) { in ocores_i2c_probe()
472 i2c->reg_io_width); in ocores_i2c_probe()
/linux-4.4.14/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 device_property_read_u32(&pdev->dev, "reg-io-width", &dws->reg_io_width); in dw_spi_mmio_probe()
/linux-4.4.14/include/linux/
Di2c-ocores.h16 u32 reg_io_width; /* register io read/write width */ member