HomeSort by: relevance | last modified time | path
    Searched defs:Identify (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/emips/ebus/
ace_ebus.c 68 /* Structure returned by the Identify command (see CFlash specs)
314 "failed to identify card, errno=%d.\n", error);
787 * Start a command on the ACE, such as read or identify.
845 * Identify the (size of the) CompactFlash card inserted in the slot.
850 PCFLASH_IDENTIFY Identify = &sc->sc_params;
854 DBGME(DEBUG_FUNCS, printf("Sysace::Identify %p\n", sc));
888 sc->sc_dr->STATUS, sizeof(*Identify)));
906 for (i = 0; i < sizeof(*Identify); i += 4) {
934 memcpy(((char *)Identify) + i,
955 Identify->ModelNumber
    [all...]
ace_ebus.c 68 /* Structure returned by the Identify command (see CFlash specs)
314 "failed to identify card, errno=%d.\n", error);
787 * Start a command on the ACE, such as read or identify.
845 * Identify the (size of the) CompactFlash card inserted in the slot.
850 PCFLASH_IDENTIFY Identify = &sc->sc_params;
854 DBGME(DEBUG_FUNCS, printf("Sysace::Identify %p\n", sc));
888 sc->sc_dr->STATUS, sizeof(*Identify)));
906 for (i = 0; i < sizeof(*Identify); i += 4) {
934 memcpy(((char *)Identify) + i,
955 Identify->ModelNumber
    [all...]

Completed in 23 milliseconds