Searched refs:SYS_GPBR (Results 1 – 3 of 3) sorted by relevance
58 ((Gpbr *)hw)->SYS_GPBR[index] |= GPBR_SYS_GPBR_GPBR_VALUE(mask); in hri_gpbr_set_SYS_GPBR_GPBR_VALUE_bf()66 tmp = ((Gpbr *)hw)->SYS_GPBR[index]; in hri_gpbr_get_SYS_GPBR_GPBR_VALUE_bf()76 tmp = ((Gpbr *)hw)->SYS_GPBR[index]; in hri_gpbr_write_SYS_GPBR_GPBR_VALUE_bf()79 ((Gpbr *)hw)->SYS_GPBR[index] = tmp; in hri_gpbr_write_SYS_GPBR_GPBR_VALUE_bf()102 tmp = ((Gpbr *)hw)->SYS_GPBR[index]; in hri_gpbr_read_SYS_GPBR_GPBR_VALUE_bf()110 ((Gpbr *)hw)->SYS_GPBR[index] |= mask; in hri_gpbr_set_SYS_GPBR_reg()118 tmp = ((Gpbr *)hw)->SYS_GPBR[index]; in hri_gpbr_get_SYS_GPBR_reg()126 ((Gpbr *)hw)->SYS_GPBR[index] = data; in hri_gpbr_write_SYS_GPBR_reg()133 ((Gpbr *)hw)->SYS_GPBR[index] &= ~mask; in hri_gpbr_clear_SYS_GPBR_reg()140 ((Gpbr *)hw)->SYS_GPBR[index] ^= mask; in hri_gpbr_toggle_SYS_GPBR_reg()[all …]
73 __IO uint32_t SYS_GPBR[8]; /**< (GPBR Offset: 0x00) General Purpose Backup Register 0 */ member79 …__IO GPBR_SYS_GPBR_Type SYS_GPBR[8]; /**< Offset: 0x00 (R/W 32) General Purpose Ba… member
322 AT91C_REG SYS_GPBR[4]; // General Purpose Register member
Completed in 51 milliseconds