Home
last modified time | relevance | path

Searched refs:bits_length (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.c154 uint32_t bits_length, in change_bits_in_word() argument
160 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
161 (bits_length == 0U)) { in change_bits_in_word()
167 if (bits_length == BITS_PER_WORD) { in change_bits_in_word()
172 mask = ((1U << bits_length) - 1); in change_bits_in_word()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dqspi_ip6514e_drv.c154 uint32_t bits_length, in change_bits_in_word() argument
160 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
161 (bits_length == 0U)) { in change_bits_in_word()
167 if (bits_length == BITS_PER_WORD) { in change_bits_in_word()
172 mask = ((1U << bits_length) - 1); in change_bits_in_word()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Libraries/
Dmt25ql_flash_lib.c102 uint32_t bits_length, in change_bits_in_word() argument
108 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
109 (bits_length == 0U)) { in change_bits_in_word()
115 if (bits_length == BITS_PER_WORD) { in change_bits_in_word()
120 mask = ((1U << bits_length) - 1); in change_bits_in_word()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Libraries/
Dmt25ql_flash_lib.c102 uint32_t bits_length, in change_bits_in_word() argument
108 ((bits_length + bits_pos) > BITS_PER_WORD) || in change_bits_in_word()
109 (bits_length == 0U)) { in change_bits_in_word()
115 if (bits_length == BITS_PER_WORD) { in change_bits_in_word()
120 mask = ((1U << bits_length) - 1); in change_bits_in_word()