Home
last modified time | relevance | path

Searched refs:max_units (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/watchdog/
H A Dit87_wdt.c96 static unsigned int max_units, chip_type; variable
172 if (t <= max_units) in _wdt_update_timeout()
182 if (max_units > 255) in _wdt_update_timeout()
234 if (t > max_units) in wdt_set_timeout()
301 max_units = 255; in it87_wdt_init()
304 max_units = (chip_rev < 8) ? 255 : 65535; in it87_wdt_init()
308 max_units = 65535; in it87_wdt_init()
326 max_units = 65535; in it87_wdt_init()
370 if (timeout < 1 || timeout > max_units * 60) { in it87_wdt_init()
376 if (timeout > max_units) in it87_wdt_init()
[all …]
H A Dit8712f_wdt.c40 static int max_units = 255; variable
156 if (units <= max_units) { in it8712f_wdt_update_margin()
293 if (value > (max_units * 60)) in it8712f_wdt_ioctl()
388 max_units = 65535; in it8712f_wdt_find()
390 if (margin > (max_units * 60)) in it8712f_wdt_find()
391 margin = (max_units * 60); in it8712f_wdt_find()
/openbmc/qemu/hw/ide/
H A Dide-bus.c57 int bus_id, int max_units) in ide_bus_init() argument
61 idebus->max_units = max_units; in ide_bus_init()
H A Dide-dev.c48 if (dev->unit >= bus->max_units) { in ide_qdev_realize()
50 dev->unit, bus->max_units); in ide_qdev_realize()
/openbmc/qemu/include/hw/ide/
H A Dide-bus.h16 int max_units; member
35 int bus_id, int max_units);
/openbmc/linux/drivers/ata/pata_parport/
H A Dkbic.c258 .max_units = 1,
274 .max_units = 1,
H A Dpata_parport.h58 int max_units; /* max chained units probed for */ member
H A Dfit2.c124 .max_units = 1,
H A Dktti.c98 .max_units = 1,
H A Daten.c131 .max_units = 1,
H A Don20.c134 .max_units = 1,
H A Dfit3.c175 .max_units = 1,
H A Dcomm.c192 .max_units = 1,
H A Ddstr.c222 .max_units = 1,
H A Dfriq.c249 .max_units = 1,
H A Depia.c297 .max_units = 1,
H A Dfrpw.c284 .max_units = 1,
H A Depat.c336 .max_units = 1,
H A Don26.c301 .max_units = 1,
H A Dbpck.c491 .max_units = 255,
H A Dbpck6.c448 .max_units = 255,
/openbmc/linux/arch/x86/events/intel/
H A Duncore_discovery.h72 max_units : 10, member
H A Duncore_discovery.c262 size = (1 + global.max_units) * global.stride * 8; in parse_discovery_table()
268 for (i = 0; i < global.max_units; i++) { in parse_discovery_table()
/openbmc/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c590 acpi_os_create_semaphore(u32 max_units, in acpi_os_create_semaphore() argument
627 acpi_os_create_semaphore(u32 max_units, in acpi_os_create_semaphore() argument
/openbmc/linux/include/acpi/
H A Dacpiosxf.h126 acpi_os_create_semaphore(u32 max_units,

12