HomeSort by: relevance | last modified time | path
    Searched defs:bshandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/pci/
msipic.c 516 bus_space_handle_t bshandle; local in function:msix_set_vecctl_mask
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; local in function:msix_addroute
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,
671 bus_space_handle_t bshandle; local in function:msipic_construct_msix_pic
    [all...]
msipic.c 516 bus_space_handle_t bshandle; local in function:msix_set_vecctl_mask
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; local in function:msix_addroute
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,
671 bus_space_handle_t bshandle; local in function:msipic_construct_msix_pic
    [all...]

Completed in 42 milliseconds