Home
last modified time | relevance | path

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

/xnu-11417.121.6/pexpert/pexpert/arm/
H A Ddockchannel.h32 #define DOCKCHANNEL_STRIDE (0x10000) macro
80 …LS_DEV_WR_WATERMARK(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0x0000))
81 …LS_DEV_RD_WATERMARK(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0x0004))
82 …LS_DEV_DRAIN_CFG(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0x0008))
84 …LS_DEV_WDATA1(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0x4004))
85 …LS_DEV_WSTAT(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0x4014))
86 …LS_DEV_RDATA0(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0x4018))
87 …LS_DEV_RDATA1(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0x401c))
89 …LS_DOCK_RDATA1(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0xc01c))
90 …LS_DOCK_RDATA3(_base, _ch) ((uintptr_t) ((_base) + ((_ch) * DOCKCHANNEL_STRIDE) + 0xc024))