Home
last modified time | relevance | path

Searched defs:DT_FLAGS_TO_TYPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c350 #define DT_FLAGS_TO_TYPE(flags) (((flags) >> 24) & 0x03) macro
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c1171 #define DT_FLAGS_TO_TYPE(flags) (((flags) >> 24) & 0x03) macro