Home
last modified time | relevance | path

Searched refs:BasePort1 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c5515 ior->BasePort1.base = IOADDR_FROBNITZ(ior->BasePort1.base,
5520 ior->BasePort1.base = ior->BasePort1.base &
5598 if ((ior->BasePort1.base + ior->NumPorts1 +
5624 ior->BasePort1.base + offset);
5631 ior->BasePort1.base + offset);
5651 baseaddru.base = ior->BasePort1.base;
5684 ior->BasePort1.base = baseaddru.base;
5754 client->io_alloc.BasePort1.base = ior->BasePort1.base;
5755 client->io_alloc.BasePort1.handle = ior->BasePort1.handle;
5854 if ((client->io_alloc.BasePort1 != ior->BasePort1) ||
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h356 baseaddru_t BasePort1; member
956 uint32_t BasePort1; /* address of 1st IO range */ member
H A Dcs_priv.h342 baseaddru_t BasePort1; /* 1st IO range base address or port */ member