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