Searched refs:ioport (Results 1 - 14 of 14) sorted by relevance

/external/oprofile/module/
H A Dcompat.c14 #include <linux/ioport.h>
/external/kernel-headers/original/linux/
H A Dkexec.h9 #include <linux/ioport.h>
H A Dwanrouter.h203 unsigned ioport; /* adapter I/O port base */ member in struct:wandev_conf
469 unsigned ioport; /* adapter I/O port base #1 */ member in struct:wan_device
H A Ddevice.h14 #include <linux/ioport.h>
H A Dpci.h50 #include <linux/ioport.h>
/external/oprofile/module/x86/
H A Dop_rtc.c13 #include <linux/ioport.h>
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h328 } ioport; member in union:ocontext::__anon8856
/external/quake/quake/src/WinQuake/
H A Dnet_bw.cpp200 short ioport; member in struct:__anon12630
/external/checkpolicy/
H A Dpolicy_define.c3976 newc->u.ioport.low_ioport = low;
3977 newc->u.ioport.high_ioport = high;
3980 yyerror2("low ioport 0x%x exceeds high ioport 0x%x", low, high);
3994 low2 = c->u.ioport.low_ioport;
3995 high2 = c->u.ioport.high_ioport;
/external/libsepol/src/
H A Dexpand.c2059 n->u.ioport.low_ioport = c->u.ioport.low_ioport;
2060 n->u.ioport.high_ioport =
2061 c->u.ioport.high_ioport;
H A Dwrite.c1231 buf[0] = c->u.ioport.low_ioport;
1232 buf[1] = c->u.ioport.high_ioport;
H A Dpolicydb.c2452 c->u.ioport.low_ioport = le32_to_cpu(buf[0]);
2453 c->u.ioport.high_ioport = le32_to_cpu(buf[1]);
/external/qemu-pc-bios/vgabios/
H A Dvbe.c219 ; DISPI ioport functions
/external/grub/netboot/
H A Dtlan.c1655 #include <linux/ioport.h>

Completed in 325 milliseconds