Searched refs:bit_offset (Results 1 – 12 of 12) sorted by relevance
| /u-boot/arch/x86/cpu/quark/ |
| A D | acpi.c | 67 fadt->reset_reg.bit_offset = 0; in acpi_create_fadt() 80 fadt->x_pm1a_evt_blk.bit_offset = 0; in acpi_create_fadt() 87 fadt->x_pm1b_evt_blk.bit_offset = 0; in acpi_create_fadt() 94 fadt->x_pm1a_cnt_blk.bit_offset = 0; in acpi_create_fadt() 101 fadt->x_pm1b_cnt_blk.bit_offset = 0; in acpi_create_fadt() 108 fadt->x_pm2_cnt_blk.bit_offset = 0; in acpi_create_fadt() 115 fadt->x_pm_tmr_blk.bit_offset = 0; in acpi_create_fadt() 122 fadt->x_gpe0_blk.bit_offset = 0; in acpi_create_fadt() 129 fadt->x_gpe1_blk.bit_offset = 0; in acpi_create_fadt()
|
| /u-boot/arch/x86/cpu/baytrail/ |
| A D | acpi.c | 72 fadt->reset_reg.bit_offset = 0; in acpi_create_fadt() 85 fadt->x_pm1a_evt_blk.bit_offset = 0; in acpi_create_fadt() 92 fadt->x_pm1b_evt_blk.bit_offset = 0; in acpi_create_fadt() 99 fadt->x_pm1a_cnt_blk.bit_offset = 0; in acpi_create_fadt() 106 fadt->x_pm1b_cnt_blk.bit_offset = 0; in acpi_create_fadt() 113 fadt->x_pm2_cnt_blk.bit_offset = 0; in acpi_create_fadt() 120 fadt->x_pm_tmr_blk.bit_offset = 0; in acpi_create_fadt() 127 fadt->x_gpe0_blk.bit_offset = 0; in acpi_create_fadt() 134 fadt->x_gpe1_blk.bit_offset = 0; in acpi_create_fadt()
|
| /u-boot/drivers/misc/ |
| A D | npcm_otp.c | 129 u32 byte_offset, u8 bit_offset) in npcm_otp_bit_is_programmed() argument 137 if (data & (1 << bit_offset)) in npcm_otp_bit_is_programmed() 154 u8 bit_offset) in npcm_otp_program_bit() argument 164 if (npcm_otp_bit_is_programmed(arr, byte_offset, bit_offset)) in npcm_otp_program_bit() 168 writel(FADDR_VAL(byte_offset, bit_offset), ®s->faddr); in npcm_otp_program_bit() 192 if (read_data & (1 << bit_offset)) in npcm_otp_program_bit()
|
| /u-boot/arch/x86/lib/ |
| A D | acpigen.c | 80 .bit_offset = 0, in acpigen_write_empty_ptc()
|
| A D | acpi_table.c | 363 spcr->serial_port.bit_offset = 0; in acpi_write_spcr() 504 addr->bit_offset = 0; in acpi_create_hpet()
|
| /u-boot/arch/arm/include/asm/arch-rockchip/ |
| A D | rockchip_mipi_dsi.h | 24 #define DSI_HOST_BITS(addr, bits, bit_offset) \ argument 25 ((addr << ADDR_SHIFT) | (bits << BITS_SHIFT) | (bit_offset << OFFSET_SHIFT))
|
| /u-boot/lib/ |
| A D | sha512.c | 241 const int bit_offset = SHA512_BLOCK_SIZE - sizeof(uint64_t[2]); in sha512_base_do_finalize() local 242 uint64_t *bits = (uint64_t *)(sctx->buf + bit_offset); in sha512_base_do_finalize() 246 if (partial > bit_offset) { in sha512_base_do_finalize() 253 memset(sctx->buf + partial, 0x0, bit_offset - partial); in sha512_base_do_finalize()
|
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | cpu.c | 27 .bit_offset = offset, \
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | mxs_nand.c | 466 uint32_t bit_offset = geo->block_mark_bit_offset; in mxs_nand_swap_block_mark() local 478 src = data_buf[buf_offset] >> bit_offset; in mxs_nand_swap_block_mark() 479 src |= data_buf[buf_offset + 1] << (8 - bit_offset); in mxs_nand_swap_block_mark() 485 data_buf[buf_offset] &= ~(0xff << bit_offset); in mxs_nand_swap_block_mark() 486 data_buf[buf_offset + 1] &= 0xff << bit_offset; in mxs_nand_swap_block_mark() 488 data_buf[buf_offset] |= dst << bit_offset; in mxs_nand_swap_block_mark() 489 data_buf[buf_offset + 1] |= dst >> (8 - bit_offset); in mxs_nand_swap_block_mark()
|
| /u-boot/include/acpi/ |
| A D | acpi_table.h | 67 u8 bit_offset; /* Register bit offset */ member
|
| /u-boot/lib/acpi/ |
| A D | acpigen.c | 423 acpigen_emit_byte(ctx, addr->bit_offset); in acpigen_write_register()
|
| /u-boot/test/dm/ |
| A D | acpigen.c | 965 addr.bit_offset = 8; in dm_test_acpi_resource_template()
|
Completed in 40 milliseconds