Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Drsserial.c225 {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),
Damlresrc.h358 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
373 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
Drsdumpinfo.c352 {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/
Dspi.c1592 spi->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()