Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Drsserial.c230 {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),
Damlresrc.h358 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
373 AML_RESOURCE_SERIAL_COMMON u32 connection_speed; member
Drsdumpinfo.c353 {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/
Dspi.c1670 spi->max_speed_hz = sb->connection_speed; in acpi_spi_add_resource()
/drivers/i2c/
Di2c-core.c136 lookup->speed = sb->connection_speed; in i2c_acpi_fill_info()