Searched defs:_ch (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/mgb/ |
H A D | if_mgb.h | 101 #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 D | set_constraint_handler_s.c | 41 static constraint_handler_t *_ch = NULL; variable
|
/freebsd/sys/dev/ice/ |
H A D | ice_defs.h | 56 #define IS_ASCII(_ch) ((_ch) < 0x80) argument
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | putshell.c | 126 # define add_esc_ch(_ch) { *(out++) = '\\'; *(out++) = (_ch); } in optionQuoteString() argument
|
H A D | usage.c | 40 #define GRAPH_CH(_ch) \ argument
|
/freebsd/sys/arm/ti/cpsw/ |
H A D | if_cpswreg.h | 67 #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 D | mandocdb.c | 350 #define CHECKOP(_op, _ch) do \ in mandocdb() argument
|