Home
last modified time | relevance | path

Searched defs:PCICFG_ROUND_DOWN (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c86 #define PCICFG_ROUND_DOWN(addr, gran) ((uintptr_t)((addr) & ~(gran-1))) macro
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c72 #define PCICFG_ROUND_DOWN(addr, gran) ((uintptr_t)((addr) & ~(gran-1))) macro
/titanic_44/usr/src/uts/sun4/io/
H A Dpcicfg.c92 #define PCICFG_ROUND_DOWN(addr, gran) ((uintptr_t)((addr) & ~(gran-1))) macro