Home | History | Annotate | Download | only in qemu

Lines Matching defs:bsize

124 static int ioport_bsize(int size, int *bsize)
127 *bsize = 0;
129 *bsize = 1;
131 *bsize = 2;
142 int i, bsize;
144 if (ioport_bsize(size, &bsize)) {
149 ioport_read_table[bsize][i] = func;
161 int i, bsize;
163 if (ioport_bsize(size, &bsize)) {
168 ioport_write_table[bsize][i] = func;