Searched refs:set8 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Dacl.c12 set8(&((volatile char *)base)[0x34], 0x7f, 0x80);
16 set8(&((volatile char *)base)[0x34], 0x7f, 0x00);
20 set8(&((volatile char *)base)[0x34], 0xfd, 0x02);
24 set8(&((volatile char *)base)[0x34], 0xfd, 0x00);
28 set8(&((volatile char *)base)[0x34], 0xfe, 0x01);
32 set8(&((volatile char *)base)[0x34], 0xfe, 0x00);
36 set8(&((volatile char *)base)[0x35], 0xfd, 0x02);
40 set8(&((volatile char *)base)[0x34], 0xfe, 0x00);
H A Dbits.h10 __inline void set8(volatile char *addr, char mask, char val);
H A Dbits.c15 __inline void set8(volatile char *addr, char mask, char val) function
/haiku/src/add-ons/accelerants/et6x00/
H A DAcceleration.c16 static __inline void set8(volatile unsigned char *addr, unsigned char mask, function
31 set8(mmRegs+0x31, 0xef, 0x10); /* let ACL to operate */
33 set8(mmRegs+0x30, 0, 0x00);
34 set8(mmRegs+0x30, 0, 0x01);
36 set8(mmRegs+0x30, 0, 0x00);
37 set8(mmRegs+0x30, 0, 0x10);
39 set8(mmRegs+0x30, 0, 0x00);
49 set8(mmRegs+0x31, 0xef, 0x10); /* let ACL to operate */
50 set8(mmRegs+0x32, 0x99, 0x00); /* maximize the performance */
51 set8(mmReg
[all...]

Completed in 53 milliseconds