Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/ingenic/
H A Djz4780_pdma.c375 access_width(struct xdma_request *req, uint32_t *dcm, uint32_t *max_width) in access_width() function
475 if (access_width(req, &dcm, &max_width) != 0) { in pdma_channel_request()
/f-stack/freebsd/amd64/include/
H A Dvmm_dev.h247 unsigned access_width : 3; member
/f-stack/freebsd/amd64/vmm/
H A Dvmm_dev.c584 if (kernemu->access_width > 0) in vmmdev_ioctl()
585 size = (1u << kernemu->access_width); in vmmdev_ioctl()