Searched refs:start_bit (Results 1 – 4 of 4) 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
859 ext2_mark_bitmap_end(int start_bit, int end_bit, char *bitmap) in ext2_mark_bitmap_end() argument863 if (start_bit >= end_bit) in ext2_mark_bitmap_end()866 for (i = start_bit; i < ((start_bit + 7) & ~7UL); i++) in ext2_mark_bitmap_end()
162 u32 start_bit; member
234 static int rtsx_sd_get_rx_phase_len(uint32_t phase_map, int start_bit);2120 rtsx_sd_get_rx_phase_len(uint32_t phase_map, int start_bit) argument2125 if ((phase_map & (1 << (start_bit + i) % RTSX_RX_PHASE_MAX)) == 0)