Searched refs:RCAR_IPSR (Results 1 – 1 of 1) sorted by relevance
46 #define RCAR_IPSR(node_id) DT_PROP_BY_IDX(node_id, pin, 1) macro52 ((RCAR_IPSR(node_id) >> 10U) & 0x1FU), \53 ((RCAR_IPSR(node_id) >> 4U) & 0x1FU), \54 ((RCAR_IPSR(node_id) & 0xFU)) \58 ((((RCAR_IPSR(node_id) >> 10U) & 0x1FU) == 0x1F) && \59 (((RCAR_IPSR(node_id) >> 4U) & 0x1FU) == 0x1F) && \60 ((RCAR_IPSR(node_id) & 0xFU) == 0xF))