Home
last modified time | relevance | path

Searched refs:IO_ILLEGAL_VALUE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_base.c468 != IO_ILLEGAL_VALUE); in genwqe_read_ids()
675 if (gfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
698 if (fir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
706 if (fec == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
718 if (sfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
726 if (sfec == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
732 if (gfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
773 if (gfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
788 return IO_ILLEGAL_VALUE; in genwqe_fir_checking()
948 if (gfir == IO_ILLEGAL_VALUE) { in genwqe_health_thread()
[all …]
/openbmc/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h260 #define IO_ILLEGAL_VALUE 0xffffffffffffffffull macro