Searched refs:ofst (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/pinctrl/uniphier/ |
D | pinctrl-uniphier.h | 193 #define UNIPHIER_PINCTRL_GROUP_SINGLE(grp, array, ofst) \ argument 196 .pins = array##_pins + ofst, \ 198 .muxvals = array##_muxvals + ofst, \
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en.h | 593 u16 ofst = MLX5_BF_OFFSET + sq->bf_offset; in mlx5e_tx_notify_hw() local 606 __iowrite64_copy(sq->uar_bf_map + ofst, &wqe->ctrl, bf_sz); in mlx5e_tx_notify_hw() 612 mlx5_write64((__be32 *)&wqe->ctrl, sq->uar_map + ofst, NULL); in mlx5e_tx_notify_hw()
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_init.c | 80 int ret, ofst; in csio_mem_read() local 92 ofst = pos % sizeof(data); in csio_mem_read() 93 len = min(count, sizeof(data) - ofst); in csio_mem_read() 94 if (copy_to_user(buf, (u8 *)data + ofst, len)) in csio_mem_read()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 5145 int i, ofst = idx * 4; in t4_set_trace_filter() local 5150 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst, 0); in t4_set_trace_filter() 5178 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst, 0); in t4_set_trace_filter() 5188 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_B_A + ofst, in t4_set_trace_filter() 5191 t4_write_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst, in t4_set_trace_filter() 5214 int i, ofst = idx * 4; in t4_get_trace_filter() local 5217 ctla = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_A_A + ofst); in t4_get_trace_filter() 5218 ctlb = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_B_A + ofst); in t4_get_trace_filter() 5234 ofst = (MPS_TRC_FILTER1_MATCH_A - MPS_TRC_FILTER0_MATCH_A) * idx; in t4_get_trace_filter() 5235 data_reg = MPS_TRC_FILTER0_MATCH_A + ofst; in t4_get_trace_filter() [all …]
|
D | cxgb4_debugfs.c | 1522 int ret, ofst; in flash_read() local 1525 ofst = pos & 3; in flash_read() 1526 len = min(count + ofst, sizeof(data)); in flash_read() 1527 ret = t4_read_flash(adap, pos - ofst, (len + 3) / 4, in flash_read() 1532 len -= ofst; in flash_read() 1533 if (copy_to_user(buf, data + ofst, len)) in flash_read()
|