Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c493 uint32_t wr_buf_count = 0; in dp_phy_test_pattern_debugfs_write() local
536 while ((*wr_buf_ptr != 0xa) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
538 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
540 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()
543 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()
547 while ((!isspace(*wr_buf_ptr)) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
549 wr_buf_count++; in dp_phy_test_pattern_debugfs_write()
554 if (wr_buf_count == wr_buf_size) in dp_phy_test_pattern_debugfs_write()
563 wr_buf_count = 0; /* number of char already checked */ in dp_phy_test_pattern_debugfs_write()
565 while (isspace(*wr_buf_ptr) && (wr_buf_count < wr_buf_size)) { in dp_phy_test_pattern_debugfs_write()
[all …]