Searched refs:bus_mode (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
H A Dbif_dma_defs.h98 unsigned int bus_mode : 2; member in struct:__anon369
148 unsigned int bus_mode : 2; member in struct:__anon374
197 unsigned int bus_mode : 2; member in struct:__anon379
247 unsigned int bus_mode : 2; member in struct:__anon384
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dbif_dma_defs.h98 unsigned int bus_mode : 2; member in struct:__anon1236
148 unsigned int bus_mode : 2; member in struct:__anon1241
197 unsigned int bus_mode : 2; member in struct:__anon1246
247 unsigned int bus_mode : 2; member in struct:__anon1251
/linux-4.1.27/drivers/mmc/host/
H A Dandroid-goldfish.c124 unsigned char bus_mode; member in struct:goldfish_mmc_host
196 if (host->bus_mode == MMC_BUSMODE_OPENDRAIN) goldfish_mmc_start_command()
436 host->bus_mode = ios->bus_mode; goldfish_mmc_set_ios()
437 host->hw_bus_mode = host->bus_mode; goldfish_mmc_set_ios()
H A Domap.c107 u16 bus_mode; member in struct:mmc_omap_slot
137 unsigned char bus_mode; member in struct:mmc_omap_host
379 if (host->current_slot->bus_mode == MMC_BUSMODE_OPENDRAIN) mmc_omap_start_command()
1183 if (slot->bus_mode != ios->bus_mode) { mmc_omap_set_ios()
1186 ios->bus_mode); mmc_omap_set_ios()
1187 slot->bus_mode = ios->bus_mode; mmc_omap_set_ios()
H A Ddavinci_mmc.c190 unsigned char bus_mode; member in struct:mmc_davinci_host
357 if (host->bus_mode == MMC_BUSMODE_PUSHPULL) mmc_davinci_start_command()
689 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN) { calculate_clk_divider()
737 ios->clock, ios->bus_mode, ios->power_mode, mmc_davinci_set_ios()
784 host->bus_mode = ios->bus_mode; mmc_davinci_set_ios()
H A Dbfin_sdh.c398 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN) { sdh_set_ios()
413 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN) sdh_set_ios()
H A Dtifm_sd.c806 dev_dbg(&sock->dev, "ios: clock = %u, vdd = %x, bus_mode = %x, " tifm_sd_ios()
808 ios->clock, ios->vdd, ios->bus_mode, ios->chip_select, tifm_sd_ios()
855 host->open_drain = (ios->bus_mode == MMC_BUSMODE_OPENDRAIN); tifm_sd_ios()
H A Dmvsdio.c636 if (ios->bus_mode == MMC_BUSMODE_PUSHPULL) mvsd_set_ios()
H A Domap_hsmmc.c199 unsigned char bus_mode; member in struct:omap_hsmmc_host
610 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN) omap_hsmmc_set_bus_mode()
H A Dmmci.c1380 if (ios->bus_mode == MMC_BUSMODE_OPENDRAIN) { mmci_set_ios()
H A Datmel-mci.c686 if (mmc->ios.bus_mode == MMC_BUSMODE_OPENDRAIN) atmci_prepare_command()
/linux-4.1.27/arch/parisc/include/asm/
H A Dropes.h237 u64 bus_mode; agp_mode_mercury() local
239 bus_mode = readl(hpa + 0x0620); agp_mode_mercury()
240 if (bus_mode & 1) agp_mode_mercury()
/linux-4.1.27/arch/arm/mach-omap2/
H A Dboard-n8x0.c295 static int n8x0_mmc_set_bus_mode(struct device *dev, int slot, int bus_mode) n8x0_mmc_set_bus_mode() argument
300 bus_mode == MMC_BUSMODE_OPENDRAIN ? "open-drain" : "push-pull"); n8x0_mmc_set_bus_mode()
303 switch (bus_mode) { n8x0_mmc_set_bus_mode()
/linux-4.1.27/include/linux/platform_data/
H A Dmmc-omap.h89 int (*set_bus_mode)(struct device *dev, int slot, int bus_mode);
/linux-4.1.27/drivers/mmc/core/
H A Ddebugfs.c72 switch (ios->bus_mode) { mmc_ios_show()
83 seq_printf(s, "bus mode:\t%u (%s)\n", ios->bus_mode, str); mmc_ios_show()
H A Dcore.c997 mmc_hostname(host), ios->clock, ios->bus_mode, mmc_set_ios()
1124 host->ios.bus_mode = mode; mmc_set_bus_mode()
1149 host->ios.bus_mode = MMC_BUSMODE_PUSHPULL; mmc_set_initial_state()
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddib0700_core.c172 uint8_t bus_mode = 1; /* 0=eeprom bus, 1=frontend bus */ dib0700_i2c_xfer_new() local
210 ((bus_mode << 4) & 0x30); dib0700_i2c_xfer_new()
240 ((bus_mode << 4) & 0x30); dib0700_i2c_xfer_new()
/linux-4.1.27/drivers/net/wireless/rsi/
H A Drsi_91x_sdio.c180 host->ios.bus_mode = MMC_BUSMODE_OPENDRAIN; rsi_reset_card()
267 host->ios.bus_mode = MMC_BUSMODE_PUSHPULL; rsi_reset_card()
/linux-4.1.27/drivers/net/ethernet/smsc/
H A Dsmsc9420.c1328 u32 bus_mode, mac_cr, dmac_control, int_cfg, dma_intr_ena, int_ctl; smsc9420_open() local
1370 bus_mode = BUS_MODE_DMA_BURST_LENGTH_16; smsc9420_open()
1373 bus_mode |= BUS_MODE_DBO_; smsc9420_open()
1376 smsc9420_reg_write(pd, BUS_MODE, bus_mode); smsc9420_open()
/linux-4.1.27/include/linux/mmc/
H A Dhost.h29 unsigned char bus_mode; /* command output mode */ member in struct:mmc_ios
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_core.c96 debug("busstatus = %x, bus_speed = %x, bus_mode = %x\n", get_cur_bus_info()

Completed in 745 milliseconds