Searched refs:pcl720_outb (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/kernel/sys/ |
H A D | pcl720.h | 36 #define pcl720_outb(x,y) outb(x,y) macro 43 static void pcl720_outb(int addr, unsigned char x) { in pcl720_outb() 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_31(b), v << 24); \
|