Searched refs:bus_width (Results 1 - 25 of 29) sorted by path

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/boards/atngw100/
H A Dflash.c32 .bus_width = 2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/boards/atstk1000/
H A Dflash.c32 .bus_width = 2,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dhsmc.c64 switch (config->bus_width) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Ddram_init.S38 ; CAS latency = 2 && bus_width = 32 => 0x40
39 ; CAS latency = 3 && bus_width = 32 => 0x60
40 ; CAS latency = 2 && bus_width = 16 => 0x20
41 ; CAS latency = 3 && bus_width = 16 => 0x30
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Ddram_init.S37 ; CAS latency = 2 && bus_width = 32 => 0x40
38 ; CAS latency = 3 && bus_width = 32 => 0x60
39 ; CAS latency = 2 && bus_width = 16 => 0x20
40 ; CAS latency = 3 && bus_width = 16 => 0x30
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/core/
H A Dcore.c290 ios->bus_width, ios->timing);
333 host->ios.bus_width = width;
406 host->ios.bus_width = MMC_BUS_WIDTH_1;
426 host->ios.bus_width = MMC_BUS_WIDTH_1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dat91_mci.c618 if (ios->bus_width == MMC_BUS_WIDTH_4 && host->board->wire4) {
H A Dau1xmmc.h53 u32 bus_width; member in struct:au1xmmc_host
H A Dimxmmc.c815 if( ios->bus_width==MMC_BUS_WIDTH_4 ) {
H A Domap.c940 if (ios->bus_width == MMC_BUS_WIDTH_4)
H A Dsdhci.c742 if (ios->bus_width == MMC_BUS_WIDTH_4)
H A Dtifm_sd.c802 "chip_select = %x, power_mode = %x, bus_width = %x\n",
804 ios->power_mode, ios->bus_width);
806 if (ios->bus_width == MMC_BUS_WIDTH_4) {
H A Dwbsd.c587 if (host->bus_width == MMC_BUS_WIDTH_1) {
592 } else if (host->bus_width == MMC_BUS_WIDTH_4) {
912 BUG_ON(ios->bus_width != MMC_BUS_WIDTH_1);
932 host->bus_width = ios->bus_width;
H A Dwbsd.h167 unsigned char bus_width; /* Current bus width */ member in struct:wbsd_host
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c89 static uint bus_width = CONFIG_NANDSIM_BUS_WIDTH; variable
112 module_param(bus_width, uint, 0400);
134 MODULE_PARM_DESC(bus_width, "Chip's bus width (8- or 16-bit)");
1937 if (bus_width != 8 && bus_width != 16) {
1938 NS_ERR("wrong bus width (%d), use only 8 or 16\n", bus_width);
1984 if (bus_width == 16) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000_hw.c6539 hw->bus_width = e1000_bus_width_unknown;
6551 hw->bus_width = e1000_bus_width_unknown;
6553 hw->bus_width = (pci_ex_link_status & PCI_EX_LINK_WIDTH_MASK) >>
6559 hw->bus_width = e1000_bus_width_pciex_1;
6588 hw->bus_width = (status & E1000_STATUS_BUS64) ?
H A De1000_hw.h1393 e1000_bus_width bus_width; member in struct:e1000_hw
H A De1000_main.c1125 ((hw->bus_width == e1000_bus_width_64) ? "64-bit" :
1126 (hw->bus_width == e1000_bus_width_pciex_4) ? "Width x4" :
1127 (hw->bus_width == e1000_bus_width_pciex_1) ? "Width x1" :
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dne-h8300.c91 unsigned char bus_width; local
93 bus_width = *(volatile unsigned char *)ABWCR;
94 bus_width &= 1 << ((base_addr >> 21) & 7);
97 if (bus_width == 0)
208 unsigned char bus_width; local
266 bus_width = *(volatile unsigned char *)ABWCR;
267 bus_width &= 1 << ((ioaddr >> 21) & 7);
268 ei_status.word16 = (bus_width == 0); /* temporary setting */
277 if (bus_width)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c147 u_int bus_width);
151 u_int bus_width, u_int ppr_options);
3021 u_int *bus_width, role_t role)
3023 switch (*bus_width) {
3027 *bus_width = MSG_EXT_WDTR_BUS_16_BIT;
3032 *bus_width = MSG_EXT_WDTR_BUS_8_BIT;
3037 *bus_width = min((u_int)tinfo->user.width, *bus_width);
3039 *bus_width = min((u_int)tinfo->goal.width, *bus_width);
3020 ahd_validate_width(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
3842 ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int bus_width) argument
3860 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
4428 u_int bus_width; local
4526 u_int bus_width; local
[all...]
H A Daic7xxx.h1242 u_int *bus_width,
H A Daic7xxx_core.c174 u_int bus_width);
178 u_int bus_width, u_int ppr_options);
1822 u_int *bus_width, role_t role)
1824 switch (*bus_width) {
1828 *bus_width = MSG_EXT_WDTR_BUS_16_BIT;
1833 *bus_width = MSG_EXT_WDTR_BUS_8_BIT;
1838 *bus_width = min((u_int)tinfo->user.width, *bus_width);
1840 *bus_width = min((u_int)tinfo->goal.width, *bus_width);
1821 ahc_validate_width(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, u_int *bus_width, role_t role) argument
2481 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
2499 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3113 u_int bus_width; local
3212 u_int bus_width; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c3799 aic7xxx_construct_wdtr(struct aic7xxx_host *p, unsigned char bus_width) argument
3804 p->msg_buf[p->msg_index++] = bus_width;
4890 unsigned char bus_width, new_bus_width; local
4973 bus_width = new_bus_width = target_scsirate & WIDEXFER;
5052 * Use our new_period, new_offset, bus_width, and card options
5057 aic7xxx_validate_offset(p, syncrate, &new_offset, bus_width);
5113 bus_width = new_bus_width = p->msg_buf[3];
5118 switch(bus_width)
5128 p->host_no, CTL_OF_SCB(scb), 8 * (0x01 << bus_width));
5210 switch(bus_width)
[all...]
H A Dipr.c1895 * @bus_width: bus width
1903 static u32 ipr_get_max_scsi_speed(struct ipr_ioa_cfg *ioa_cfg, u8 bus, u8 bus_width) argument
1907 u32 max_xfer_rate = IPR_MAX_SCSI_RATE(bus_width);
1920 max_xfer_rate = (ste->max_bus_speed_limit * 10) / (bus_width / 8);
5661 ioa_cfg->bus_attr[i].bus_width);
5704 bus->bus_width = bus_attr->bus_width;
7380 ioa_cfg->bus_attr[i].bus_width = IPR_DEFAULT_BUS_WIDTH;
H A Dipr.h591 u8 bus_width; member in struct:ipr_dev_bus_entry
949 u8 bus_width; member in struct:ipr_bus_attributes

Completed in 383 milliseconds

12