Searched refs:byte_mask (Results 1 – 6 of 6) sorted by relevance
193 u8 byte_mask; in nfp_cpp_explicit_read() local210 byte_mask = nfp_bytemask(width_read, addr); in nfp_cpp_explicit_read()213 incr / width_read - 1, byte_mask); in nfp_cpp_explicit_read()246 u8 byte_mask; in nfp_cpp_explicit_write() local263 byte_mask = nfp_bytemask(width_write, addr); in nfp_cpp_explicit_write()266 incr / width_write - 1, byte_mask); in nfp_cpp_explicit_write()
196 byte_mask, token, signal_master) \ argument200 NFP_ARM_GCSR_EXPL2_BAR_BYTE_MASK(byte_mask) | \
324 u8 byte_mask; member
1340 expl->cmd.byte_mask = mask; in nfp_cpp_explicit_set_target()
1175 NFP_PCIE_BAR_EXPLICIT_BAR2_ByteMask(cmd->byte_mask) | in nfp6000_explicit_do()
94 const unsigned int byte_mask = ((1 << size) - 1) << offset; in set_watchpoint() local97 const unsigned int control = byte_mask << 5 | type << 3 | enable; in set_watchpoint()