Searched refs:ctrl0 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Depson1356fb.c547 return e1356_wait_bitclr(&bltreg->ctrl0, 0x80, 5000);
552 return e1356_wait_bitset(&bltreg->ctrl0, 0x80, 5000);
563 writeb(0, &bltreg->ctrl0);
614 writeb(0x80, &bltreg->ctrl0);
627 u8 ctrl0; local
630 ctrl0 = readb(&bltreg->ctrl0);
632 if ((ctrl0 & 0x30) == 0x20)
635 else if ((ctrl0 & 0x40) == 0)
682 writeb(0x80, &bltreg->ctrl0);
[all...]
H A Depson1356fb.h173 u8 ctrl0; // 100 member in struct:__anon2880

Completed in 43 milliseconds