Home
last modified time | relevance | path

Searched defs:_int10Mem (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86int10.h47 typedef struct _int10Mem { struct
48 uint8_t (*rb) (xf86Int10InfoPtr, int);
49 uint16_t (*rw) (xf86Int10InfoPtr, int);
50 uint32_t (*rl) (xf86Int10InfoPtr, int);
51 void (*wb) (xf86Int10InfoPtr, int, uint8_t);
52 void (*ww) (xf86Int10InfoPtr, int, uint16_t);
53 void (*wl) (xf86Int10InfoPtr, int, uint32_t);