Home
last modified time | relevance | path

Searched refs:ram_free (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-ram.c67 u16 ram_free; in can_ram_get_layout() local
74 ram_free = config->size; in can_ram_get_layout()
75 ram_free -= config->tx.size[fd_mode] * num_tx; in can_ram_get_layout()
77 num_rx = ram_free / config->rx.size[fd_mode]; in can_ram_get_layout()
84 ram_free = config->size; in can_ram_get_layout()
85 ram_free -= config->tx.size[fd_mode] * config->tx.min; in can_ram_get_layout()
86 num_rx = ram_free / config->rx.size[fd_mode]; in can_ram_get_layout()
88 ram_free = config->size; in can_ram_get_layout()
89 ram_free -= config->rx.size[fd_mode] * config->rx.min; in can_ram_get_layout()
90 num_tx = ram_free / config->tx.size[fd_mode]; in can_ram_get_layout()
[all …]
/openbmc/linux/drivers/misc/
H A Dhpilo.c727 goto ram_free; in ilo_map_device()
731 ram_free: in ilo_map_device()