Searched defs:_int10Mem (Results 1 – 1 of 1) sorted by relevance
47 typedef struct _int10Mem { struct48 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);