Lines Matching refs:cobalt_info

30 	cobalt_info("CPLD System control register (read/write)\n");  in cpld_info_ver3()
31 cobalt_info("\t\tSystem control: 0x%04x (0x0f00)\n", in cpld_info_ver3()
33 cobalt_info("CPLD Clock control register (read/write)\n"); in cpld_info_ver3()
34 cobalt_info("\t\tClock control: 0x%04x (0x0000)\n", in cpld_info_ver3()
36cobalt_info("CPLD HSMA Clk Osc register (read/write) - Must set wr trigger to load default values\… in cpld_info_ver3()
37 cobalt_info("\t\tRegister #7:\t0x%04x (0x0022)\n", in cpld_info_ver3()
39 cobalt_info("\t\tRegister #8:\t0x%04x (0x0047)\n", in cpld_info_ver3()
41 cobalt_info("\t\tRegister #9:\t0x%04x (0x00fa)\n", in cpld_info_ver3()
43 cobalt_info("\t\tRegister #10:\t0x%04x (0x0061)\n", in cpld_info_ver3()
45 cobalt_info("\t\tRegister #11:\t0x%04x (0x001e)\n", in cpld_info_ver3()
47 cobalt_info("\t\tRegister #12:\t0x%04x (0x0045)\n", in cpld_info_ver3()
49 cobalt_info("\t\tRegister #135:\t0x%04x\n", in cpld_info_ver3()
51 cobalt_info("\t\tRegister #137:\t0x%04x\n", in cpld_info_ver3()
53 cobalt_info("CPLD System status register (read only)\n"); in cpld_info_ver3()
54 cobalt_info("\t\tSystem status: 0x%04x\n", in cpld_info_ver3()
56 cobalt_info("CPLD MAXII info register (read only)\n"); in cpld_info_ver3()
57 cobalt_info("\t\tBoard serial number: 0x%04x\n", in cpld_info_ver3()
59 cobalt_info("\t\tMAXII program revision: 0x%04x\n", in cpld_info_ver3()
61 cobalt_info("CPLD temp and voltage ADT7411 registers (read only)\n"); in cpld_info_ver3()
62 cobalt_info("\t\tBoard temperature: %u Celsius\n", in cpld_info_ver3()
64 cobalt_info("\t\tFPGA temperature: %u Celsius\n", in cpld_info_ver3()
68 cobalt_info("\t\tVDD 3V3: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3()
71 cobalt_info("\t\tADC ch3 5V: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3()
74 cobalt_info("\t\tADC ch4 3V: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3()
77 cobalt_info("\t\tADC ch5 2V5: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3()
80 cobalt_info("\t\tADC ch6 1V8: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3()
83 cobalt_info("\t\tADC ch7 1V5: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3()
86 cobalt_info("\t\tADC ch8 0V9: %u,%03uV\n", tmp / 1000, tmp % 1000); in cpld_info_ver3()
100 cobalt_info("CPLD revision %u is not supported!\n", rev); in cobalt_cpld_status()
321 cobalt_info("Needed %d retries\n", 2 - retries); in cobalt_cpld_set_freq()