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

/opensolaris-onvv-gate/usr/src/uts/common/io/pcmcia/
H A Dpcide.c935 status = csx_Get8(softp->handle, AT_STATUS);
943 status = csx_Get8(softp->handle, AT_STATUS);
1468 csx_Get8(softp->handle, AT_STATUS),
1497 (void) csx_Get8(softp->handle, AT_STATUS);
1581 pcata_print_sttflag(csx_Get8(softp->handle, AT_STATUS));
1592 if ((csx_Get8(softp->handle, AT_STATUS) & ATS_ERR) == 0) {
1634 csx_Get8(softp->handle, AT_STATUS), drive, heads);
2090 if (pcata_wait(AT_STATUS, 0, ATS_BSY, softp)) {
H A Dpcata.c1385 softp->ab_status = AT_STATUS;
/opensolaris-onvv-gate/usr/src/uts/common/sys/pcmcia/
H A Dpcata.h54 #define AT_STATUS 0x07 /* status/command register */ macro
77 * Status bits from AT_STATUS register
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_common.h119 #define AT_STATUS 0x07 /* status/command register */ macro
142 * Status bits from AT_STATUS register
H A Data_common.c1047 ata_ctlp->ac_status = (uchar_t *)ioaddr1 + AT_STATUS;
1658 status = ddi_get8(io_hdl1, (uchar_t *)ioaddr1 + AT_STATUS);

Completed in 93 milliseconds