Lines Matching refs:port
599 #define outpw(port,value) *((volatile unsigned int *)(port)) = (value) argument
607 #define inpw(port) (*((volatile unsigned int *)(port))) argument
616 #define outps(port,value) *((volatile unsigned short *)(port)) = (value) argument
624 #define inps(port) (*((volatile unsigned short *)(port))) argument
632 #define outpb(port,value) *((volatile unsigned char *)(port)) = (value) argument
639 #define inpb(port) (*((volatile unsigned char *)(port))) argument
648 #define outp32(port,value) *((volatile unsigned int *)(port)) = (value) argument
656 #define inp32(port) (*((volatile unsigned int *)(port))) argument
665 #define outp16(port,value) *((volatile unsigned short *)(port)) = (value) argument
673 #define inp16(port) (*((volatile unsigned short *)(port))) argument
681 #define outp8(port,value) *((volatile unsigned char *)(port)) = (value) argument
688 #define inp8(port) (*((volatile unsigned char *)(port))) argument