Lines Matching full:supports
40 /* .supports = ... - populated by ts78xx_fpga_supports() */
97 if (ts78xx_fpga.supports.ts_rtc.init == 0) { in ts78xx_ts_rtc_load()
100 ts78xx_fpga.supports.ts_rtc.init = 1; in ts78xx_ts_rtc_load()
265 if (ts78xx_fpga.supports.ts_nand.init == 0) { in ts78xx_ts_nand_load()
268 ts78xx_fpga.supports.ts_nand.init = 1; in ts78xx_ts_nand_load()
308 if (ts78xx_fpga.supports.ts_rng.init == 0) { in ts78xx_ts_rng_load()
311 ts78xx_fpga.supports.ts_rng.init = 1; in ts78xx_ts_rng_load()
330 ts78xx_fpga.supports.ts_rtc.init = 0; in ts78xx_fpga_devices_zero_init()
331 ts78xx_fpga.supports.ts_nand.init = 0; in ts78xx_fpga_devices_zero_init()
332 ts78xx_fpga.supports.ts_rng.init = 0; in ts78xx_fpga_devices_zero_init()
348 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
349 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
350 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
358 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
359 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
360 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
363 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_supports()
364 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_supports()
365 ts78xx_fpga.supports.ts_rng.present = 0; in ts78xx_fpga_supports()
374 if (ts78xx_fpga.supports.ts_rtc.present == 1) { in ts78xx_fpga_load_devices()
377 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_load_devices()
380 if (ts78xx_fpga.supports.ts_nand.present == 1) { in ts78xx_fpga_load_devices()
383 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_load_devices()
386 if (ts78xx_fpga.supports.ts_rng.present == 1) { in ts78xx_fpga_load_devices()
389 ts78xx_fpga.supports.ts_rng.present = 0; in ts78xx_fpga_load_devices()
399 if (ts78xx_fpga.supports.ts_rtc.present == 1) in ts78xx_fpga_unload_devices()
401 if (ts78xx_fpga.supports.ts_nand.present == 1) in ts78xx_fpga_unload_devices()
403 if (ts78xx_fpga.supports.ts_rng.present == 1) in ts78xx_fpga_unload_devices()