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

/freebsd-10.2-release/sys/dev/tdfx/
H A Dtdfx_pci.c658 /* For both of these, I added a variable named workport of type u_int so
667 u_int workport; local
683 workport = piod->port;
684 ret_byte = inb(workport);
694 u_int workport; local
711 workport = piod->port;
712 outb(workport, ret_byte);

Completed in 50 milliseconds