Searched refs:card_type (Results 1 – 9 of 9) sorted by relevance
584 switch(status.card_type) in print_card_type()602 printf("unknown card_type: %d\n", status.card_type); in print_card_type()1121 switch(status.card_type) in print_summary()1209 printf("%s: Unknown card type: %d\n", ifname, status.card_type); in print_summary()2205 if (status.card_type != TLP_CSID_T1E1) in main()2216 if (status.card_type != TLP_CSID_T3) in main()2226 if ((status.card_type != TLP_CSID_T1E1) || in main()2227 (status.card_type != TLP_CSID_HSSI) || in main()2228 (status.card_type != TLP_CSID_HSSIc)) in main()2288 if ((status.card_type == TLP_CSID_SSI) || in main()[all …]
178 struct card_type { struct184 static struct card_type cards[] = { argument191 static struct card_type *209 struct card_type *card; in csa_findsubcard()230 struct card_type *card; in csa_probe()
89 MMC_ACCESSOR(card_type, CARD_TYPE, int)
427 uint16_t card_type; member
1089 sd_status->card_type = mmc_get_bits(raw_sd_status, 512, 480, 16); in mmc_app_decode_sd_status()
45 const char *card_type; /* Card model name */ member
275 scp->card_type = product_str; in xe_pccard_attach()
692 if (sc->status.card_type == TLP_CSID_SSI) in write_synth()769 if (sc->status.card_type == 0) in hssi_config()771 sc->status.card_type = READ_PCI_CFG(sc, TLP_CSID); in hssi_config()802 if (sc->status.card_type == TLP_CSID_HSSI) in hssi_config()811 else if (sc->status.card_type == TLP_CSID_HSSIc) in hssi_config()931 if (sc->status.card_type == 0) in t3_config()933 sc->status.card_type = TLP_CSID_T3; in t3_config()1355 if (sc->status.card_type == 0) in ssi_config()1357 sc->status.card_type = TLP_CSID_SSI; in ssi_config()1534 if (sc->status.card_type == 0) in t1_config()[all …]
756 u_int32_t card_type; /* PCI device number */ member