Searched refs:bit_pos (Results 1 – 5 of 5) sorted by relevance
| /u-boot/drivers/gpio/ |
| A D | sh_pfc.c | 255 int k, m, n, pos, bit_pos; in get_config_reg() local 269 for (bit_pos = 0; bit_pos < r_width; bit_pos += curr_width) { in get_config_reg()
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | omap_gpmc.c | 503 uint32_t byte_pos, bit_pos; in omap_correct_data_bch() local 559 bit_pos = error_loc[count] % 8; in omap_correct_data_bch() 561 dat[byte_pos] ^= 1 << bit_pos; in omap_correct_data_bch() 564 read_ecc[byte_pos - SECTOR_BYTES] ^= 1 << bit_pos; in omap_correct_data_bch()
|
| A D | atmel_nand.c | 449 int byte_pos, bit_pos, sector_size, pos; in pmecc_correct_data() local 458 bit_pos = tmp % 8; in pmecc_correct_data() 465 *(buf + byte_pos) ^= (1 << bit_pos); in pmecc_correct_data() 470 pos, bit_pos, err_byte, *(buf + byte_pos)); in pmecc_correct_data() 476 ecc[tmp] ^= (1 << bit_pos); in pmecc_correct_data() 481 pos, bit_pos, err_byte, ecc[tmp]); in pmecc_correct_data()
|
| /u-boot/drivers/pinctrl/renesas/ |
| A D | pfc.c | 206 unsigned int bit_pos; in sh_pfc_get_config_reg() local 213 for (bit_pos = 0; bit_pos < r_width; bit_pos += curr_width) { in sh_pfc_get_config_reg()
|
| /u-boot/drivers/net/octeontx/ |
| A D | nicvf_queues.c | 19 u64 reg, int bit_pos, int bits, int val) in nicvf_poll_reg() argument 26 bit_mask = (bit_mask << bit_pos); in nicvf_poll_reg() 30 if (((reg_val & bit_mask) >> bit_pos) == val) in nicvf_poll_reg()
|
Completed in 19 milliseconds