Searched full:sdio (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/sun4v/io/px/ |
H A D | px_lib4v.h | 72 * Fasttrap numbers for SDIO hypervisor functions. 77 * Fasttrap numbers for SDIO ERR hypervisor functions. 116 * SDIO API versioning. 117 * Currently PX nexus driver supports SDIO API version 1.0 123 * SDIO ERR API versioning. 124 * Currently PX nexus driver supports SDIO ERR API version 1.0 224 * PCI IOV SDIO Funcitons:
|
H A D | px_lib4v.c | 63 * Hypervisor SDIO services information for the px nexus driver. 65 static uint64_t px_sdio_min_ver; /* Negotiated SDIO API minor version */ 66 static uint_t px_sdio_users = 0; /* SDIO API users */ 73 * Hypervisor SDIO ERR services information for the px nexus driver. 75 static uint64_t px_sdio_err_min_ver; /* Negotiated SDIO ERR API */ 77 static uint_t px_sdio_err_users = 0; /* SDIO ERR API users */ 187 * Negotiate the API version for SDIO hypervisor services. in px_lib_dev_init() 198 DBG(DBG_ATTACH, dip, "px_lib_dev_init: negotiated SDIO API" in px_lib_dev_init() 204 * Negotiate the API version for SDIO ERR hypervisor services. in px_lib_dev_init() 209 DBG(DBG_ATTACH, dip, "%s: cannot negotiate SDIO ERR hypervisor " in px_lib_dev_init() [all …]
|
/titanic_50/usr/src/uts/common/io/sdcard/impl/ |
H A D | sda_init.c | 102 * TODO: SDIO: We need to initialize the SDIO OCR register using in sda_init_sdio() 282 * the ident state, unlike SDIO cards. in sda_init_card() 301 * TODO: SDIO: For IO cards, we have to check what speed the card in sda_init_card() 302 * supports by looking in the CCCR_CAPAB register. (SDIO cards in sda_init_card() 327 sda_slot_debug(slot, "Wide SDIO bus not yet supported"); in sda_init_card() 450 * TODO: SDIO: SDIO cards set the CCCR_BUS_WIDTH in sda_init_width()
|
H A D | sda_slot.c | 255 * SDIO: For SDIO, we can write the card's in sda_slot_insert() 257 * support SDIO, we just suppress creating in sda_slot_insert()
|
/titanic_50/usr/src/uts/common/sys/sdcard/ |
H A D | sda.h | 60 CMD_IO_SEND_OCR = 5, /* SDIO only */ 176 #define OCR_FUNCS(x) (((x) & 7) >> 28) /* SDIO only */ 177 #define OCR_MEM_PRESENT (1U << 27) /* SDIO only */ 258 SDA_PROP_CAP_INTR = 10, /* R: SDIO interrupt support */
|
/titanic_50/usr/src/uts/sun4/io/px/ |
H A D | px_lib.h | 220 * PCI IOV SDIO functions
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | ahids.c | 60 {"80860F14", "Intel Baytrail SDIO/MMC Host Controller"},
|
/titanic_50/usr/src/uts/common/io/sdcard/adapters/sdhost/ |
H A D | sdhost.c | 1174 * SDIO cards use a 1sec timeout, and SDHC cards use fixed in sdhost_init_slot()
|
/titanic_50/usr/src/data/hwdata/ |
H A D | pci.ids | 12979 95d0 SDIO Host Controller 14276 0822 R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter 14310 0841 R5C841 CardBus/SD/SDIO/MMC/MS/MSPro/xD/IEEE1394 21405 4743 CG200 Dual SD/SDIO Host controller device 23549 0821 Medfield SDIO Controller #1 23550 0822 Medfield SDIO Controller #2 23603 08a7 Quark SoC X1000 SDIO / eMMC Controller 24250 0f14 Atom Processor Z36xxx/Z37xxx Series SDIO Controller 24251 0f15 Atom Processor Z36xxx/Z37xxx Series SDIO Controller 24252 0f16 Atom Processor Z36xxx/Z37xxx Series SDIO Controller [all …]
|