Home
last modified time | relevance | path

Searched refs:bus_width (Results 1 – 15 of 15) sorted by relevance

/linux-2.4.37.9/arch/cris/lib/
Ddram_init.S101 ; CAS latency = 2 && bus_width = 32 => 0x40
102 ; CAS latency = 3 && bus_width = 32 => 0x60
103 ; CAS latency = 2 && bus_width = 16 => 0x20
104 ; CAS latency = 3 && bus_width = 16 => 0x30
/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_core.c179 u_int bus_width);
183 u_int bus_width, u_int ppr_options);
1817 u_int *bus_width, role_t role) in ahc_validate_width() argument
1819 switch (*bus_width) { in ahc_validate_width()
1823 *bus_width = MSG_EXT_WDTR_BUS_16_BIT; in ahc_validate_width()
1828 *bus_width = MSG_EXT_WDTR_BUS_8_BIT; in ahc_validate_width()
1833 *bus_width = MIN(tinfo->user.width, *bus_width); in ahc_validate_width()
1835 *bus_width = MIN(tinfo->goal.width, *bus_width); in ahc_validate_width()
2478 u_int bus_width) in ahc_construct_wdtr() argument
2483 ahc->msgout_buf[ahc->msgout_index++] = bus_width; in ahc_construct_wdtr()
[all …]
Daic79xx_core.c151 u_int bus_width);
155 u_int bus_width, u_int ppr_options);
2533 u_int *bus_width, role_t role) in ahd_validate_width() argument
2535 switch (*bus_width) { in ahd_validate_width()
2539 *bus_width = MSG_EXT_WDTR_BUS_16_BIT; in ahd_validate_width()
2544 *bus_width = MSG_EXT_WDTR_BUS_8_BIT; in ahd_validate_width()
2549 *bus_width = MIN(tinfo->user.width, *bus_width); in ahd_validate_width()
2551 *bus_width = MIN(tinfo->goal.width, *bus_width); in ahd_validate_width()
3341 u_int bus_width) in ahd_construct_wdtr() argument
3346 ahd->msgout_buf[ahd->msgout_index++] = bus_width; in ahd_construct_wdtr()
[all …]
Daic7xxx.h1270 u_int *bus_width,
Daic79xx.h1449 u_int *bus_width,
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_nvram.c136 tp->tinfo.user.width = tn->bus_width == 0x10 ? BUS_16_BIT : BUS_8_BIT; in sym_Symbios_setup_target()
205 tn->bus_width, in sym_display_Symbios_nvram()
Dsym_defs.h190 u_char bus_width; /* 0x08/0x10 */ member
/linux-2.4.37.9/drivers/scsi/
Daic7xxx_old.c4243 aic7xxx_construct_wdtr(struct aic7xxx_host *p, unsigned char bus_width) in aic7xxx_construct_wdtr() argument
4248 p->msg_buf[p->msg_index++] = bus_width; in aic7xxx_construct_wdtr()
5424 unsigned char bus_width, new_bus_width; in aic7xxx_parse_msg() local
5505 bus_width = new_bus_width = target_scsirate & WIDEXFER; in aic7xxx_parse_msg()
5590 aic7xxx_validate_offset(p, syncrate, &new_offset, bus_width); in aic7xxx_parse_msg()
5645 bus_width = new_bus_width = p->msg_buf[3]; in aic7xxx_parse_msg()
5650 switch(bus_width) in aic7xxx_parse_msg()
5660 p->host_no, CTL_OF_SCB(scb), 8 * (0x01 << bus_width)); in aic7xxx_parse_msg()
5743 switch(bus_width) in aic7xxx_parse_msg()
5815 bus_width = new_bus_width = p->msg_buf[6]; in aic7xxx_parse_msg()
[all …]
Dsym53c8xx_defs.h1009 u_char bus_width; /* 0x08/0x10 */ member
Dsym53c8xx_comm.h1693 tn->bus_width, in ncr_display_Symbios_nvram()
Dsym53c8xx.c4834 tp->usrwide = tn->bus_width == 0x10 ? 1 : 0; in ncr_Symbios_setup_target()
5329 tn->bus_width,
Dncr53c8xx.c3172 tp->usrwide = tn->bus_width == 0x10 ? 1 : 0; in ncr_Symbios_setup_target()
/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c6584 hw->bus_width = e1000_bus_width_unknown; in e1000_get_bus_info()
6596 hw->bus_width = e1000_bus_width_unknown; in e1000_get_bus_info()
6598 hw->bus_width = (pci_ex_link_status & PCI_EX_LINK_WIDTH_MASK) >> in e1000_get_bus_info()
6605 hw->bus_width = e1000_bus_width_pciex_1; in e1000_get_bus_info()
6634 hw->bus_width = (status & E1000_STATUS_BUS64) ? in e1000_get_bus_info()
De1000_main.c1146 ((hw->bus_width == e1000_bus_width_64) ? "64-bit" :
1147 (hw->bus_width == e1000_bus_width_pciex_4) ? "Width x4" :
1148 (hw->bus_width == e1000_bus_width_pciex_1) ? "Width x1" :
De1000_hw.h1391 e1000_bus_width bus_width; member