Lines Matching refs:j
285 uint32_t i = 0U, j = 0U, x_rem = 0U; in xspi_ip_read() local
352 for (j = 0U; j < x_size_wm; j += 4U) { in xspi_ip_read()
354 data = fspi_readl(FSPI_RFDR + j); in xspi_ip_read()
375 j = 0U; in xspi_ip_read()
378 data = fspi_readl(FSPI_RFDR + j); in xspi_ip_read()
411 uint32_t i = 0U, j = 0U; in xspi_ip_write() local
446 for (j = 0U; j < x_size_wm; j += 4U) { in xspi_ip_write()
449 fspi_writel((FSPI_TFDR + j), ui_data); in xspi_ip_write()
466 j = 0U; in xspi_ip_write()
472 fspi_writel((FSPI_TFDR + j), ui_data); in xspi_ip_write()
474 j += 4U ; /* TODO: May not be needed*/ in xspi_ip_write()
506 uint32_t i, j = 0U; in xspi_write() local
514 …FO("%d ---> x_page1_len=0x%x x_page_l_len =0x%x j=0x%x\n", __LINE__, x_page1_len, x_page_l_len, j); in xspi_write()
523 j = 0U; in xspi_write()
525 …FO("%d ---> x_page1_len=0x%x x_page_l_len =0x%x j=0x%x\n", __LINE__, x_page1_len, x_page_l_len, j); in xspi_write()
527 j = ui_len / F_PAGE_256; in xspi_write()
529 …FO("%d ---> x_page1_len=0x%x x_page_l_len =0x%x j=0x%x\n", __LINE__, x_page1_len, x_page_l_len, j); in xspi_write()
532 j = (ui_len - x_page1_len) / F_PAGE_256; in xspi_write()
534 …FO("%d ---> x_page1_len=0x%x x_page_l_len =0x%x j=0x%x\n", __LINE__, x_page1_len, x_page_l_len, j); in xspi_write()
550 for (i = 0U; i < j; i++) { in xspi_write()