Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Ddz.h23 #define DZ_CLR 0x0010 /* Master reset */ macro
Ddz.c1415 dz_out(info, DZ_CSR, DZ_CLR); in dz_init()
1416 while (dz_in(info, DZ_CSR) & DZ_CLR); in dz_init()
1553 dz_out(dz_console, DZ_CSR, DZ_CLR); in dz_console_setup()
1554 while ((tmp = dz_in(dz_console, DZ_CSR)) & DZ_CLR); in dz_console_setup()