Home
last modified time | relevance | path

Searched refs:bits_pos (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Native_Driver/
Dqspi_ip6514e_drv.c155 uint32_t bits_pos) in change_bits_in_word() argument
160 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
181 *word = ((*word & ~(mask << bits_pos)) | ((bits & mask) << bits_pos)); in change_bits_in_word()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dqspi_ip6514e_drv.c155 uint32_t bits_pos) in change_bits_in_word() argument
160 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
181 *word = ((*word & ~(mask << bits_pos)) | ((bits & mask) << bits_pos)); in change_bits_in_word()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Libraries/
Dmt25ql_flash_lib.c103 uint32_t bits_pos) in change_bits_in_word() argument
108 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
129 *word = ((*word & ~(mask << bits_pos)) | ((bits & mask) << bits_pos)); in change_bits_in_word()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Libraries/
Dmt25ql_flash_lib.c103 uint32_t bits_pos) in change_bits_in_word() argument
108 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
129 *word = ((*word & ~(mask << bits_pos)) | ((bits & mask) << bits_pos)); in change_bits_in_word()