Home
last modified time | relevance | path

Searched hist:b7d2b849d59b9cbbd0fc0cb01b5c3f2a862510ec (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/
H A Dio.hb7d2b849d59b9cbbd0fc0cb01b5c3f2a862510ec Tue Feb 12 16:45:09 UTC 2019 Etienne Carriere <etienne.carriere@linaro.org> libutil: io_clrsetbitsX() firends for 8bit and 16bit accesses

Introduce io_setbits8(), io_clrbits8(), io_clrsetbits8() and
io_setbits16(), io_clrbits16(), io_clrsetbits16() for bit clear/set
util over 8bit and 16bit memory cells on the model of existing
io_clrsetbits32() and friends.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>