curr_bitstream    151 drivers/misc/genwqe/card_sysfs.c 	int curr_bitstream;
curr_bitstream    154 drivers/misc/genwqe/card_sysfs.c 	curr_bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1;
curr_bitstream    155 drivers/misc/genwqe/card_sysfs.c 	return sprintf(buf, "%d\n", curr_bitstream);
curr_bitstream    157 drivers/misc/genwqe/card_sysfs.c static DEVICE_ATTR_RO(curr_bitstream);