Lines Matching refs:supports

100 	if (ts78xx_fpga.supports.ts_rtc.init == 0) {  in ts78xx_ts_rtc_load()
103 ts78xx_fpga.supports.ts_rtc.init = 1; in ts78xx_ts_rtc_load()
268 if (ts78xx_fpga.supports.ts_nand.init == 0) { in ts78xx_ts_nand_load()
271 ts78xx_fpga.supports.ts_nand.init = 1; in ts78xx_ts_nand_load()
311 if (ts78xx_fpga.supports.ts_rng.init == 0) { in ts78xx_ts_rng_load()
314 ts78xx_fpga.supports.ts_rng.init = 1; in ts78xx_ts_rng_load()
333 ts78xx_fpga.supports.ts_rtc.init = 0; in ts78xx_fpga_devices_zero_init()
334 ts78xx_fpga.supports.ts_nand.init = 0; in ts78xx_fpga_devices_zero_init()
335 ts78xx_fpga.supports.ts_rng.init = 0; in ts78xx_fpga_devices_zero_init()
351 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
352 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
353 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
361 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
362 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
363 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
366 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_supports()
367 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_supports()
368 ts78xx_fpga.supports.ts_rng.present = 0; in ts78xx_fpga_supports()
377 if (ts78xx_fpga.supports.ts_rtc.present == 1) { in ts78xx_fpga_load_devices()
380 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_load_devices()
383 if (ts78xx_fpga.supports.ts_nand.present == 1) { in ts78xx_fpga_load_devices()
386 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_load_devices()
389 if (ts78xx_fpga.supports.ts_rng.present == 1) { in ts78xx_fpga_load_devices()
392 ts78xx_fpga.supports.ts_rng.present = 0; in ts78xx_fpga_load_devices()
402 if (ts78xx_fpga.supports.ts_rtc.present == 1) in ts78xx_fpga_unload_devices()
404 if (ts78xx_fpga.supports.ts_nand.present == 1) in ts78xx_fpga_unload_devices()
406 if (ts78xx_fpga.supports.ts_rng.present == 1) in ts78xx_fpga_unload_devices()