Lines Matching +full:led +full:- +full:2
2 * LED, Switch and Debug control registers for ARM Integrator Boards
9 …//developer.arm.com/documentation/dui0159/b/peripherals-and-interfaces/debug-leds-and-dip-switch-i…
13 * This work is licensed under the terms of the GNU GPL, version 2 or later.
14 * See the COPYING file in the top-level directory.
35 switch (offset >> 2) { in intdbg_control_read()
38 case 2: /* SWITCHES */ in intdbg_control_read()
54 switch (offset >> 2) { in intdbg_control_write()
56 case 2: /* LEDS */ in intdbg_control_write()
83 memory_region_init_io(&s->iomem, obj, &intdbg_control_ops, in intdbg_control_init()
84 NULL, "dbg-leds", 0x1000000); in intdbg_control_init()
85 sysbus_init_mmio(sd, &s->iomem); in intdbg_control_init()