Home
last modified time | relevance | path

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

/freebsd/sys/dev/ismt/
H A Dismt.c142 #define DESC_SIZE (ISMT_DESC_ENTRIES * sizeof(struct ismt_desc)) macro
612 DESC_SIZE, 1, DESC_SIZE, in ismt_attach()
633 sc->desc_dma_map, sc->desc, DESC_SIZE, in ismt_attach()
/freebsd/sys/arm/allwinner/
H A Da31_dmac.c111 #define DESC_SIZE sizeof(struct a31dmac_desc) macro
226 DESC_SIZE, 1, /* maxsize, nsegs */ in a31dmac_attach()
227 DESC_SIZE, /* maxsegsize */ in a31dmac_attach()