Home
last modified time | relevance | path

Searched refs:SFF_ERROR (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/sdmmc/
H A Dsdmmcvar.h148 #define SFF_ERROR 0x0001 /* function is poo; ignore it */ macro
H A Dsdmmc_mem.c340 SET(sf->flags, SFF_ERROR); in sdmmc_mem_scan()
346 SET(sf->flags, SFF_ERROR); in sdmmc_mem_scan()
876 SET(sf->flags, SFF_ERROR); in sdmmc_mem_mmc_init()
H A Dsdmmc_io.c155 SET(sf0->flags, SFF_ERROR); in sdmmc_io_scan()
179 SET(sf->flags, SFF_ERROR); in sdmmc_io_init()
H A Dsdmmc.c596 if (!ISSET(sf->flags, SFF_ERROR)) in sdmmc_init()