Lines Matching refs:supports
43 /* .supports = ... - populated by ts78xx_fpga_supports() */
100 if (ts78xx_fpga.supports.ts_rtc.init == 0) {
103 ts78xx_fpga.supports.ts_rtc.init = 1;
268 if (ts78xx_fpga.supports.ts_nand.init == 0) {
271 ts78xx_fpga.supports.ts_nand.init = 1;
311 if (ts78xx_fpga.supports.ts_rng.init == 0) {
314 ts78xx_fpga.supports.ts_rng.init = 1;
333 ts78xx_fpga.supports.ts_rtc.init = 0;
334 ts78xx_fpga.supports.ts_nand.init = 0;
335 ts78xx_fpga.supports.ts_rng.init = 0;
351 ts78xx_fpga.supports.ts_rtc.present = 1;
352 ts78xx_fpga.supports.ts_nand.present = 1;
353 ts78xx_fpga.supports.ts_rng.present = 1;
361 ts78xx_fpga.supports.ts_rtc.present = 1;
362 ts78xx_fpga.supports.ts_nand.present = 1;
363 ts78xx_fpga.supports.ts_rng.present = 1;
366 ts78xx_fpga.supports.ts_rtc.present = 0;
367 ts78xx_fpga.supports.ts_nand.present = 0;
368 ts78xx_fpga.supports.ts_rng.present = 0;
377 if (ts78xx_fpga.supports.ts_rtc.present == 1) {
380 ts78xx_fpga.supports.ts_rtc.present = 0;
383 if (ts78xx_fpga.supports.ts_nand.present == 1) {
386 ts78xx_fpga.supports.ts_nand.present = 0;
389 if (ts78xx_fpga.supports.ts_rng.present == 1) {
392 ts78xx_fpga.supports.ts_rng.present = 0;
402 if (ts78xx_fpga.supports.ts_rtc.present == 1)
404 if (ts78xx_fpga.supports.ts_nand.present == 1)
406 if (ts78xx_fpga.supports.ts_rng.present == 1)