Home
last modified time | relevance | path

Searched refs:m (Results 1 – 7 of 7) sorted by relevance

/devicemodel/include/
A Dusb_pmapper.h24 #define USB_EP_MAXP_SZ(m) ((m) & 0x7ff) argument
25 #define USB_EP_MAXP_MT(m) (((m) >> 11) & 0x3) argument
A Dusb.h557 #define USB_MAKE_STRING_DESC(m, name) \ argument
561 uint8_t bData[sizeof((uint8_t []){m})]; \
565 .bData = { m }, \
A Dspecialreg.h568 #define PAT_VALUE(i, m) ((long long)(m) << (8 * (i))) argument
/devicemodel/
A DMakefile242 COMMIT_TIME=$$(git log -1 --date=format:"%Y-%m-%d-%T" --format=%cd); \
243 TIME=$$(date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" "+%Y-%m-%d %H:%M:%S"); \
/devicemodel/hw/platform/
A Drtc.c144 #define days_in_month(y, m) \ argument
145 (month_days[(m) - 1] + (m == FEBRUARY ? leapyear(y) : 0))
/devicemodel/hw/platform/rpmb/
A Drpmb_sim.c62 #define offsetof(s, m) (size_t) &(((s *) 0)->m) argument
/devicemodel/hw/pci/
A Dxhci.c180 #define FIELD_REPLACE(a, b, m, s) (((a) & ~((m) << (s))) | \ argument
181 (((b) & (m)) << (s)))
182 #define FIELD_COPY(a, b, m, s) (((a) & ~((m) << (s))) | \ argument
183 (((b) & ((m) << (s)))))

Completed in 31 milliseconds