Searched refs:d_f (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/int10/ |
| H A D | helper_exec.c | 225 uint16_t port, uint32_t base, int d_f, uint32_t count) in port_rep_inb() argument 227 register int inc = d_f ? -1 : 1; in port_rep_inb() 232 port, (unsigned) count, (unsigned) base, d_f ? "up" : "down"); in port_rep_inb() 242 uint16_t port, uint32_t base, int d_f, uint32_t count) in port_rep_inw() argument 244 register int inc = d_f ? -2 : 2; in port_rep_inw() 249 port, (unsigned) count, (unsigned) base, d_f ? "up" : "down"); in port_rep_inw() 259 uint16_t port, uint32_t base, int d_f, uint32_t count) in port_rep_inl() argument 261 register int inc = d_f ? -4 : 4; in port_rep_inl() 266 port, (unsigned) count, (unsigned) base, d_f ? "up" : "down"); in port_rep_inl() 276 uint16_t port, uint32_t base, int d_f, uint32_t count) in port_rep_outb() argument [all …]
|
| H A D | xf86int10.h | 145 uint16_t port, uint32_t base, int d_f, uint32_t count); 147 uint16_t port, uint32_t base, int d_f, uint32_t count); 149 uint16_t port, uint32_t base, int d_f, uint32_t count); 151 uint16_t port, uint32_t base, int d_f, uint32_t count); 153 uint16_t port, uint32_t base, int d_f, uint32_t count); 155 uint16_t port, uint32_t base, int d_f, uint32_t count);
|