Searched refs:csx_Get8 (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/pcmcia/
H A Dpcide.c706 csx_Get8(softp->handle, AT_ALTSTATUS),
707 csx_Get8(softp->handle, AT_ERROR));
889 softp->sn, csx_Get8(softp->handle, AT_ALTSTATUS),
906 status = csx_Get8(softp->handle, AT_ALTSTATUS);
921 error = csx_Get8(softp->handle, AT_ERROR);
935 status = csx_Get8(softp->handle, AT_STATUS);
936 error = csx_Get8(softp->handle, AT_ERROR);
943 status = csx_Get8(softp->handle, AT_STATUS);
1218 int ival = csx_Get8(softp->handle, port);
1221 maskval = csx_Get8(soft
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h220 #define GET_CIS_DATA(ptr) csx_Get8(ptr->handle, ptr->offset)
H A Dcs.h1163 uint8_t csx_Get8(acc_handle_t, uint32_t);
/opensolaris-onvv-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c985 csx_Get8(acc_handle_t handle, uint32_t offset) function
H A Dcs.c1350 *tdd++ = csx_Get8(cis_handle, newoffset++);
4144 prrd = csx_Get8(cis_handle, client->config_regs.prr_p);
7233 acr->Value = csx_Get8(cis_handle, newoffset);

Completed in 112 milliseconds