Searched refs:CHAN (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | niu.h | 979 #define ESR_RXTX_CTRL_L(CHAN) (ESR_BASE + 0x0080 + (CHAN) * 0x10) argument 980 #define ESR_RXTX_CTRL_H(CHAN) (ESR_BASE + 0x0081 + (CHAN) * 0x10) argument 999 #define ESR_RXTX_TUNING_L(CHAN) (ESR_BASE + 0x0082 + (CHAN) * 0x10) argument 1000 #define ESR_RXTX_TUNING_H(CHAN) (ESR_BASE + 0x0083 + (CHAN) * 0x10) argument 1002 #define ESR_RX_SYNCCHAR_L(CHAN) (ESR_BASE + 0x0084 + (CHAN) * 0x10) argument 1003 #define ESR_RX_SYNCCHAR_H(CHAN) (ESR_BASE + 0x0085 + (CHAN) * 0x10) argument 1005 #define ESR_RXTX_TEST_L(CHAN) (ESR_BASE + 0x0086 + (CHAN) * 0x10) argument 1006 #define ESR_RXTX_TEST_H(CHAN) (ESR_BASE + 0x0087 + (CHAN) * 0x10) argument 1008 #define ESR_GLUE_CTRL0_L(CHAN) (ESR_BASE + 0x0088 + (CHAN) * 0x10) argument 1009 #define ESR_GLUE_CTRL0_H(CHAN) (ESR_BASE + 0x0089 + (CHAN) * 0x10) argument [all …]
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | main.c | 89 #define CHAN(_freq, _idx) { \ macro 96 CHAN(2412, 0), 97 CHAN(2417, 1), 98 CHAN(2422, 2), 99 CHAN(2427, 3), 100 CHAN(2432, 4), 101 CHAN(2437, 5), 102 CHAN(2442, 6), 103 CHAN(2447, 7), 104 CHAN(2452, 8), [all …]
|
/openbmc/openbmc/meta-google/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-config.bbappend | 23 jq --slurpfile ecfg ${UNPACKDIR}/gbmc_eth_config.json --arg CHAN "$chan" --arg INTF "$intf" \ 24 '. + {$CHAN: ($ecfg[0] + {"name": $INTF})}' $config_json >${UNPACKDIR}/tmp-config.json 27 jq --slurpfile ecfg ${UNPACKDIR}/gbmc_eth_access.json --arg CHAN "$chan" \ 28 '. + {$CHAN: $ecfg[0]}' $access_json >${UNPACKDIR}/tmp-access.json
|
/openbmc/linux/drivers/dma/ |
H A D | txx9dmac.h | 93 struct txx9dmac_cregs CHAN[TXX9_DMA_MAX_NR_CHANNELS]; member 99 struct txx9dmac_cregs32 CHAN[TXX9_DMA_MAX_NR_CHANNELS]; member
|
H A D | txx9dmac.c | 1130 dc->ch_regs = &__txx9dmac_regs(dc->ddev)->CHAN[ch]; in txx9dmac_chan_probe() 1132 dc->ch_regs = &__txx9dmac_regs32(dc->ddev)->CHAN[ch]; in txx9dmac_chan_probe()
|
/openbmc/linux/drivers/dma/dw/ |
H A D | regs.h | 65 struct dw_dma_chan_regs CHAN[DW_DMA_MAX_NR_CHANNELS]; member
|
H A D | core.c | 1241 dwc->ch_regs = &__dw_regs(dw)->CHAN[i]; in do_dma_probe()
|