Home
last modified time | relevance | path

Searched defs:_idx (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/arm/rockchip/
H A Drk3328_iomux.c44 #define GRF_GPIO_P_REG(_bank, _idx) (0x0100 + (_bank) * 0x10 + ((_idx) >> 3) * 4) argument
45 #define GRF_GPIO_P_CTL(_idx) (0x3 << (((_idx) & 7) * 2)) argument
51 #define GRF_GPIO_P_WRITE_EN(_idx) (0x3 << (((_idx) & 7) * 2 + 16)) argument
53 #define GRF_GPIO_E_REG(_bank, _idx) (0x0200 + (_bank) * 0x10 + ((_idx) >> 3) * 4) argument
54 #define GRF_GPIO_E_CTL(_idx) (0x3 << (((_idx) & 7) * 2)) argument
60 #define GRF_GPIO_E_WRITE_EN(_idx) (0x3 << (((_idx) & 7) * 2 + 16)) argument
H A Drk3399_iomux.c48 #define GRF_GPIO_P_CTL(_idx) (0x3U << (((_idx) & 7) * 2)) argument
49 #define GRF_GPIO_P_WRITE_EN(_idx) (0x3U << (((_idx) & 7) * 2 + 16)) argument
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dring.h227 #define RING_GET_REQUEST(_r, _idx) \ argument
239 #define RING_COPY_REQUEST(_r, _idx, _req) do { \ argument
244 #define RING_GET_RESPONSE(_r, _idx) \ argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dminfo.d565 size_t _idx; in sortCtorsOld() member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dminfo.d565 size_t _idx; in sortCtorsOld() member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d5885 size_t _idx; member