Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Ddn_keyb.c369 scn2681_ints=sio01.isr_imr & 3; in dn_keyb_int()
371 data=sio01.rhra_thra; in dn_keyb_int()
385 if(sio01.sra_csra & 0x10) { in dn_keyb_int()
400 sio01.rhra_thra=keyb_cmds[keyb_cmd_read++]; in dn_keyb_int()
407 sio01.BRGtest_cra=9; in dn_keyb_int()
431 sio01.BRGtest_cra=5; in write_keyb_cmd()
462 while(!(sio01.sra_csra & 0x4)); in dn_keyb_init()
463 sio01.rhra_thra=0xff; in dn_keyb_init()
465 while(!(sio01.sra_csra & 0x4)); in dn_keyb_init()
466 sio01.rhra_thra=0x1; in dn_keyb_init()
[all …]
/linux-2.4.37.9/arch/m68k/apollo/
Dconfig.c128 while(!(sio01.srb_csrb & 1)) in dn_serial_console_wait_key()
130 return sio01.rhrb_thrb; in dn_serial_console_wait_key()
137 sio01.rhrb_thrb = (unsigned char)'\r'; in dn_serial_console_write()
138 while (!(sio01.srb_csrb & 0x4)) in dn_serial_console_write()
141 sio01.rhrb_thrb = (unsigned char)*str++; in dn_serial_console_write()
142 while (!(sio01.srb_csrb & 0x4)) in dn_serial_console_write()
151 sio01.rhrb_thrb = (unsigned char)'\r'; in dn_serial_print()
152 while (!(sio01.srb_csrb & 0x4)) in dn_serial_print()
155 sio01.rhrb_thrb = (unsigned char)*str++; in dn_serial_print()
156 while (!(sio01.srb_csrb & 0x4)) in dn_serial_print()
/linux-2.4.37.9/include/asm-m68k/
Dapollohw.h93 #define sio01 ((*(volatile struct SCN2681 *)(IO_BASE + sio01_physaddr))) macro