Searched refs:I8254_CTRL_RW (Results 1 – 1 of 1) sorted by relevance
51 #define I8254_CTRL_RW(x) (((x) & 0x3) << 4) macro52 #define I8254_CTRL_LATCH I8254_CTRL_RW(0)53 #define I8254_CTRL_LSB_ONLY I8254_CTRL_RW(1)54 #define I8254_CTRL_MSB_ONLY I8254_CTRL_RW(2)55 #define I8254_CTRL_LSB_MSB I8254_CTRL_RW(3)