Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
dma_intel_lpss.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023 Intel Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DRIVERS_DMA_INTEL_LPSS_H_
8#define ZEPHYR_INCLUDE_DRIVERS_DMA_INTEL_LPSS_H_
9
10#define DMA_INTEL_LPSS_INIT_PRIORITY 80
11#define DMA_INTEL_LPSS_OFFSET 0x800
12#define DMA_INTEL_LPSS_REMAP_LOW 0x240
13#define DMA_INTEL_LPSS_REMAP_HI 0x244
14#define DMA_INTEL_LPSS_TX_CHAN 0
15#define DMA_INTEL_LPSS_RX_CHAN 1
16#define DMA_INTEL_LPSS_ADDR_RIGHT_SHIFT 32
17
18void dma_intel_lpss_isr(const struct device *dev);
19
20#endif /* ZEPHYR_INCLUDE_DRIVERS_DMA_INTEL_LPSS_H_ */
void dma_intel_lpss_isr(const struct device *dev)
Runtime device structure (in ROM) per driver instance.
Definition: device.h:381