drivers/pci/controller/dwc/pcie-stm32.h

Source file repositories/reference/linux-study-clean/drivers/pci/controller/dwc/pcie-stm32.h

File Facts

System
Linux kernel
Corpus path
drivers/pci/controller/dwc/pcie-stm32.h
Extension
.h
Size
518 bytes
Lines
20
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: implementation source
Status
source implementation candidate

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

#include <linux/bits.h>
#include <linux/device.h>

#define to_stm32_pcie(x)	dev_get_drvdata((x)->dev)

#define STM32MP25_PCIECR_TYPE_MASK	GENMASK(11, 8)
#define STM32MP25_PCIECR_EP		0
#define STM32MP25_PCIECR_LTSSM_EN	BIT(2)
#define STM32MP25_PCIECR_RC		BIT(10)

#define SYSCFG_PCIECR			0x6000

Annotation

Implementation Notes