Searched refs:max_period (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/pcmcia/
H A Dnsp_cs.c423 unsigned int max_period; member in struct:nsp_sync_table
470 for ( i = 0; sync_table->max_period != 0; i++, sync_table++) {
472 period <= sync_table->max_period ) {
477 if (period != 0 && sync_table->max_period == 0) {
/drivers/acpi/apei/
H A Dghes.c633 unsigned long long now, duration, period, max_period = 0; local
657 if (period > max_period) {
658 max_period = period;
/drivers/net/wireless/wl12xx/
H A Dconf.h1280 u8 max_period; member in struct:conf_hangover_settings
H A Dacx.c1722 acx->max_period = conf->max_period;
H A Dacx.h1145 u8 max_period; member in struct:wl12xx_acx_config_hangover
H A Dmain.c377 .max_period = 20,
/drivers/scsi/
H A Desp_scsi.h514 u32 max_period; member in struct:esp
H A Desp_scsi.c229 esp->max_period = ((35 * esp->ccycle) / 1000);
243 esp->max_period = (esp->max_period + 3)>>2;
1455 if (period > esp->max_period) {

Completed in 170 milliseconds