/freebsd/sys/dev/mgb/ |
H A D | if_mgb.h | 91 #define MGB_FCT_ENBL(_channel) (1 << (28 + (_channel))) argument 92 #define MGB_FCT_DSBL(_channel) (1 << (24 + (_channel))) argument 93 #define MGB_FCT_RESET(_channel) (1 << (20 + (_channel))) argument 134 #define MGB_DMA_REG(reg, _channel) ((reg) | ((_channel) << 6)) argument 140 #define MGB_DMA_TX_CONFIG0(_channel) MGB_DMA_REG(0x0D40, _channel) argument 141 #define MGB_DMA_TX_CONFIG1(_channel) MGB_DMA_REG(0x0D44, _channel) argument 142 #define MGB_DMA_TX_BASE_H(_channel) MGB_DMA_REG(0x0D48, _channel) argument 143 #define MGB_DMA_TX_BASE_L(_channel) MGB_DMA_REG(0x0D4C, _channel) argument 144 #define MGB_DMA_TX_HEAD_WB_H(_channel) MGB_DMA_REG(0x0D50, _channel) /* head Writeback */ argument 145 #define MGB_DMA_TX_HEAD_WB_L(_channel) MGB_DMA_REG(0x0D54, _channel) argument [all …]
|
/freebsd/libexec/rc/rc.d/ |
H A D | rfcomm_pppd_server | 23 local _bdaddr _channel _x 44 eval _channel=\$rfcomm_pppd_server_${_profile_cleaned}_channel 45 if [ -z "${_channel}" ]; then 46 _channel=1 48 rc_flags="${rc_flags} -C ${_channel}"
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-common.h | 1554 #define XGMAC_DMA_IOREAD(_channel, _reg) \ 1555 bus_space_read_4((_channel)->dma_tag, (_channel)->dma_handle, _reg) 1557 #define XGMAC_DMA_IOREAD_BITS(_channel, _reg, _field) \ 1558 GET_BITS(XGMAC_DMA_IOREAD((_channel), _reg), \ 1562 #define XGMAC_DMA_IOWRITE(_channel, _reg, _val) \ 1563 bus_space_write_4((_channel)->dma_tag, (_channel)->dma_handle, \ 1566 #define XGMAC_DMA_IOWRITE_BITS(_channel, _reg, _field, _val) \ 1568 uint32_t reg_val = XGMAC_DMA_IOREAD((_channel), _re 1538 XGMAC_DMA_IOREAD(_channel,_reg) global() argument 1541 XGMAC_DMA_IOREAD_BITS(_channel,_reg,_field) global() argument 1546 XGMAC_DMA_IOWRITE(_channel,_reg,_val) global() argument 1550 XGMAC_DMA_IOWRITE_BITS(_channel,_reg,_field,_val) global() argument [all...] |
/freebsd/sys/dev/sound/midi/ |
H A D | midi.h | 49 midi_init(kobj_class_t _mpu_cls, int _unit, int _channel, void *cookie);
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300.h | 929 #define AH_PAPRD_GET_SCALE_FACTOR(_scale, _eep, _is2G, _channel) do{ if(_is2G) { _scale = (_eep->mo… argument 931 …if(_channel >= UPPER_5G_SUB_BANDSTART){ _scale = (_eep->modal_header_5g.paprd_rate_mask_ht20>>25)&… 932 … else if((UPPER_5G_SUB_BANDSTART < _channel) && (_channel >= MID_5G_SUB_BANDSTART)) \
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 18 #define CHAN2G(_channel, _freq, _flags) { \ argument 20 .hw_value = (_channel), \ 27 #define CHAN5G(_channel, _freq, _flags) { \ argument 29 .hw_value = (_channel), \ 36 #define CHAN6G(_channel, _freq, _flags) { \ argument 38 .hw_value = (_channel), \
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 27 #define CHAN2G(_channel, _freq, _flags) { \ argument 29 .hw_value = (_channel), \ 36 #define CHAN5G(_channel, _freq, _flags) { \ argument 38 .hw_value = (_channel), \ 45 #define CHAN6G(_channel, _freq, _flags) { \ argument 47 .hw_value = (_channel), \
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 9517 #define CHAN2G(_channel, _freq, _flags) { \ argument 9519 .hw_value = (_channel), \ 9526 #define CHAN5G(_channel, _freq, _flags) { \ argument 9528 .hw_value = (_channel), \
|