Home
last modified time | relevance | path

Searched refs:EP_IOSIZE (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/ep/
HDif_ep_isa.c283 bus_set_resource(child, SYS_RES_IOPORT, 0, ioport, EP_IOSIZE); in ep_isa_identify()
289 desc, ioport, ioport + EP_IOSIZE, irq); in ep_isa_identify()
HDif_ep_mca.c77 #define EP_MCA_IOPORT_SIZE EP_IOSIZE
HDif_ep_eisa.c118 eisa_add_iospace(dev, port, EP_IOSIZE, RESVADDR_NONE); in ep_eisa_probe()
HDif_epreg.h45 #define EP_IOSIZE 16 /* 16 bytes of I/O space used. */ macro