Searched refs:__bitfield (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/sdmmc/
H A Dsdmmcreg.h285 (__bitfield((uint32_t *)(status), 400 + (group - 1) * 16, 16))
294 #define MMC_RSP_BITS(resp, start, len) __bitfield((resp), (start)-8, (len))
296 __bitfield(u_int32_t *src, int start, int len) function

Completed in 207 milliseconds