Searched refs:byte_num (Results 1 – 5 of 5) sorted by relevance
279 int byte_num, int offset, int mask) in ipu_dc_map_config() argument281 int ptr = map * 3 + byte_num; in ipu_dc_map_config()290 reg &= ~(0x1f << ((16 * (map & 0x1)) + (5 * byte_num))); in ipu_dc_map_config()291 reg |= ptr << ((16 * (map & 0x1)) + (5 * byte_num)); in ipu_dc_map_config()
399 int byte_num, offset, pin_shift; in pcs_request_gpio() local401 byte_num = (pcs->bits_per_pin * pin) / BITS_PER_BYTE; in pcs_request_gpio()402 offset = (byte_num / mux_bytes) * mux_bytes; in pcs_request_gpio()727 int byte_num; in pcs_allocate_pin_table() local731 byte_num = (pcs->bits_per_pin * i) / BITS_PER_BYTE; in pcs_allocate_pin_table()732 offset = (byte_num / mux_bytes) * mux_bytes; in pcs_allocate_pin_table()
82 static unsigned long amb_num_from_reg(unsigned int byte_num, unsigned int bit) in amb_num_from_reg() argument84 return byte_num * MAX_AMBS_PER_CHANNEL + bit; in amb_num_from_reg()
406 unsigned int byte_num; in filenametr_hash() local411 byte_num = 0; in filenametr_hash()412 while ((focus = ft->name[byte_num++])) in filenametr_hash()
1975 u8 byte_num = ppe_pos_bit / 8; in iwl_mvm_he_get_ppe_val() local1981 return (ppe[byte_num] >> bit_num) & in iwl_mvm_he_get_ppe_val()1992 res = (ppe[byte_num + 1] & in iwl_mvm_he_get_ppe_val()1995 res += (ppe[byte_num] >> bit_num) & (BIT(residue_bits) - 1); in iwl_mvm_he_get_ppe_val()