/linux-2.6.39/drivers/net/ |
D | ne-h8300.c | 91 unsigned char bus_width; in init_reg_offset() local 93 bus_width = *(volatile unsigned char *)ABWCR; in init_reg_offset() 94 bus_width &= 1 << ((base_addr >> 21) & 7); in init_reg_offset() 97 if (bus_width == 0) in init_reg_offset() 222 unsigned char bus_width; in ne_probe1() local 280 bus_width = *(volatile unsigned char *)ABWCR; in ne_probe1() 281 bus_width &= 1 << ((ioaddr >> 21) & 7); in ne_probe1() 282 ei_status.word16 = (bus_width == 0); /* temporary setting */ in ne_probe1() 291 if (bus_width) in ne_probe1()
|
/linux-2.6.39/arch/cris/arch-v32/mach-fs/ |
D | dram_init.S | 36 ; CAS latency = 2 && bus_width = 32 => 0x40 37 ; CAS latency = 3 && bus_width = 32 => 0x60 38 ; CAS latency = 2 && bus_width = 16 => 0x20 39 ; CAS latency = 3 && bus_width = 16 => 0x30
|
/linux-2.6.39/arch/cris/arch-v10/lib/ |
D | dram_init.S | 49 ; CAS latency = 2 && bus_width = 32 => 0x40 50 ; CAS latency = 3 && bus_width = 32 => 0x60 51 ; CAS latency = 2 && bus_width = 16 => 0x20 52 ; CAS latency = 3 && bus_width = 16 => 0x30
|
/linux-2.6.39/arch/avr32/boards/hammerhead/ |
D | flash.c | 52 .bus_width = 2, 119 .bus_width = 2, 254 .bus_width = 4,
|
/linux-2.6.39/drivers/staging/rts_pstor/ |
D | sd.c | 314 u16 blk_cnt, u8 bus_width, u8 *buf, int buf_len, in sd_read_data() argument 343 rtsx_add_cmd(chip, WRITE_REG_CMD, REG_SD_CFG1, 0x03, bus_width); in sd_read_data() 375 u8 *cmd, int cmd_len, u16 byte_cnt, u16 blk_cnt, u8 bus_width, in sd_write_data() argument 413 rtsx_add_cmd(chip, WRITE_REG_CMD, REG_SD_CFG1, 0x03, bus_width); in sd_write_data() 975 static int sd_check_spec(struct rtsx_chip *chip, u8 bus_width) in sd_check_spec() argument 992 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 8, 1, bus_width, buf, 8, 250); in sd_check_spec() 1121 u8 func_group, u8 func_to_switch, u8 bus_width) in sd_check_switch_mode() argument 1152 retval = sd_read_data(chip, SD_TM_NORMAL_READ, cmd, 5, 64, 1, bus_width, buf, 64, 250); in sd_check_switch_mode() 1209 u8 func_group, u8 func_to_switch, u8 bus_width) in sd_check_switch() argument 1222 func_to_switch, bus_width); in sd_check_switch() [all …]
|
/linux-2.6.39/drivers/block/ |
D | xsysace.c | 203 int bus_width; /* 0 := 8 bit; 1 := 16 bit */ member 1013 if (ace->bus_width == ACE_BUS_WIDTH_16) { in ace_setup() 1097 int irq, int bus_width) in ace_alloc() argument 1119 ace->bus_width = bus_width; in ace_alloc() 1157 int bus_width = ACE_BUS_WIDTH_16; /* FIXME: should not be hard coded */ in ace_probe() local 1172 return ace_alloc(&dev->dev, id, physaddr, irq, bus_width); in ace_probe() 1203 int irq, bus_width, rc; in ace_of_probe() local 1220 bus_width = ACE_BUS_WIDTH_16; in ace_of_probe() 1222 bus_width = ACE_BUS_WIDTH_8; in ace_of_probe() 1226 physaddr, irq, bus_width); in ace_of_probe()
|
/linux-2.6.39/drivers/mmc/host/ |
D | sdhci-tegra.c | 96 static int tegra_sdhci_8bit(struct sdhci_host *host, int bus_width) in tegra_sdhci_8bit() argument 105 if (plat->is_8bit && bus_width == MMC_BUS_WIDTH_8) { in tegra_sdhci_8bit() 110 if (bus_width == MMC_BUS_WIDTH_4) in tegra_sdhci_8bit()
|
D | mxs-mmc.c | 159 unsigned char bus_width; member 456 ctrl0 = BF_SSP(host->bus_width, CTRL0_BUS_WIDTH) | in mxs_mmc_adtc() 607 if (ios->bus_width == MMC_BUS_WIDTH_8) in mxs_mmc_set_ios() 608 host->bus_width = 2; in mxs_mmc_set_ios() 609 else if (ios->bus_width == MMC_BUS_WIDTH_4) in mxs_mmc_set_ios() 610 host->bus_width = 1; in mxs_mmc_set_ios() 612 host->bus_width = 0; in mxs_mmc_set_ios()
|
D | s3cmci.h | 64 int bus_width; member
|
/linux-2.6.39/drivers/mmc/core/ |
D | mmc.c | 631 unsigned idx, bus_width = 0; in mmc_init_card() local 638 bus_width = bus_widths[idx]; in mmc_init_card() 639 if (bus_width == MMC_BUS_WIDTH_1) in mmc_init_card() 646 bus_width, MMC_SDR_MODE); in mmc_init_card() 654 err = mmc_bus_test(card, bus_width); in mmc_init_card() 668 1 << bus_width, ddr); in mmc_init_card() 672 mmc_set_bus_width_ddr(card->host, bus_width, ddr); in mmc_init_card()
|
D | mmc_ops.c | 545 int mmc_bus_test(struct mmc_card *card, u8 bus_width) in mmc_bus_test() argument 549 if (bus_width == MMC_BUS_WIDTH_8) in mmc_bus_test() 551 else if (bus_width == MMC_BUS_WIDTH_4) in mmc_bus_test() 553 else if (bus_width == MMC_BUS_WIDTH_1) in mmc_bus_test()
|
D | mmc_ops.h | 29 int mmc_bus_test(struct mmc_card *card, u8 bus_width);
|
/linux-2.6.39/include/linux/ |
D | atmel-mci.h | 23 unsigned int bus_width; member
|
/linux-2.6.39/include/linux/mfd/ |
D | htc-egpio.h | 42 int bus_width; member
|
/linux-2.6.39/drivers/media/video/s5p-fimc/ |
D | fimc-reg.c | 574 u32 bus_width; in fimc_hw_set_camera_source() local 580 u16 bus_width; in fimc_hw_set_camera_source() member 593 bus_width = pix_desc[i].bus_width; in fimc_hw_set_camera_source() 606 if (bus_width == 8) in fimc_hw_set_camera_source() 608 else if (bus_width == 16) in fimc_hw_set_camera_source()
|
/linux-2.6.39/arch/avr32/boards/atstk1000/ |
D | atstk1002.c | 76 .bus_width = 1, 269 .bus_width = 4,
|
D | flash.c | 34 .bus_width = 2,
|
D | atstk1003.c | 73 .bus_width = 4,
|
/linux-2.6.39/arch/avr32/mach-at32ap/include/mach/ |
D | smc.h | 64 u8 bus_width; member
|
/linux-2.6.39/arch/avr32/boards/atngw100/ |
D | setup.c | 76 .bus_width = 2, 128 .bus_width = 4,
|
D | flash.c | 34 .bus_width = 2,
|
/linux-2.6.39/arch/arm/mach-at91/ |
D | board-sam9g20ek.c | 225 .bus_width = 4, 242 ek_mmc_data.slot[0].bus_width = 4; in ek_add_device_mmc()
|
D | board-sam9m10g45ek.c | 106 .bus_width = 4, 113 .bus_width = 4,
|
/linux-2.6.39/arch/avr32/boards/favr-32/ |
D | flash.c | 34 .bus_width = 2,
|
/linux-2.6.39/arch/avr32/boards/merisc/ |
D | flash.c | 34 .bus_width = 2,
|