Lines Matching refs:supports

101 	if (ts78xx_fpga.supports.ts_rtc.init == 0) {  in ts78xx_ts_rtc_load()
104 ts78xx_fpga.supports.ts_rtc.init = 1; in ts78xx_ts_rtc_load()
273 if (ts78xx_fpga.supports.ts_nand.init == 0) { in ts78xx_ts_nand_load()
276 ts78xx_fpga.supports.ts_nand.init = 1; in ts78xx_ts_nand_load()
316 if (ts78xx_fpga.supports.ts_rng.init == 0) { in ts78xx_ts_rng_load()
319 ts78xx_fpga.supports.ts_rng.init = 1; in ts78xx_ts_rng_load()
338 ts78xx_fpga.supports.ts_rtc.init = 0; in ts78xx_fpga_devices_zero_init()
339 ts78xx_fpga.supports.ts_nand.init = 0; in ts78xx_fpga_devices_zero_init()
340 ts78xx_fpga.supports.ts_rng.init = 0; in ts78xx_fpga_devices_zero_init()
356 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
357 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
358 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
366 ts78xx_fpga.supports.ts_rtc.present = 1; in ts78xx_fpga_supports()
367 ts78xx_fpga.supports.ts_nand.present = 1; in ts78xx_fpga_supports()
368 ts78xx_fpga.supports.ts_rng.present = 1; in ts78xx_fpga_supports()
371 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_supports()
372 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_supports()
373 ts78xx_fpga.supports.ts_rng.present = 0; in ts78xx_fpga_supports()
382 if (ts78xx_fpga.supports.ts_rtc.present == 1) { in ts78xx_fpga_load_devices()
385 ts78xx_fpga.supports.ts_rtc.present = 0; in ts78xx_fpga_load_devices()
388 if (ts78xx_fpga.supports.ts_nand.present == 1) { in ts78xx_fpga_load_devices()
391 ts78xx_fpga.supports.ts_nand.present = 0; in ts78xx_fpga_load_devices()
394 if (ts78xx_fpga.supports.ts_rng.present == 1) { in ts78xx_fpga_load_devices()
397 ts78xx_fpga.supports.ts_rng.present = 0; in ts78xx_fpga_load_devices()
408 if (ts78xx_fpga.supports.ts_rtc.present == 1) in ts78xx_fpga_unload_devices()
410 if (ts78xx_fpga.supports.ts_nand.present == 1) in ts78xx_fpga_unload_devices()
412 if (ts78xx_fpga.supports.ts_rng.present == 1) in ts78xx_fpga_unload_devices()