Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/pcmcia/
Dcm4000_cs.c86 #define IS_INVREV 8 macro
333 set_bit(IS_INVREV, &dev->flags); in parse_atr()
335 clear_bit(IS_INVREV, &dev->flags); in parse_atr()
488 if (test_bit(IS_INVREV, &dev->flags)) in set_protocol()
497 | (test_bit(IS_INVREV, &dev->flags) ? 0x02 : 0x00) /* inv parity */ in set_protocol()
1030 if (test_bit(IS_INVREV, &dev->flags) && count > 0) in cmm_read()
1153 | (test_bit(IS_INVREV, &dev->flags) ? 2 : 0)/* inverse parity */ in cmm_write()
1165 | (test_bit(IS_INVREV, &dev->flags) ? 2 : 0) in cmm_write()
1172 if (test_bit(IS_INVREV, &dev->flags)) { in cmm_write()
1191 if (test_bit(IS_INVREV, &dev->flags)) in cmm_write()
[all …]