Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-tegra.c799 unsigned int code_tag_blocks, code_size_blocks, code_blocks; in tegra_xusb_load_firmware() local
861 code_size_blocks = DIV_ROUND_UP(le32_to_cpu(header->boot_codesize), in tegra_xusb_load_firmware()
863 code_blocks = code_tag_blocks + code_size_blocks; in tegra_xusb_load_firmware()
867 ((code_size_blocks & L2IMEMOP_SIZE_SRC_COUNT_MASK) << in tegra_xusb_load_firmware()
876 csb_writel(tegra, code_size_blocks, XUSB_FALC_IMFILLCTL); in tegra_xusb_load_firmware()