OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCF_ITSDONE
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.h
94
#define
SCF_ITSDONE
(1U << 0) /* command is complete */
s3csdi.c
244
cmd->c_flags |=
SCF_ITSDONE
;
328
cmd->c_flags |=
SCF_ITSDONE
;
/src/sys/dev/ic/
dwc_mmc.c
612
SET(cmd->c_flags,
SCF_ITSDONE
);
713
SET(cmd->c_flags,
SCF_ITSDONE
);
741
while (!ISSET(cmd->c_flags,
SCF_ITSDONE
)) {
746
SET(cmd->c_flags,
SCF_ITSDONE
);
781
KASSERT(ISSET(cmd->c_flags,
SCF_ITSDONE
));
926
SET(cmd->c_flags,
SCF_ITSDONE
);
959
SET(cmd->c_flags,
SCF_ITSDONE
);
963
if (cmd != NULL && ISSET(cmd->c_flags,
SCF_ITSDONE
)) {
pl181.c
522
cmd->c_flags |=
SCF_ITSDONE
;
w83l518d_sdmmc.c
552
SET(cmd->c_flags,
SCF_ITSDONE
);
rtsx.c
1617
SET(cmd->c_flags,
SCF_ITSDONE
);
/src/sys/arch/arm/sunxi/
sunxi_mmc.c
660
SET(cmd->c_flags,
SCF_ITSDONE
);
693
SET(cmd->c_flags,
SCF_ITSDONE
);
697
if (cmd != NULL && ISSET(cmd->c_flags,
SCF_ITSDONE
)) {
1134
SET(cmd->c_flags,
SCF_ITSDONE
);
1186
SET(cmd->c_flags,
SCF_ITSDONE
);
1203
while (!ISSET(cmd->c_flags,
SCF_ITSDONE
)) {
1208
SET(cmd->c_flags,
SCF_ITSDONE
);
1237
KASSERT(ISSET(cmd->c_flags,
SCF_ITSDONE
));
/src/sys/dev/sdmmc/
sdmmcvar.h
122
#define
SCF_ITSDONE
(1U << 0) /* command is complete */
sdhc.c
1694
SET(cmd->c_flags,
SCF_ITSDONE
);
1935
SET(cmd->c_flags,
SCF_ITSDONE
);
/src/sys/arch/arm/amlogic/
mesongx_mmc.c
635
if ((status & STATUS_END_OF_CHAIN) != 0 && (cmd->c_flags &
SCF_ITSDONE
) == 0) {
656
cmd->c_flags |=
SCF_ITSDONE
;
1016
while ((cmd->c_flags &
SCF_ITSDONE
) == 0 && cmd->c_error == 0) {
meson_sdio.c
658
cmd->c_flags |=
SCF_ITSDONE
;
meson_sdhc.c
804
cmd->c_flags |=
SCF_ITSDONE
;
/src/sys/arch/evbsh3/t_sh7706lan/
scimci.c
501
SET(cmd->c_flags,
SCF_ITSDONE
);
ssumci.c
430
SET(cmd->c_flags,
SCF_ITSDONE
);
/src/sys/arch/arm/s3c2xx0/
s3c2440_sdi.c
523
cmd->c_flags |=
SCF_ITSDONE
;
635
cmd->c_flags |=
SCF_ITSDONE
;
/src/sys/arch/arm/xscale/
pxa2x0_mci.c
692
/* If it completed in time,
SCF_ITSDONE
is already set. */
696
SET(cmd->c_flags,
SCF_ITSDONE
);
1011
SET(sc->sc_cmd->c_flags,
SCF_ITSDONE
);
/src/sys/arch/arm/broadcom/
bcm2835_sdhost.c
713
cmd->c_flags |=
SCF_ITSDONE
;
Completed in 53 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025