Searched refs:fixed_dma (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/acpi/acpica/ |
D | rsirq.c | 264 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.fixed_dma.request_lines), 265 AML_OFFSET(fixed_dma.request_lines), 268 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.fixed_dma.width), 269 AML_OFFSET(fixed_dma.width),
|
D | rsdumpinfo.c | 415 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(fixed_dma.request_lines), 417 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(fixed_dma.channels), "Channels", 419 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET(fixed_dma.width), "TransferWidth",
|
D | amlresrc.h | 528 struct aml_resource_fixed_dma fixed_dma; member
|
/linux-6.6.21/drivers/dma/ |
D | acpi-dma.c | 350 struct acpi_resource_fixed_dma *dma = &res->data.fixed_dma; in acpi_dma_parse_fixed_dma()
|
/linux-6.6.21/include/acpi/ |
D | acrestyp.h | 645 struct acpi_resource_fixed_dma fixed_dma; member
|