Searched refs:RCA (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dsd-card.c171 if (MCI_SendCommand(SEND_STATUS_CMD, MCI_Device.RCA << 16))
274 if ((status = MCI_SendCommand(APP_CMD, (MCI_Device.RCA << 16))) == 0)
337 // The RCA to be used for CMD55 in Idle state shall be the card's
338 // default RCA=0x0000.
340 MCI_Device.RCA = 0x0;
479 MCI_Device.RCA = (AT91C_BASE_MCI->MCI_RSPR[0] >> 16);
487 if (MCI_GetCSD(MCI_Device.RCA,tab_response))
511 if (MCI_SendCommand(SEL_DESEL_CARD_CMD, (MCI_Device.RCA)<<16))
H A Dmci_device.h95 unsigned int RCA; // RCA member in struct:_AT91S_MciDevice
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_serial.h48 #define RCA 0x01 /* ... receive char avail */ macro
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c53 EPKT_DESC(PORT, PIO, IRR, RCA, WRITE),
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h102 #define RCA 0x01 /* data ready */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dasy.h99 #define RCA 0x01 /* data ready */ macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1546 return ((INB(LSR) & RCA) != 0);
1810 if (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) {
1816 while (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) {
1820 if (lsr & RCA) {
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c1454 if (!(ret & RCA))
2436 while (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) {
2447 while (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) {
2450 if (lsr & RCA) {
4220 return ((ddi_get8(asy->asy_iohandle, asy->asy_ioaddr + LSR) & RCA)

Completed in 83 milliseconds