Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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()
/freebsd-13.1/sys/amd64/include/
H A Dvmm_dev.h252 unsigned access_width : 3; member
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_dev.c599 if (kernemu->access_width > 0) in vmmdev_ioctl()
600 size = (1u << kernemu->access_width); in vmmdev_ioctl()
/freebsd-13.1/sys/dev/altera/softdma/
H A Dsoftdma.c107 uint32_t access_width; member
/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi.c823 .access_width = fls(size) - 1, in vm_readwrite_kernemu_device()