Searched refs:SSC050_PORT_BIT_REG (Results 1 – 2 of 2) sorted by relevance
38 #define SSC050_PORT_BIT_REG(port) (0x80 + (port << 4)) macro
42 #define SSC050_BIT_REG(port, bit) (SSC050_PORT_BIT_REG(port) | (bit))