// SPDX-License-Identifier: GPL-2.0 // // mcp251xfd - Microchip MCP251xFD Family CAN controller driver // // Copyright (c) 2021, 2022 Pengutronix, // Marc Kleine-Budde <[email protected]> // #include "mcp251xfd-ram.h" static inline u8 can_ram_clamp(const struct can_ram_config *config, const struct can_ram_obj_config *obj, u8 val) { … } static u8 can_ram_rounddown_pow_of_two(const struct can_ram_config *config, const struct can_ram_obj_config *obj, const u8 coalesce, u8 val) { … } void can_ram_get_layout(struct can_ram_layout *layout, const struct can_ram_config *config, const struct ethtool_ringparam *ring, const struct ethtool_coalesce *ec, const bool fd_mode) { … }