Searched refs:ch_map (Results 1 – 6 of 6) sorted by relevance
| /drivers/input/touchscreen/ |
| A D | resistive-adc-touch.c | 55 u8 ch_map[GRTS_CH_MAX]; member 64 x = touch_info[st->ch_map[GRTS_CH_X]]; in grts_cb() 65 y = touch_info[st->ch_map[GRTS_CH_Y]]; in grts_cb() 67 if (st->ch_map[GRTS_CH_PRESSURE] < GRTS_MAX_CHANNELS) { in grts_cb() 68 press = touch_info[st->ch_map[GRTS_CH_PRESSURE]]; in grts_cb() 69 } else if (st->ch_map[GRTS_CH_Z1] < GRTS_MAX_CHANNELS) { in grts_cb() 70 unsigned int z1 = touch_info[st->ch_map[GRTS_CH_Z1]]; in grts_cb() 71 unsigned int z2 = touch_info[st->ch_map[GRTS_CH_Z2]]; in grts_cb() 149 st->ch_map[type] = idx; in grts_map_channel() 170 if (st->ch_map[GRTS_CH_PRESSURE] < GRTS_MAX_CHANNELS) { in grts_get_properties() [all …]
|
| /drivers/net/ethernet/ti/ |
| A D | cpsw_priv.c | 134 u32 ch_map; in cpsw_tx_mq_poll() local 138 ch_map = cpdma_ctrl_txchs_state(cpsw->dma); in cpsw_tx_mq_poll() 139 for (ch = 0, num_tx = 0; ch_map & 0xff; ch_map <<= 1, ch++) { in cpsw_tx_mq_poll() 140 if (!(ch_map & 0x80)) in cpsw_tx_mq_poll() 184 u32 ch_map; in cpsw_rx_mq_poll() local 188 ch_map = cpdma_ctrl_rxchs_state(cpsw->dma); in cpsw_rx_mq_poll() 189 for (ch = 0, num_rx = 0; ch_map; ch_map >>= 1, ch++) { in cpsw_rx_mq_poll() 190 if (!(ch_map & 0x01)) in cpsw_rx_mq_poll()
|
| /drivers/hwmon/ |
| A D | mr75203.c | 145 u32 ch_map; member 323 ch_idx = pvt->vd[channel].ch_map; in pvt_read_in() 678 pvt->vd[k].ch_map = j; in pvt_get_active_channel()
|
| /drivers/edac/ |
| A D | i7core_edac.c | 206 u32 ch_map; member 505 pci_read_config_dword(pdev, MC_CHANNEL_MAPPER, &pvt->info.ch_map); in get_dimm_config() 509 pvt->info.mc_status, pvt->info.max_dod, pvt->info.ch_map); in get_dimm_config() 574 RDLCH(pvt->info.ch_map, i), WRLCH(pvt->info.ch_map, i), in get_dimm_config()
|
| /drivers/net/ethernet/microchip/ |
| A D | lan743x_ptp.c | 28 static int lan743x_get_channel(u32 ch_map) in lan743x_get_channel() argument 33 if (ch_map & (0x1 << idx)) in lan743x_get_channel()
|
| /drivers/net/ethernet/chelsio/cxgb4/ |
| A D | sge.c | 4507 u32 param, val, ch_map = 0; in t4_sge_alloc_rxq() local 4521 ch_map |= 1 << (i << cng_ch_bits_log); in t4_sge_alloc_rxq() 4523 val |= CONMCTXT_CNGCHMAP_V(ch_map); in t4_sge_alloc_rxq()
|
Completed in 33 milliseconds