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

/freebsd-10.2-release/contrib/ntp/kernel/sys/
H A Dpcl720.h36 #define pcl720_outb(x,y) outb(x,y) macro
43 static void pcl720_outb(int addr, unsigned char x) { function
57 pcl720_outb(pcl720_ctrl(b), ctrl.i); \
58 pcl720_outb(pcl720_cntr(b,c), v); \
59 pcl720_outb(pcl720_cntr(b,c), v >> 8); \
69 pcl720_outb(pcl720_ctrl(b), ctrl.i); \
88 pcl720_outb(pcl720_data_0_7(b), v); \
89 pcl720_outb(pcl720_data_8_15(b), v << 8); \
90 pcl720_outb(pcl720_data_16_23(b), v << 16); \
91 pcl720_outb(pcl720_data_24_3
[all...]

Completed in 40 milliseconds