Home
last modified time | relevance | path

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

/linux/drivers/misc/genwqe/
H A Dcard_base.c432 if (cd->slu_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_read_ids()
448 if (cd->app_unitcfg == IO_ILLEGAL_VALUE) { in genwqe_read_ids()
467 != IO_ILLEGAL_VALUE); in genwqe_read_ids()
674 if (gfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
697 if (fir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
705 if (fec == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
717 if (sfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
725 if (sfec == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
731 if (gfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
772 if (gfir == IO_ILLEGAL_VALUE) in genwqe_fir_checking()
[all …]
/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h260 #define IO_ILLEGAL_VALUE 0xffffffffffffffffull macro