Home
last modified time | relevance | path

Searched refs:MSC01_PCI_CFGADDR_DNUM_SHF (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dmsc01.h76 #define MSC01_PCI_CFGADDR_DNUM_SHF 11 macro
77 #define MSC01_PCI_CFGADDR_DNUM_MSK (0x1f << MSC01_PCI_CFGADDR_DNUM_SHF)
/external/u-boot/drivers/pci/
Dpci_msc01.c43 (dev << MSC01_PCI_CFGADDR_DNUM_SHF) | in msc01_config_access()