Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/safexcel/
Dsafexcel_var.h123 #define SAFEXCEL_CONTROL0_SIZE(n) (((n) & 0xff) << 8) macro
Dsafexcel.c1393 ctrl0 |= SAFEXCEL_CONTROL0_SIZE(ctxr_len); in safexcel_set_command()