Lines Matching defs:width
482 ahd_pci_read_config(ahd_dev_softc_t pci, int reg, int width)
484 switch (width) {
512 ahd_pci_write_config(ahd_dev_softc_t pci, int reg, uint32_t value, int width)
514 switch (width) {
1693 || tinfo->curr.width != tinfo->goal.width
1718 && tinfo->curr.width == spi_width(starget)
1725 spi_width(starget) = tinfo->curr.width;
2365 static void ahd_linux_set_width(struct scsi_target *starget, int width)
2375 ahd_set_width(ahd, &devinfo, width, AHD_TRANS_GOAL, FALSE);
2480 unsigned int width = tinfo->goal.width;
2490 if (!width)