Searched refs:MODULO (Results 1 – 5 of 5) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clock_source.h | 67 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 …]
|
D | dce_clock_source.c | 916 REG_WRITE(MODULO[inst], dp_dto_ref_100hz); in dce112_program_pix_clk()
|
/drivers/scsi/be2iscsi/ |
D | be.h | 40 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/ |
D | be.h | 136 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()
|
D | be_main.c | 5627 MODULO(adapter->work_counter, adapter->be_get_temp_freq) == 0) in be_worker()
|