Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/pcmcia/cs/
H A Dcs.c5399 cs_request_io(client_handle_t client_handle, io_req_t *ior) argument
5418 if (!ior->NumPorts2)
5419 ior->Attributes2 = 0;
5424 if ((ior->Attributes1 | ior->Attributes2) & (IO_SHARED |
5434 if (!ior->NumPorts1)
5441 if ((ior->NumPorts2) && !(ior->BasePort1.base && ior->BasePort2.base))
5501 if (!ior->NumPorts2)
5502 ior->BasePort2.base = 0;
5516 if (ior->IOAddrLines) {
5517 ior->BasePort1.base = IOADDR_FROBNITZ(ior->BasePort1.base,
[all …]
H A Dcs_stubs.c238 csx_RequestIO(client_handle_t ch, io_req_t *ior) in csx_RequestIO() argument
244 return (CardServices(RequestIO, ch, ior)); in csx_RequestIO()
248 csx_ReleaseIO(client_handle_t ch, io_req_t *ior) in csx_ReleaseIO() argument
254 return (CardServices(ReleaseIO, ch, ior)); in csx_ReleaseIO()
/titanic_44/usr/src/uts/common/pcmcia/cis/
H A Dcis_handlers.c737 cistpl_cftable_entry_io_range_t *ior; local
752 ior = &io->range[i];
753 ior->addr = 0;
754 ior->length = 0;
765 ior->addr |= (GET_BYTE(tp) <<
777 ior->length |= (GET_BYTE(tp) <<