Lines Matching refs:j
282 uint32_t i = 0U, j = 0U, x_rem = 0U; in xspi_ip_read() local
349 for (j = 0U; j < x_size_wm; j += 4U) { in xspi_ip_read()
351 data = fspi_readl(FSPI_RFDR + j); in xspi_ip_read()
372 j = 0U; in xspi_ip_read()
375 data = fspi_readl(FSPI_RFDR + j); in xspi_ip_read()
408 uint32_t i = 0U, j = 0U; in xspi_ip_write() local
443 for (j = 0U; j < x_size_wm; j += 4U) { in xspi_ip_write()
446 fspi_writel((FSPI_TFDR + j), ui_data); in xspi_ip_write()
463 j = 0U; in xspi_ip_write()
469 fspi_writel((FSPI_TFDR + j), ui_data); in xspi_ip_write()
471 j += 4U ; /* TODO: May not be needed*/ in xspi_ip_write()
503 uint32_t i, j = 0U; in xspi_write() local
511 …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()
520 j = 0U; in xspi_write()
522 …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()
524 j = ui_len / F_PAGE_256; in xspi_write()
526 …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()
529 j = (ui_len - x_page1_len) / F_PAGE_256; in xspi_write()
531 …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()
547 for (i = 0U; i < j; i++) { in xspi_write()