Searched refs:bit_offset (Results 1 – 13 of 13) 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/doc/device-tree-bindings/clock/ |
A D | st,stm32-rcc.txt | 38 It is calculated as: index = register_offset / 4 * 32 + bit_offset. 39 Where bit_offset is the bit offset within the register (LSB is 0, MSB is 31). 86 It is calculated as: index = register_offset / 4 * 32 + bit_offset. 87 Where bit_offset is the bit offset within the register.
|
A D | st,stm32h7-rcc.txt | 139 It is calculated as: index = register_offset / 4 * 32 + bit_offset. 140 Where bit_offset is the bit offset within the register.
|
/u-boot/arch/x86/lib/ |
A D | acpigen.c | 80 .bit_offset = 0, in acpigen_write_empty_ptc()
|
A D | acpi_table.c | 426 spcr->serial_port.bit_offset = 0; in acpi_create_spcr() 720 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 | 26 .bit_offset = offset, \
|
/u-boot/drivers/mtd/nand/raw/ |
A D | mxs_nand.c | 447 uint32_t bit_offset = geo->block_mark_bit_offset; in mxs_nand_swap_block_mark() local 459 src = data_buf[buf_offset] >> bit_offset; in mxs_nand_swap_block_mark() 460 src |= data_buf[buf_offset + 1] << (8 - bit_offset); in mxs_nand_swap_block_mark() 466 data_buf[buf_offset] &= ~(0xff << bit_offset); in mxs_nand_swap_block_mark() 467 data_buf[buf_offset + 1] &= 0xff << bit_offset; in mxs_nand_swap_block_mark() 469 data_buf[buf_offset] |= dst << bit_offset; in mxs_nand_swap_block_mark() 470 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 25 milliseconds