HomeSort by: relevance | last modified time | path
    Searched defs:__dbs_set (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/dreamcast/include/
bus_funcs.h 87 #define __dbs_set(type, sz, tn, t, h, o, v, c) \ macro
212 __dbs_set(sm,1,uint8_t,(t),(h),(o),(v),(c))
214 __dbs_set(sm,2,uint16_t,(t),(h),(o),(v),(c))
216 __dbs_set(sm,4,uint32_t,(t),(h),(o),(v),(c))
218 __dbs_set(sm,8,uint64_t,(t),(h),(o),(v),(c))
225 __dbs_set(sr,1,uint8_t,(t),(h),(o),(v),(c))
227 __dbs_set(sr,2,uint16_t,(t),(h),(o),(v),(c))
229 __dbs_set(sr,4,uint32_t,(t),(h),(o),(v),(c))
231 __dbs_set(sr,8,uint64_t,(t),(h),(o),(v),(c))

Completed in 14 milliseconds