Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clock_source.h67 SRII(MODULO, DP_DTO, 0),\
68 SRII(MODULO, DP_DTO, 1),\
69 SRII(MODULO, DP_DTO, 2),\
70 SRII(MODULO, DP_DTO, 3),\
71 SRII(MODULO, DP_DTO, 4),\
72 SRII(MODULO, DP_DTO, 5),\
88 SRII(MODULO, DP_DTO, 0),\
89 SRII(MODULO, DP_DTO, 1),\
90 SRII(MODULO, DP_DTO, 2),\
91 SRII(MODULO, DP_DTO, 3),\
[all …]
Ddce_clock_source.c916 REG_WRITE(MODULO[inst], dp_dto_ref_100hz); in dce112_program_pix_clk()
/drivers/scsi/be2iscsi/
Dbe.h40 static inline u32 MODULO(u16 val, u16 limit) in MODULO() function
48 *index = MODULO((*index + 1), limit); in index_inc()
/drivers/net/ethernet/emulex/benet/
Dbe.h136 static inline u32 MODULO(u32 val, u32 limit) in MODULO() function
144 *index = MODULO((*index + val), limit); in index_adv()
149 *index = MODULO((*index + 1), limit); in index_inc()
174 *index = MODULO((*index - 1), limit); in index_dec()
Dbe_main.c5627 MODULO(adapter->work_counter, adapter->be_get_temp_freq) == 0) in be_worker()