Lines Matching refs:func
25 #define IPSR(bank, shift, func) (((bank) << 10U) | ((shift) << 4U) | (func)) argument
49 #define IPnSR(bank, reg, shift, func) \ argument
50 IPSR(((reg) << 5U) | (bank), shift, func)
52 #define IP0SR0(shift, func) IPnSR(0, 0, shift, func) argument
53 #define IP1SR0(shift, func) IPnSR(1, 0, shift, func) argument
54 #define IP2SR0(shift, func) IPnSR(2, 0, shift, func) argument
55 #define IP3SR0(shift, func) IPnSR(3, 0, shift, func) argument
56 #define IP0SR1(shift, func) IPnSR(0, 1, shift, func) argument
57 #define IP1SR1(shift, func) IPnSR(1, 1, shift, func) argument
58 #define IP2SR1(shift, func) IPnSR(2, 1, shift, func) argument
59 #define IP3SR1(shift, func) IPnSR(3, 1, shift, func) argument
60 #define IP0SR2(shift, func) IPnSR(0, 2, shift, func) argument
61 #define IP1SR2(shift, func) IPnSR(1, 2, shift, func) argument
62 #define IP2SR2(shift, func) IPnSR(2, 2, shift, func) argument
63 #define IP3SR2(shift, func) IPnSR(3, 2, shift, func) argument
64 #define IP0SR3(shift, func) IPnSR(0, 3, shift, func) argument
65 #define IP1SR3(shift, func) IPnSR(1, 3, shift, func) argument
66 #define IP2SR3(shift, func) IPnSR(2, 3, shift, func) argument
67 #define IP3SR3(shift, func) IPnSR(3, 3, shift, func) argument
68 #define IP0SR4(shift, func) IPnSR(0, 4, shift, func) argument
69 #define IP1SR4(shift, func) IPnSR(1, 4, shift, func) argument
70 #define IP2SR4(shift, func) IPnSR(2, 4, shift, func) argument
71 #define IP3SR4(shift, func) IPnSR(3, 4, shift, func) argument
72 #define IP0SR5(shift, func) IPnSR(0, 5, shift, func) argument
73 #define IP1SR5(shift, func) IPnSR(1, 5, shift, func) argument
74 #define IP2SR5(shift, func) IPnSR(2, 5, shift, func) argument
75 #define IP3SR5(shift, func) IPnSR(3, 5, shift, func) argument
76 #define IP0SR6(shift, func) IPnSR(0, 6, shift, func) argument
77 #define IP1SR6(shift, func) IPnSR(1, 6, shift, func) argument
78 #define IP2SR6(shift, func) IPnSR(2, 6, shift, func) argument
79 #define IP3SR6(shift, func) IPnSR(3, 6, shift, func) argument
80 #define IP0SR7(shift, func) IPnSR(0, 7, shift, func) argument
81 #define IP1SR7(shift, func) IPnSR(1, 7, shift, func) argument
82 #define IP2SR7(shift, func) IPnSR(2, 7, shift, func) argument
83 #define IP3SR7(shift, func) IPnSR(3, 7, shift, func) argument