Searched refs:chan_map (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/can/sja1000/ |
| H A D | plx_pci.c | 523 struct plx_pci_channel_map *chan_map = in plx_pci_reset_marathon_pcie() local 525 addr = pci_iomap(pdev, chan_map->bar, chan_map->size); in plx_pci_reset_marathon_pcie() 528 "space %d (BAR%d)\n", i, chan_map->bar); in plx_pci_reset_marathon_pcie() 532 reset_addr = addr + chan_map->offset + in plx_pci_reset_marathon_pcie()
|
| /linux/drivers/hwtracing/stm/ |
| H A D | core.c | 163 master = kzalloc(struct_size(master, chan_map, in stp_master_alloc() 196 bitmap_allocate_region(&master->chan_map[0], output->channel, in stm_output_claim() 210 bitmap_release_region(&master->chan_map[0], output->channel, in stm_output_disclaim() 268 pos = find_free_channels(master->chan_map, *cstart, cend, in stm_find_master_chan()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 3033 static void chan_init_hw(struct adapter *adap, unsigned int chan_map) in chan_init_hw() argument 3037 if (chan_map != 3) { /* one channel */ in chan_init_hw() 3041 (chan_map == 1 ? F_TPTXPORT0EN | F_PORT0ACTIVE : in chan_init_hw() 3044 chan_map == 1 ? 0xffffffff : 0); in chan_init_hw() 3358 chan_init_hw(adapter, adapter->params.chan_map); in t3_init_hw() 3601 adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1); in t3_prep_adapter() 3634 p->nchan = adapter->params.chan_map == 3 ? 2 : 1; in t3_prep_adapter()
|
| H A D | common.h | 395 unsigned int chan_map; /* bitmap of in-use Tx channels */ member
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | audioreach.c | 905 opus_cfg->stream_count = mcfg->codec.options.opus_d.chan_map.stream_count; in audioreach_set_compr_media_format() 906 opus_cfg->coupled_count = mcfg->codec.options.opus_d.chan_map.coupled_count; in audioreach_set_compr_media_format() 907 memcpy(opus_cfg->channel_mapping, mcfg->codec.options.opus_d.chan_map.channel_map, in audioreach_set_compr_media_format()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_dcb.c | 278 struct net_device *dev = adap->port[adap->chan_map[port]]; in cxgb4_dcb_handle_fw_update()
|
| H A D | cxgb4_debugfs.c | 1344 i = adap->chan_map[tp.port & 3]; in mps_trc_show() 1525 if (adap->chan_map[tp.port & 3] >= MAX_NPORTS) in mps_trc_write() 1533 if (adap->chan_map[tp.port] >= MAX_NPORTS) in mps_trc_write()
|