Home
last modified time | relevance | path

Searched refs:PCIC_MAPPING_ENABLE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c548 ddi_put8(handle, index, PCIC_MAPPING_ENABLE); in pcic_probe()
635 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_quiesce()
1185 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_attach()
1669 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_detach()
1721 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_detach()
1794 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_setup_adapter()
3096 PCIC_MAPPING_ENABLE); in pcic_set_window()
3429 pcic_putb(pcic, socket, PCIC_MAPPING_ENABLE, in pcic_set_window()
3458 PCIC_MAPPING_ENABLE); in pcic_set_window()
3459 pcic_putb(pcic, socket, PCIC_MAPPING_ENABLE, in pcic_set_window()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_reg.h95 #define PCIC_MAPPING_ENABLE 0x06 /* address window mapping enable */ macro