Searched refs:LPC18XX_RGU_RESETS_PER_REG (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/reset/
H A Dreset-lpc18xx.c25 #define LPC18XX_RGU_RESETS_PER_REG 32 macro
75 stat_offset += (id / LPC18XX_RGU_RESETS_PER_REG) * sizeof(u32);
76 ctrl_offset += (id / LPC18XX_RGU_RESETS_PER_REG) * sizeof(u32);
77 rst_bit = 1 << (id % LPC18XX_RGU_RESETS_PER_REG);
126 offset += (id / LPC18XX_RGU_RESETS_PER_REG) * sizeof(u32);
127 bit = 1 << (id % LPC18XX_RGU_RESETS_PER_REG);

Completed in 165 milliseconds