/src/sys/arch/arm/nvidia/ |
tegra_sdhc.c | 103 u_int bus_width; local in function:tegra_sdhc_attach 111 if (of_getprop_uint32(faa->faa_phandle, "bus-width", &bus_width)) 112 bus_width = 4; 134 if (bus_width == 8) {
|
/src/sys/arch/arm/nxp/ |
imx_sdhc.c | 112 u_int bus_width; local in function:imx_sdhc_attach 128 if (of_getprop_uint32(phandle, "bus-width", &bus_width)) 129 bus_width = 4; 147 if (bus_width == 8)
|
/src/sys/dev/sdmmc/ |
sdmmcchip.h | 50 int (*bus_width)(sdmmc_chipset_handle_t, int); member in struct:sdmmc_chip_functions 90 ((tag)->bus_width((handle), (width)))
|
sdmmc_mem.c | 826 ISSET(sf->scr.bus_width, SCR_SD_BUS_WIDTHS_4BIT)) { 1093 * HS_TIMING must be set to 0x1 before setting BUS_WIDTH 1345 sf->scr.bus_width = SCR_SD_BUS_WIDTHS(resp); 1352 ver, sf->scr.sd_spec, sf->scr.sd_spec3, sf->scr.sd_spec4, sf->scr.bus_width)); 1448 const int bus_width = SSR_DAT_BUS_WIDTH(ssr); local in function:sdmmc_mem_decode_ssr 1464 switch (bus_width) {
|
sdmmcvar.h | 71 int bus_width; member in struct:sdmmc_scr
|
/src/sys/dev/fdt/ |
arasan_sdhc_fdt.c | 236 u_int bus_width; local in function:arasan_sdhc_attach 264 if (of_getprop_uint32(phandle, "bus-width", &bus_width) != 0) 265 bus_width = 4; 299 if (bus_width == 8) {
|
/src/sys/arch/arm/ti/ |
ti_sdhc.c | 172 u_int bus_width; local in function:ti_sdhc_attach 217 if (of_getprop_uint32(phandle, "bus-width", &bus_width) != 0) 218 bus_width = 4; 224 if (bus_width == 8)
|
/src/sys/arch/evbarm/stand/boot2440/ |
dev_sdmmc.h | 80 int bus_width; member in struct:sdmmc_scr
|
dev_sdmmc.c | 108 int (*bus_width)(void*, int); member in struct:sdifdv 426 ISSET(sc->scr.bus_width, SCR_SD_BUS_WIDTHS_4BIT)) { 1310 sc->scr.bus_width = SCR_SD_BUS_WIDTHS(resp); 1313 sc->scr.sd_spec, sc->scr.bus_width)); 1351 error = sc->sdifdv->bus_width(sc->sdifdv->priv, width);
|
/src/sys/dev/ic/ |
rtsx.c | 183 .bus_width = rtsx_bus_width, 719 uint32_t bus_width; local in function:rtsx_set_bus_width 725 bus_width = RTSX_BUS_WIDTH_8; 728 bus_width = RTSX_BUS_WIDTH_4; 731 bus_width = RTSX_BUS_WIDTH_1; 737 if (bus_width == RTSX_BUS_WIDTH_1) 740 RTSX_SET(sc, RTSX_SD_CFG1, bus_width);
|
siopreg.h | 468 uint8_t bus_width; member in struct:nvram_symbios::nvram_symbios_target
|
aic79xx.c | 157 u_int bus_width); 161 u_int bus_width, u_int ppr_options); 2884 u_int *bus_width, role_t role) 2886 switch (*bus_width) { 2890 *bus_width = MSG_EXT_WDTR_BUS_16_BIT; 2895 *bus_width = MSG_EXT_WDTR_BUS_8_BIT; 2900 *bus_width = MIN(tinfo->user.width, *bus_width); 2902 *bus_width = MIN(tinfo->goal.width, *bus_width); 4286 u_int bus_width; local in function:ahd_parse_msg 4384 u_int bus_width; local in function:ahd_parse_msg [all...] |
aic7xxx.c | 181 u_int bus_width); 185 u_int bus_width, u_int ppr_options); 1820 u_int *bus_width, role_t role) 1822 switch (*bus_width) { 1826 *bus_width = MSG_EXT_WDTR_BUS_16_BIT; 1831 *bus_width = MSG_EXT_WDTR_BUS_8_BIT; 1836 *bus_width = MIN(tinfo->user.width, *bus_width); 1838 *bus_width = MIN(tinfo->goal.width, *bus_width); 3120 u_int bus_width; local in function:ahc_parse_msg 3212 u_int bus_width; local in function:ahc_parse_msg [all...] |