Searched refs:start_bit (Results 1 – 6 of 6) sorted by relevance
68 start_id num_ids reg enable disable start_bit nbits76 start_bit is the bit number of the first bit in the range85 start_id num_ids reg enable disable start_bit nbits93 start_bit is the bit number of the first bit in the range
340 cvmx_helper_qlm_jtag_shift_zeros(qlm, field->start_bit); in cvmx_qlm_jtag_get()342 return cvmx_helper_qlm_jtag_shift(qlm, field->stop_bit - field->start_bit + 1, 0); in cvmx_qlm_jtag_get()378 for (bits = field->start_bit + (num_lanes-1-l)*qlm_jtag_length; in cvmx_qlm_jtag_set()
59 int start_bit; member
861 ext2_mark_bitmap_end(int start_bit, int end_bit, char *bitmap) in ext2_mark_bitmap_end() argument865 if (start_bit >= end_bit) in ext2_mark_bitmap_end()868 for (i = start_bit; i < ((start_bit + 7) & ~7UL); i++) in ext2_mark_bitmap_end()
164 u32 start_bit; member
239 static int rtsx_sd_get_rx_phase_len(uint32_t phase_map, int start_bit);2082 rtsx_sd_get_rx_phase_len(uint32_t phase_map, int start_bit) argument2087 if ((phase_map & (1 << (start_bit + i) % RTSX_RX_PHASE_MAX)) == 0)