| /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
| H A D | data_handler.hpp | 60 std::uint16_t bitmask; member 63 DataHandlerPack(std::uint16_t bitmask, in DataHandlerPack() 65 bitmask(bitmask), handler(std::move(handler)) in DataHandlerPack()
|
| H A D | firmware_handler.cpp | 425 return (iter.bitmask == transportFlag); in open()
|
| /openbmc/qemu/hw/display/ |
| H A D | cirrus_vga_rop2.h | 109 unsigned bitmask; in glue() local 128 bitmask = 0x80 >> srcskipleft; in glue() 132 if ((bitmask & 0xff) == 0) { in glue() 133 bitmask = 0x80; in glue() 136 index = (bits & bitmask); in glue() 141 bitmask >>= 1; in glue() 159 unsigned bitmask; in glue() local 166 bitmask = 0x80 >> srcskipleft; in glue() 170 if ((bitmask & 0xff) == 0) { in glue() 171 bitmask = 0x80; in glue() [all …]
|
| /openbmc/u-boot/drivers/gpio/ |
| H A D | kona_gpio.c | 84 int bitmask = GPIO_BITMASK(gpio); in gpio_direction_output() local 94 val |= bitmask; in gpio_direction_output() 103 int bitmask = GPIO_BITMASK(gpio); in gpio_get_value() local 116 return !!(val & bitmask); in gpio_get_value() 122 int bitmask = GPIO_BITMASK(gpio); in gpio_set_value() local 138 val |= bitmask; in gpio_set_value()
|
| H A D | gpio-uclass.c | 734 unsigned bitmask = 1; in gpio_get_values_as_int() local 738 while (bitmask && in gpio_get_values_as_int() 744 vector |= bitmask; in gpio_get_values_as_int() 745 bitmask <<= 1; in gpio_get_values_as_int() 753 unsigned bitmask = 1; in dm_gpio_get_values_as_int() local 762 vector |= bitmask; in dm_gpio_get_values_as_int() 763 bitmask <<= 1; in dm_gpio_get_values_as_int()
|
| /openbmc/u-boot/drivers/clk/renesas/ |
| H A D | renesas-cpg-mssr.c | 138 const u32 bitmask = BIT(bit); in renesas_clk_endisable() local 147 clrbits_le32(base + SMSTPCR(reg), bitmask); in renesas_clk_endisable() 149 bitmask, 0, 100, 0); in renesas_clk_endisable() 151 setbits_le32(base + SMSTPCR(reg), bitmask); in renesas_clk_endisable()
|
| /openbmc/qemu/hw/ssi/ |
| H A D | pl022.c | 108 s->rx_fifo[o] = val & s->bitmask; in pl022_xfer() 171 s->bitmask = (1 << ((value & 15) + 1)) - 1; in pl022_write() 184 s->tx_fifo[s->tx_fifo_head] = value & s->bitmask; in pl022_write() 255 VMSTATE_UINT32(bitmask, PL022State),
|
| /openbmc/phosphor-host-ipmid/include/ipmid/message/ |
| H A D | unpack.hpp | 175 fixed_uint_t<details::bitStreamSize> bitmask = ((1 << count) - 1); in op() local 176 t = (p.bitStream & bitmask).convert_to<fixed_uint_t<N>>(); in op() 216 fixed_uint_t<details::bitStreamSize> bitmask = in op() local 219 t |= (p.bitStream & bitmask).convert_to<unsigned long long>(); in op()
|
| /openbmc/qemu/include/hw/ssi/ |
| H A D | pl022.h | 37 uint32_t bitmask; member
|
| /openbmc/qemu/util/ |
| H A D | aio-win32.c | 93 long bitmask = 0; in aio_set_fd_handler() local 115 bitmask |= FD_READ | FD_ACCEPT | FD_CLOSE; in aio_set_fd_handler() 119 bitmask |= FD_WRITE | FD_CONNECT; in aio_set_fd_handler() 124 qemu_socket_select_nofail(fd, event, bitmask); in aio_set_fd_handler()
|
| H A D | thread-context.c | 177 struct bitmask *tmp_cpus; in thread_context_set_node_affinity()
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | ich.c | 330 static int ich_status_poll(struct ich_spi_priv *ctlr, u16 bitmask, in ich_status_poll() argument 338 if (wait_til_set ^ ((status & bitmask) == 0)) { in ich_status_poll() 340 ich_writew(ctlr, status & bitmask, in ich_status_poll() 349 status, bitmask); in ich_status_poll()
|
| /openbmc/qemu/system/ |
| H A D | trace-events | 29 global_dirty_changed(unsigned int bitmask) "bitmask 0x%"PRIx32
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | mscc_sgpio.txt | 25 - mscc,sgpio-ports: A bitmask (32 bits) of which ports are enabled in
|
| /openbmc/u-boot/drivers/adc/ |
| H A D | Kconfig | 7 a number or multi-channels selected by a bitmask
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user-gpu.rst | 197 Get the supported protocol features bitmask. 204 Enable protocol features using a bitmask.
|
| /openbmc/docs/architecture/ |
| H A D | ipmi-architecture.md | 304 fixed_uint_t<details::bitStreamSize> bitmask = ((1 << count) - 1); 305 t |= (p.bitStream & bitmask).convert_to<unsigned long long>();
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-dwc2.c | 61 #define get_bit(data, bitmask) \ argument 62 (!!((data) & (bitmask)))
|
| /openbmc/u-boot/scripts/ |
| H A D | spelling.txt | 203 bitmast||bitmask
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve.decode | 200 # Two register operand, one encoded bitmask. 547 # SVE broadcast bitmask immediate
|