Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ce/
H A Dceddk.c444 b->chan[0].config |= TAU32_LineNormal; in ce_init_board()
462 b->chan[1].config |= TAU32_LineNormal; in ce_init_board()
994 cfg |= on ? TAU32_LineLoopInt : (TAU32_LineNormal | TAU32_ais_on_loss); in ce_set_lloop()
1021 cfg |= on ? TAU32_LineLoopExt : TAU32_LineNormal; in ce_set_rloop()
H A Dtau32-ddk.h201 #define TAU32_LineNormal (3ul << 0) macro