Home
last modified time | relevance | path

Searched refs:SDA_CMDF_DAT (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/io/sdcard/impl/
H A Dsda_mem.c151 flags = SDA_CMDF_DAT | SDA_CMDF_MEM | SDA_CMDF_READ | in sda_mem_bd_read()
155 flags = SDA_CMDF_DAT | SDA_CMDF_MEM | SDA_CMDF_READ; in sda_mem_bd_read()
176 flags = SDA_CMDF_DAT | SDA_CMDF_MEM | SDA_CMDF_WRITE | in sda_mem_bd_write()
180 flags = SDA_CMDF_DAT | SDA_CMDF_MEM | SDA_CMDF_WRITE; in sda_mem_bd_write()
H A Dsda_cmd.c177 if ((c->c_flags & (SDA_CMDF_BUSY | SDA_CMDF_DAT)) == 0) { in sda_cmd_notify()
197 while ((c->c_flags & (SDA_CMDF_BUSY | SDA_CMDF_DAT)) != 0) in sda_cmd_wait()
341 cmdp->sc_flags |= SDA_CMDF_DAT; in sda_cmd_exec()
H A Dsda_slot.c316 sda_cmd_notify(cmdp, SDA_CMDF_DAT, errno); in sda_slot_handle_transfer()
644 sda_cmd_notify(cmdp, SDA_CMDF_BUSY | SDA_CMDF_DAT, in sda_slot_thread()
762 datline = ((cmdp->sc_flags & SDA_CMDF_DAT) != 0); in sda_slot_thread()
854 sda_cmd_notify(cmdp, SDA_CMDF_BUSY | SDA_CMDF_DAT, rv); in sda_slot_thread()
H A Dsda_init.c599 cmdp->sc_flags |= SDA_CMDF_INIT | SDA_CMDF_DAT | SDA_CMDF_READ; in sda_init_switch()
/titanic_41/usr/src/uts/common/sys/sdcard/
H A Dsda.h233 #define SDA_CMDF_DAT 0x0100 /* data phase pending */ macro