Searched refs:connection_speed (Results 1 – 4 of 4) sorted by relevance
/drivers/acpi/acpica/ |
D | rsserial.c | 225 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.i2c_serial_bus.connection_speed), 226 AML_OFFSET(i2c_serial_bus.connection_speed), 331 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET(data.spi_serial_bus.connection_speed), 332 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 | 352 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(i2c_serial_bus.connection_speed), 375 {ACPI_RSD_UINT32, ACPI_RSD_OFFSET(spi_serial_bus.connection_speed),
|
/drivers/spi/ |
D | spi.c | 1592 spi->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
|