Searched refs:int_dev (Results 1 – 1 of 1) sorted by relevance
318 bridgereg_t int_dev; in pcibr_intr_alloc() local420 int_dev = bridge->b_int_device; in pcibr_intr_alloc()421 int_dev &= ~BRIDGE_INT_DEV_MASK(pcibr_int_bit); in pcibr_intr_alloc()422 int_dev |= pciio_slot << BRIDGE_INT_DEV_SHFT(pcibr_int_bit); in pcibr_intr_alloc()423 bridge->b_int_device = int_dev; /* XXXMP */ in pcibr_intr_alloc()570 bridgereg_t int_dev; in pcibr_intr_free() local578 int_dev = bridge->b_int_device; in pcibr_intr_free()579 int_dev &= ~BRIDGE_INT_DEV_MASK(pcibr_int_bit); in pcibr_intr_free()580 bridge->b_int_device = int_dev; in pcibr_intr_free()