Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c878 pcic->pc_io_type = PCIC_IO_TYPE_YENTA; in pcic_attach()
1143 pcic->pc_io_type = PCIC_IOTYPE_YENTA; in pcic_attach()
2290 if (pcic->pc_io_type == PCIC_IO_TYPE_YENTA) in pcic_intr()
3720 switch (pcic->pc_io_type) { in pcic_set_vcc_level()
5211 switch (pcic->pc_io_type) { in clext_reg_read()
5228 switch (pcic->pc_io_type) { in clext_reg_write()
5706 pcic->pc_io_type, (void *)pcic->handle, in pcic_getb()
5711 switch (pcic->pc_io_type) { in pcic_getb()
5734 pcic->pc_io_type, (void *)pcic->handle, in pcic_putb()
5740 switch (pcic->pc_io_type) { in pcic_putb()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcic_var.h166 int pc_io_type; member