Lines Matching refs:index

99 #define HWIO_SPRUCE_ADDRI(hwiosym, index)                       __msmhwio_addri(hwiosym, index)  argument
104 #define HWIO_SPRUCE_ADDRXI(base, hwiosym, index) __msmhwio_addrxi(base, hwiosym, argument
109 #define HWIO_SPRUCE_PHYSI(hwiosym, index) __msmhwio_physi(hwiosym, index) argument
114 #define HWIO_SPRUCE_PHYSXI(base, hwiosym, index) __msmhwio_physxi(base, hwiosym, argument
119 #define HWIO_SPRUCE_OFFSI(hwiosym, index) __msmhwio_offsi(hwiosym, index) argument
140 #define HWIO_SPRUCE_INI(hwiosym, index) __msmhwio_ini(hwiosym, inde… argument
145 #define HWIO_SPRUCE_INMI(hwiosym, index, mask) __msmhwio_inmi(hwiosym, ind… argument
150 #define HWIO_SPRUCE_INFI(io, index, field) (HWIO_SPRUCE_INMI(io, index argument
155 #define HWIO_SPRUCE_INXI(base, hwiosym, index) __msmhwio_inxi(base, hwiosy… argument
160 #define HWIO_SPRUCE_INXMI(base, hwiosym, index, mask) __msmhwio_inxmi(base, hwios… argument
165 #define HWIO_SPRUCE_INXFI(base, io, index, field) (HWIO_SPRUCE_INXMI(base, io… argument
189 #define HWIO_SPRUCE_OUTI(hwiosym, index, val) __msmhwio_outi(hwiosym, ind… argument
194 #define HWIO_SPRUCE_OUTMI(hwiosym, index, mask, val) __msmhwio_outmi(hwiosym, in… argument
199 #define HWIO_SPRUCE_OUTFI(io, index, field, val) HWIO_SPRUCE_OUTMI(io, index argument
204 #define HWIO_SPRUCE_OUTVI(io, index, field, val) HWIO_SPRUCE_OUTMI(io, index argument
209 …efine HWIO_SPRUCE_OUTXI(base, hwiosym, index, val) __msmhwio_outxi(base,… argument
217 …fine HWIO_SPRUCE_OUTXMI(base, hwiosym, index, mask, val) __msmhwio_outxmi(base,… argument
226 #define HWIO_SPRUCE_OUTXFI(base, io, index, field, val) HWIO_SPRUCE_OUTXMI(b… argument
231 #define HWIO_SPRUCE_OUTXVI(base, io, index, field, val) HWIO_SPRUCE_OUTXMI(b… argument
271 #define HWIO_SPRUCE_RMSKI(hwiosym, index) __msmhwio_rmski(hwiosym, index) argument
292 #define HWIO_SPRUCE_SHDWI(hwiosym, index) __msmhwio_shdwi(hwiosym, index) argument
308 #define __msmhwio_ini(hwiosym, index) HWIO_SPRUCE_##hwiosym##_INI(index) argument
312 #define __msmhwio_inmi(hwiosym, index, mask) HWIO_SPRUCE_##hwiosym##_INMI(index,… argument
316 #define __msmhwio_outi(hwiosym, index, val) HWIO_SPRUCE_##hwiosym##_OUTI(index,… argument
320 #define __msmhwio_outmi(hwiosym, index, mask, val) HWIO_SPRUCE_##hwiosym##_OUTMI(index argument
324 #define __msmhwio_addri(hwiosym, index) HWIO_SPRUCE_##hwiosym##_ADDR(index) argument
328 #define __msmhwio_physi(hwiosym, index) HWIO_SPRUCE_##hwiosym##_PHYS(index) argument
332 #define __msmhwio_offsi(hwiosym, index) HWIO_SPRUCE_##hwiosym##_OFFS(index) argument
336 #define __msmhwio_rmski(hwiosym, index) HWIO_SPRUCE_##hwiosym##_RMSK(index) argument
341 #define __msmhwio_shdwi(hwiosym, index) HWIO_SPRUCE_##hwiosym##_SHDW(index) argument
345 #define __msmhwio_inxi(base, hwiosym, index) HWIO_SPRUCE_##hwiosym##_INI(b… argument
349 #define __msmhwio_inxmi(base, hwiosym, index, mask) HWIO_SPRUCE_##hwiosym##_INMI(… argument
353 #define __msmhwio_outxi(base, hwiosym, index, val) HWIO_SPRUCE_##hwiosym##_OUTI(… argument
374 #define __msmhwio_outxmi(base, hwiosym, index, mask, val) HWIO_SPRUCE_##hwiosym##_OUTMI… argument
378 #define __msmhwio_addrxi(base, hwiosym, index) HWIO_SPRUCE_##hwiosym##_ADDR(… argument
382 #define __msmhwio_physxi(base, hwiosym, index) HWIO_SPRUCE_##hwiosym##_PHYS(… argument