Home | History | Annotate | Download | only in pci

Lines Matching defs:bshandle

516 	bus_space_handle_t bshandle;
529 bshandle = pic->pic_msipic->mp_bshandle;
530 vecctl = bus_space_read_4(bstag, bshandle,
537 bus_space_write_4(bstag, bshandle,
539 BUS_SPACE_WRITE_FLUSH(bstag, bshandle);
569 bus_space_handle_t bshandle;
595 bshandle = pic->pic_msipic->mp_bshandle;
612 bus_space_write_4(bstag, bshandle,
614 bus_space_write_4(bstag, bshandle,
616 bus_space_write_4(bstag, bshandle,
618 BUS_SPACE_WRITE_FLUSH(bstag, bshandle);
671 bus_space_handle_t bshandle;
747 &bstag, &bshandle, NULL, &bssize);
767 &bshandle);
776 msix_pic->pic_msipic->mp_bshandle = bshandle;