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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/kernel/sys/
H A Dpcl720.h38 #define pcl720_outb(x,y) outb(x,y) macro
45 static void pcl720_outb(int addr, unsigned char x) { function
59 pcl720_outb(pcl720_ctrl(b), ctrl.i); \
60 pcl720_outb(pcl720_cntr(b,c), v); \
61 pcl720_outb(pcl720_cntr(b,c), v >> 8); \
71 pcl720_outb(pcl720_ctrl(b), ctrl.i); \
90 pcl720_outb(pcl720_data_0_7(b), v); \
91 pcl720_outb(pcl720_data_8_15(b), v << 8); \
92 pcl720_outb(pcl720_data_16_23(b), v << 16); \
93 pcl720_outb(pcl720_data_24_3
[all...]

Completed in 105 milliseconds