Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dpcic.c547 ddi_put8(handle, index, PCIC_MAPPING_ENABLE); in pcic_probe()
634 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_quiesce()
1184 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_attach()
1185 value = pcic_getb(pcic, i, PCIC_MAPPING_ENABLE); in pcic_attach()
1668 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_detach()
1720 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_detach()
1793 pcic_putb(pcic, i, PCIC_MAPPING_ENABLE, 0); in pcic_setup_adapter()
3095 PCIC_MAPPING_ENABLE); in pcic_set_window()
3097 pcic_putb(pcic, socket, PCIC_MAPPING_ENABLE, select); in pcic_set_window()
3115 select = pcic_getb(pcic, socket, PCIC_MAPPING_ENABLE); in pcic_set_window()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dpcic_reg.h97 #define PCIC_MAPPING_ENABLE 0x06 /* address window mapping enable */ macro