Home
last modified time | relevance | path

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

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