Searched refs:cols_and_start (Results 1 – 3 of 3) sorted by relevance
74 uint8_t cols_and_start; // 0:4 = Cols, 4:6 = StartCol, 6:7 == Allocated member
424 psv_elm->cols_and_start = (1u << 6) | (semantic->start_col << 4) | semantic->cols; in fill_psv_signature_element()433 psv_elm->cols_and_start = (semantic->start_col << 4) | semantic->cols; in fill_psv_signature_element()
766 (int)((io->cols_and_start & 0xf) >> 4), in dump_psv_io()767 (int)(io->cols_and_start & 0xf), in dump_psv_io()