Home
last modified time | relevance | path

Searched refs:op (Results 1 – 3 of 3) sorted by relevance

/hal_microchip-latest/mec5/drivers/
Dmec_eeprom.c274 int mec_hal_eeprom_xfr_start(struct mec_eeprom_ctrl_regs *regs, uint8_t op, in mec_hal_eeprom_xfr_start() argument
285 if (op == MEC_HAL_EEPROM_OP_READ_DATA) { in mec_hal_eeprom_xfr_start()
296 } else if (op == MEC_HAL_EEPROM_OP_WRITE_DATA) { in mec_hal_eeprom_xfr_start()
313 } else if (op == MEC_HAL_EEPROM_OP_READ_STATUS) { in mec_hal_eeprom_xfr_start()
316 } else if (op == MEC_HAL_EEPROM_OP_WRITE_STATUS) { in mec_hal_eeprom_xfr_start()
Dmec_eeprom_api.h83 int mec_hal_eeprom_xfr_start(struct mec_eeprom_ctrl_regs *regs, uint8_t op,
/hal_microchip-latest/mpfs/mpfs_hal/common/
Datomic.h47 #define atomic_binop(ptr, inc, op) ({ \
50 atomic_set(ptr, op); \