Searched refs:acc_handle_t (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dpctypes.h53 typedef void * acc_handle_t; typedef
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c953 csx_Put8(acc_handle_t handle, uint32_t offset, uint8_t value)
961 csx_Put16(acc_handle_t handle, uint32_t offset, uint16_t value)
969 csx_Put32(acc_handle_t handle, uint32_t offset, uint32_t value)
977 csx_Put64(acc_handle_t handle, uint32_t offset, uint64_t value)
985 csx_Get8(acc_handle_t handle, uint32_t offset)
993 csx_Get16(acc_handle_t handle, uint32_t offset)
1001 csx_Get32(acc_handle_t handle, uint32_t offset)
1009 csx_Get64(acc_handle_t handle, uint32_t offset)
1017 csx_RepPut8(acc_handle_t handle, uint8_t *hostaddr, uint32_t offset,
1027 csx_RepPut16(acc_handle_t handl
[all...]
H A Dcs.c228 static int cs_init_cis_window(cs_socket_t *, uint32_t *, acc_handle_t *,
546 acc_handle_t *hp;
608 hp = va_arg(arglist, acc_handle_t *);
1245 acc_handle_t cis_handle;
1469 * *hp - pointer to acc_handle_t to store modified
1493 acc_handle_t *hp, uint32_t flags)
1619 *hp = (acc_handle_t)gw.handle;
4130 acc_handle_t cis_handle;
5013 wr->Base.handle = (acc_handle_t)gw.handle;
5685 ior->BasePort1.handle = (acc_handle_t)baseaddr
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs.h402 acc_handle_t handle; /* access handle for base of window */
1159 void csx_Put8(acc_handle_t, uint32_t, uint8_t);
1160 void csx_Put16(acc_handle_t, uint32_t, uint16_t);
1161 void csx_Put32(acc_handle_t, uint32_t, uint32_t);
1162 void csx_Put64(acc_handle_t, uint32_t, uint64_t);
1163 uint8_t csx_Get8(acc_handle_t, uint32_t);
1164 uint16_t csx_Get16(acc_handle_t, uint32_t);
1165 uint32_t csx_Get32(acc_handle_t, uint32_t);
1166 uint64_t csx_Get64(acc_handle_t, uint32_t);
1167 void csx_RepPut8(acc_handle_t, uint8_
[all...]
H A Dcis.h166 acc_handle_t handle; /* access handle of CIS space */
/opensolaris-onvv-gate/usr/src/uts/common/sys/pcmcia/
H A Dpcata.h478 acc_handle_t handle; /* pcata registers handle */
H A Dpcser_var.h472 acc_handle_t handle; /* modem registers handle */

Completed in 106 milliseconds