Lines Matching +full:isa +full:- +full:base
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * ISA bus.
33 return -ENODEV; in isa_register_driver()
52 pr_err("%s: Number of irq (%u) does not match number of base (%u)\n", \
54 return -EINVAL; \
68 * module_isa_driver() - Helper macro for registering a ISA driver
72 * Helper macro for ISA drivers which do not do anything special in module
81 * module_isa_driver_with_irq() - Helper macro for registering an ISA driver with irq
86 * Helper macro for ISA drivers with irq that do not do anything special in
95 * max_num_isa_dev() - Maximum possible number registered of an ISA device
96 * @__ida_dev_ext: ISA device address extent
98 * The highest base address possible for an ISA device is 0x3FF; this results in
99 * 1024 possible base addresses. Dividing the number of possible base addresses