Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/atari/
Ddebug.c56 } while (!(atari_scc.cha_b_ctrl & 0x04)); /* wait for tx buf empty */ in ata_scc_out()
143 } while (!(atari_scc.cha_b_ctrl & 0x01)); /* wait for rx buf filled */
188 atari_scc.cha_b_ctrl = (reg); \
190 atari_scc.cha_b_ctrl = (val); \
242 (void)atari_scc.cha_b_ctrl; /* reset reg pointer */ in atari_init_scc_port()
Dconfig.c320 if (scc_test(&st_escc.cha_b_ctrl)) { in config_atari()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Datarihw.h448 u_char cha_b_ctrl; member