Home
last modified time | relevance | path

Searched refs:max_width (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dchrp_setup.c359 static int max_width; in chrp_progress() local
366 if (max_width == 0) { in chrp_progress()
371 max_width = *p; in chrp_progress()
373 max_width = 0x10; in chrp_progress()
401 width = max_width; in chrp_progress()
431 width = max_width; in chrp_progress()
/linux-2.4.37.9/arch/ppc/platforms/
Dchrp_setup.c88 static int max_width __chrpdata;
621 max_width = *p; in chrp_init()
654 width = max_width; in rtas_display_progress()
658 width = max_width; in rtas_display_progress()
/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.h124 u8 max_width; member
Dmptscsih.c1886 if (hd->ioc->spi_data.maxBusWidth > driver_setup.max_width) in mptscsih_detect()
1887 hd->ioc->spi_data.maxBusWidth = driver_setup.max_width; in mptscsih_detect()
1915 driver_setup.max_width, in mptscsih_detect()
7885 driver_setup.max_width = val; in mptscsih_setup()