Searched refs:connection_speed (Results 1 – 5 of 5) sorted by relevance
/drivers/acpi/acpica/ |
D | rsserial.c | 230 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.i2c_serial_bus.connection_speed), 231 AML_OFFSET(i2c_serial_bus.connection_speed), 341 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.spi_serial_bus.connection_speed), 342 AML_OFFSET(spi_serial_bus.connection_speed),
|
D | amlresrc.h | 358 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member 373 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
|
D | rsdumpinfo.c | 353 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(i2c_serial_bus.connection_speed), 376 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(spi_serial_bus.connection_speed),
|
/drivers/spi/ |
D | spi.c | 1670 spi->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
|
/drivers/i2c/ |
D | i2c-core.c | 136 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()
|