Home
last modified time | relevance | path

Searched refs:IO_SLU_BITSTREAM (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h195 #define IO_SLU_BITSTREAM 0x00040040 macro
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_sysfs.c154 curr_bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1; in curr_bitstream_show()
H A Dcard_debugfs.c294 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM); in info_show()
H A Dcard_base.c467 cd->is_privileged = (__genwqe_readq(cd, IO_SLU_BITSTREAM) in genwqe_read_ids()
H A Dcard_utils.c710 bitstream = __genwqe_readq(cd, IO_SLU_BITSTREAM) & 0x1; in genwqe_read_softreset()