Home
last modified time | relevance | path

Searched refs:bio_sdmmc_command (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/sdmmc/
H A Dsdmmcvar.h298 struct bio_sdmmc_command { struct
308 #define SDIOCEXECMMC _IOWR('S',0, struct bio_sdmmc_command) argument
309 #define SDIOCEXECAPP _IOWR('S',1, struct bio_sdmmc_command)
H A Dsdmmc.c786 ucmd = &((struct bio_sdmmc_command *)addr)->cmd; in sdmmc_ioctl()