Searched refs:code_size_blocks (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-tegra.c | 913 unsigned int code_tag_blocks, code_size_blocks, code_blocks; in tegra_xusb_load_firmware() local 957 code_size_blocks = DIV_ROUND_UP(le32_to_cpu(header->boot_codesize), in tegra_xusb_load_firmware() 959 code_blocks = code_tag_blocks + code_size_blocks; in tegra_xusb_load_firmware() 963 ((code_size_blocks & L2IMEMOP_SIZE_SRC_COUNT_MASK) << in tegra_xusb_load_firmware() 972 csb_writel(tegra, code_size_blocks, XUSB_FALC_IMFILLCTL); in tegra_xusb_load_firmware()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-tegra.c | 1001 unsigned int code_tag_blocks, code_size_blocks, code_blocks; in tegra_xusb_load_firmware_rom() local 1040 code_size_blocks = DIV_ROUND_UP(le32_to_cpu(header->boot_codesize), in tegra_xusb_load_firmware_rom() 1042 code_blocks = code_tag_blocks + code_size_blocks; in tegra_xusb_load_firmware_rom() 1046 ((code_size_blocks & L2IMEMOP_SIZE_SRC_COUNT_MASK) << in tegra_xusb_load_firmware_rom() 1055 csb_writel(tegra, code_size_blocks, XUSB_FALC_IMFILLCTL); in tegra_xusb_load_firmware_rom()
|
Completed in 7 milliseconds