Home
last modified time | relevance | path

Searched refs:MAX_PINS (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/char/
H A Dscx200_gpio.c37 #define MAX_PINS 32 /* 64 later, when known ok */ macro
55 if (m >= MAX_PINS) in scx200_gpio_open()
100 rc = register_chrdev_region(devid, MAX_PINS, "scx200_gpio"); in scx200_gpio_init()
102 rc = alloc_chrdev_region(&devid, 0, MAX_PINS, "scx200_gpio"); in scx200_gpio_init()
111 cdev_add(&scx200_gpio_cdev, devid, MAX_PINS); in scx200_gpio_init()
128 unregister_chrdev_region(MKDEV(major, 0), MAX_PINS); in scx200_gpio_cleanup()
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dxusb-padctl-common.h50 #define MAX_PINS 7 macro
55 const char *pins[MAX_PINS];
/openbmc/linux/sound/pci/lola/
H A Dlola.h182 #define MAX_PINS MAX_STREAM_COUNT macro
233 struct lola_pin pins[MAX_PINS];