Home
last modified time | relevance | path

Searched refs:SDA_CMDF_MEM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/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_slot.c820 if ((!slot->s_ready) && (cmdp->sc_flags & SDA_CMDF_MEM)) { in sda_slot_thread()
/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda.h236 #define SDA_CMDF_MEM 0x0800 /* memory target command */ macro