Home
last modified time | relevance | path

Searched defs:sdhci_fdt_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt.c125 struct sdhci_fdt_softc { struct
126 device_t dev; /* Controller device */
127 u_int quirks; /* Chip specific quirks */
128 u_int caps; /* If we override SDHCI_CAPABILITIES */
129 uint32_t max_clk; /* Max possible freq */
130 uint8_t sdma_boundary; /* If we override the SDMA boundary */
131 struct resource *irq_res; /* IRQ resource */
132 void *intrhand; /* Interrupt handle */
134 int num_slots; /* Number of slots on this controller*/
135 struct sdhci_slot slots[MAX_SLOTS];
[all …]