MAX_PORTS
BUILD_BUG_ON(MAX_PORTS != I915_MAX_PORTS);
int aud_sample_rate[MAX_PORTS];
if (options->num_ports >= MAX_PORTS)
int ports[MAX_PORTS]; /* Port number to listen on. */
if (options.num_ports >= MAX_PORTS) {
if (options.num_ports >= MAX_PORTS) {
if (options.num_ports >= MAX_PORTS) {
memset(&ioports_map, 0, sizeof(io_fn_t) * MAX_PORTS);
io_fn_t ioports_map[MAX_PORTS];