Home
last modified time | relevance | path

Searched refs:SLOT_STARTUP_CMPLT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/sn/pci/
Dpcibr.h357 #define SLOT_STARTUP_CMPLT 0x01 macro
365 #define SLOT_STATUS_MASK (SLOT_STARTUP_CMPLT | SLOT_STARTUP_INCMPLT | \
/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_slot.c131 if (pcibr_soft->bs_slot[slot].slot_status & SLOT_STARTUP_CMPLT) { in pcibr_slot_startup()
1560 pcibr_soft->bs_slot[slot].slot_status |= SLOT_STARTUP_CMPLT; in pcibr_slot_call_device_attach()
Dpcibr_dvr.c808 pcibr_soft->bs_slot[slot].slot_status |= SLOT_STARTUP_CMPLT; in pcibr_driver_reg_callback()