Searched refs:update_bits_u8 (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdio.h47 static inline void update_bits_u8(uint8_t *x, uint8_t mask, uint8_t loc, uint8_t val) { function
H A Dsdio.c446 update_bits_u8(&speed, SDIO_CIA_CCCR_BUS_SPEED_BSS_MASK, SDIO_CIA_CCCR_BUS_SPEED_BSS_LOC,
497 update_bits_u8(&speed, SDIO_CIA_CCCR_BUS_SPEED_BSS_MASK, SDIO_CIA_CCCR_BUS_SPEED_BSS_LOC,
531 update_bits_u8(&bus_ctrl_reg, SDIO_CIA_CCCR_INTF_CTRL_BW_MASK, SDIO_CIA_CCCR_INTF_CTRL_BW_LOC,

Completed in 24 milliseconds