Home
last modified time | relevance | path

Searched defs:_ch (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mgb/
H A Dif_mgb.h101 #define MGB_DMAC_CMD_RESET(_s, _ch) MGB_DMAC_CMD_VAL(_s, 8, _ch) argument
102 #define MGB_DMAC_CMD_START(_s, _ch) MGB_DMAC_CMD_VAL(_s, 4, _ch) argument
103 #define MGB_DMAC_CMD_STOP( _s, _ch) MGB_DMAC_CMD_VAL(_s, 0, _ch) argument
110 #define MGB_DMAC_CMD_STATE(sc, _s, _ch) \ argument
114 #define MGB_DMAC_STATE_IS_INITIAL(sc, _s, _ch) \ argument
120 #define MGB_DMAC_TX_INTR_ENBL(_ch) (1 << (_ch)) argument
121 #define MGB_DMAC_RX_INTR_ENBL(_ch) (1 << (16 + (_ch))) argument
214 #define MGB_INTR_VEC_MAP(_vsts, _ch) ((_vsts) << ((_ch) << 2)) argument
/freebsd/lib/libc/stdlib/
H A Dset_constraint_handler_s.c41 static constraint_handler_t *_ch = NULL; variable
/freebsd/sys/dev/ice/
H A Dice_defs.h56 #define IS_ASCII(_ch) ((_ch) < 0x80) argument
/freebsd/contrib/ntp/sntp/libopts/
H A Dputshell.c126 # define add_esc_ch(_ch) { *(out++) = '\\'; *(out++) = (_ch); } in optionQuoteString() argument
H A Dusage.c40 #define GRAPH_CH(_ch) \ argument
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpswreg.h67 #define CPSW_CPDMA_RX_INT_THRESH(_ch) (1 << (8 + ((_ch) & 7))) argument
68 #define CPSW_CPDMA_RX_INT(_ch) (1 << (0 + ((_ch) & 7))) argument
/freebsd/contrib/mandoc/
H A Dmandocdb.c350 #define CHECKOP(_op, _ch) do \ in mandocdb() argument