Searched refs:CPLD_SW (Results 1 – 3 of 3) sorted by relevance
48 sw = in_8(&CPLD_SW(2)) >> 2; in checkboard()175 sw = in_8(&CPLD_SW(2)) >> 2; in misc_init_r()
49 #define CPLD_SW(x) (cpld->sw[(x) - 2]) macro
86 printf("SW[2] = 0x%02x\n", in_8(&CPLD_SW(2))); in cpld_dump_regs()