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

  /src/sys/arch/arm/imx/
imx_pcic.h 53 #define IMX_PCIC_FLAG_CARDP 1
imx_pcic.c 467 present = sock->flags & IMX_PCIC_FLAG_CARDP;
491 if (!(sock->flags & IMX_PCIC_FLAG_CARDP)) {
495 if ((sock->flags & IMX_PCIC_FLAG_CARDP)) {
505 if (h->flags & IMX_PCIC_FLAG_CARDP)
507 h->flags |= IMX_PCIC_FLAG_CARDP;
522 if (h->flags & IMX_PCIC_FLAG_CARDP) {
523 h->flags &= ~IMX_PCIC_FLAG_CARDP;
531 if (sc->sc_socket[i].flags & IMX_PCIC_FLAG_CARDP) {

Completed in 12 milliseconds