Searched refs:PS_ID_MASK (Results 1 – 10 of 10) sorted by relevance
89 #define PS_ID_MASK 0xFF macro
87 #define PS_ID_MASK 0xFF macro
310 #define PS_ID_MASK 0xFF macro330 cmd[PS_RESET_CMD_LEN - 2] = ps_param & PS_ID_MASK; in write_ps_cmd()331 cmd[PS_RESET_CMD_LEN - 1] = (ps_param >> 8) & PS_ID_MASK; in write_ps_cmd()
312 #define PS_ID_MASK 0xFF macro332 cmd[PS_RESET_CMD_LEN - 2] = ps_param & PS_ID_MASK; in write_ps_cmd()333 cmd[PS_RESET_CMD_LEN - 1] = (ps_param >> 8) & PS_ID_MASK; in write_ps_cmd()
316 #define PS_ID_MASK 0xFF macro336 cmd[PS_RESET_CMD_LEN - 2] = ps_param & PS_ID_MASK; in write_ps_cmd()337 cmd[PS_RESET_CMD_LEN - 1] = (ps_param >> 8) & PS_ID_MASK; in write_ps_cmd()