Home
last modified time | relevance | path

Searched refs:reg_i_sz (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/staging/comedi/drivers/
Dni_mio_common.c5375 int reg_i_sz = 3; /* value for e-series */ in set_ith_rtsi_brd_reg() local
5380 reg_i_sz = 4; in set_ith_rtsi_brd_reg()
5381 reg_i_mask = ~((~0) << reg_i_sz); in set_ith_rtsi_brd_reg()
5382 reg_i_shift = i * reg_i_sz; in set_ith_rtsi_brd_reg()
5395 int reg_i_sz = 3; /* value for e-series */ in get_ith_rtsi_brd_reg() local
5400 reg_i_sz = 4; in get_ith_rtsi_brd_reg()
5401 reg_i_mask = ~((~0) << reg_i_sz); in get_ith_rtsi_brd_reg()
5402 reg_i_shift = i * reg_i_sz; in get_ith_rtsi_brd_reg()