Lines Matching refs:eeprom_xec_regs
53 struct eeprom_xec_regs { struct
66 struct eeprom_xec_regs * const regs; argument
75 static void eeprom_xec_execute_reg_set(struct eeprom_xec_regs * const regs, in eeprom_xec_execute_reg_set()
87 static uint8_t eeprom_xec_data_buffer_read(struct eeprom_xec_regs * const regs, in eeprom_xec_data_buffer_read()
103 static uint8_t eeprom_xec_data_buffer_write(struct eeprom_xec_regs * const regs, in eeprom_xec_data_buffer_write()
119 static void eeprom_xec_wait_transfer_compl(struct eeprom_xec_regs * const regs) in eeprom_xec_wait_transfer_compl()
144 static void eeprom_xec_wait_write_compl(struct eeprom_xec_regs * const regs) in eeprom_xec_wait_write_compl()
170 static void eeprom_xec_data_read_32_bytes(struct eeprom_xec_regs * const regs, in eeprom_xec_data_read_32_bytes()
183 static void eeprom_xec_data_write_32_bytes(struct eeprom_xec_regs * const regs, in eeprom_xec_data_write_32_bytes()
229 struct eeprom_xec_regs * const regs = config->regs; in eeprom_xec_read()
265 struct eeprom_xec_regs * const regs = config->regs; in eeprom_xec_write()
308 struct eeprom_xec_regs * const regs = devcfg->regs; in eeprom_xec_pm_action()
341 struct eeprom_xec_regs * const regs = config->regs; in eeprom_xec_init()
366 .regs = (struct eeprom_xec_regs * const)DT_INST_REG_ADDR(0),