Searched refs:orig_le32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-regmap.c | 80 __le32 orig_le32 = 0, mask_le32, val_le32, tmp_le32; in mcp251xfd_regmap_nocrc_update_bits() local 123 memcpy(&orig_le32, buf_rx->data, len); in mcp251xfd_regmap_nocrc_update_bits() 129 tmp_le32 = orig_le32 & ~mask_le32; in mcp251xfd_regmap_nocrc_update_bits()
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-regmap.c | 90 __le32 orig_le32 = 0, mask_le32, val_le32, tmp_le32; in mcp251xfd_regmap_nocrc_update_bits() local 133 memcpy(&orig_le32, buf_rx->data, len); in mcp251xfd_regmap_nocrc_update_bits() 139 tmp_le32 = orig_le32 & ~mask_le32; in mcp251xfd_regmap_nocrc_update_bits()
|
Completed in 3 milliseconds