Home
last modified time | relevance | path

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

/freebsd/sys/dev/safexcel/
H A Dsafexcel_var.h121 #define SAFEXCEL_CONTROL0_SIZE(n) (((n) & 0xff) << 8) macro
H A Dsafexcel.c1439 ctrl0 |= SAFEXCEL_CONTROL0_SIZE(off / sizeof(uint32_t)); in safexcel_set_context()