Lines Matching refs:genconfig_shadow
421 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, g0dir); in setget_input()
426 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, g8_15dir); in setget_input()
431 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, g16_23dir); in setget_input()
436 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, g24dir); in setget_input()
444 (unsigned long)genconfig_shadow, in setget_input()
446 *R_GEN_CONFIG = genconfig_shadow; in setget_input()
468 genconfig_shadow |= IO_MASK(R_GEN_CONFIG, g0dir); in setget_output()
473 genconfig_shadow |= IO_MASK(R_GEN_CONFIG, g8_15dir); in setget_output()
478 genconfig_shadow |= IO_MASK(R_GEN_CONFIG, g16_23dir); in setget_output()
483 genconfig_shadow |= IO_MASK(R_GEN_CONFIG, g24dir); in setget_output()
491 (unsigned long)genconfig_shadow, in setget_output()
493 *R_GEN_CONFIG = genconfig_shadow; in setget_output()
770 if (genconfig_shadow & IO_STATE(R_GEN_CONFIG, g0dir, out)) in ioif_watcher()
772 if (genconfig_shadow & IO_STATE(R_GEN_CONFIG, g8_15dir, out)) in ioif_watcher()
774 if (genconfig_shadow & IO_STATE(R_GEN_CONFIG, g16_23dir, out)) in ioif_watcher()
776 if (genconfig_shadow & IO_STATE(R_GEN_CONFIG, g24dir, out)) in ioif_watcher()