Searched defs:bit (Results 1 - 25 of 25) sorted by relevance

/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-clk-blocks.h11 uint32_t bit; // Offset into this register. member in struct:meson_clk_gate
/fuchsia/zircon/system/dev/clk/hisi-lib/include/dev/clk/hisi-lib/
H A Dhisi.h16 uint32_t bit; // Offset into this register. member in struct:hisi_clk_gate
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/
H A Dlfsr.h43 bool bit = core_ & 1u; local
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dbitmap_inlines.h33 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) argument
45 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) argument
83 size_t bit; local
112 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) argument
[all...]
/fuchsia/zircon/third_party/ulib/musl/sanitizers/
H A D__asan_early_init.c35 int bit = (sizeof(uintptr_t) * CHAR_BIT) - __builtin_clzl(top); local
/fuchsia/zircon/kernel/include/
H A Dbits.h81 static inline int bitmap_test(unsigned long *bitmap, int bit) argument
94 int bit; local
[all...]
/fuchsia/zircon/system/dev/clk/hisi-lib/
H A Dhisi-clk.c59 hisi_sep_clk_toggle_locked(volatile uint8_t* reg, const uint32_t bit, const bool enable) argument
74 hisi_gate_clk_toggle_locked(volatile uint8_t* reg, const uint32_t bit, const bool enable) argument
/fuchsia/zircon/system/dev/gpio/pl061/
H A Dpl061.c29 uint8_t bit = 1 << (index % GPIOS_PER_PAGE); local
75 uint8_t bit = 1 << (index % GPIOS_PER_PAGE); local
98 uint8_t bit = 1 << (index % GPIOS_PER_PAGE); local
108 uint8_t bit = 1 << (index % GPIOS_PER_PAGE); local
[all...]
/fuchsia/zircon/kernel/arch/arm64/
H A Dfeature.cpp262 uint32_t bit; member in struct:__anon13
/fuchsia/zircon/kernel/arch/x86/
H A Dfeature.cpp241 struct x86_cpuid_bit bit; member in struct:__anon24
/fuchsia/zircon/system/dev/bus/virtio/backends/
H A Dpci_modern.cpp299 uint32_t bit = feature % 32; local
312 uint32_t bit = feature % 32; local
[all...]
/fuchsia/zircon/system/dev/display/astro-display/
H A Ddw-mipi-dsi.cpp39 zx_status_t DwMipiDsi::WaitforFifo(uint32_t reg, uint32_t bit, uint32_t val) { argument
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dregisters-ddi.h30 uint32_t bit; local
56 uint32_t bit = ddi_to_first_bit(ddi) + kHpdEnableBitSubOffset; local
61 uint32_t bit = ddi_to_first_bit(ddi) + kHpdLongPulseBitSubOffset; local
66 uint32_t bit = ddi_to_first_bit(ddi) + kHpdShortPulseBitSubOffset; local
142 int bit = 8 + 3 * ddi; local
[all...]
H A Dregisters-dpll.h31 int bit = dpll * 6 + 5; local
36 int bit = dpll * 6 + 4; local
41 int bit = dpll * 6 + 1; local
52 int bit local
63 int bit = 15 + ddi; local
68 int bit = ddi * 3 + 1; local
73 int bit = ddi * 3; local
146 int bit = dpll * 8; local
[all...]
H A Dregisters.h131 int bit = 2 + ((ddi == DDI_A || ddi == DDI_E) ? 0 : ddi * 2) + 1; local
136 int bit = 2 + ((ddi == DDI_A || ddi == DDI_E) ? 0 : ddi * 2); local
H A Ddpcd.h89 int bit = 4 * (lane % 2); local
94 int bit = 4 * (lane % 2) + 1; local
99 int bit = 4 * (lane % 2) + 2; local
108 int bit local
113 int bit = 4 * (lane % 2) + 2; local
[all...]
/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3-endpoints.c30 uint32_t bit = 1 << ep_num; local
/fuchsia/zircon/system/utest/zxcrypt/
H A Dtest-device.cpp257 int bit = rand() % 8; local
/fuchsia/zircon/system/dev/usb/usb-hub/
H A Dusb-hub.c379 int bit = 1; local
/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci-root-hub.c459 int bit = 1; // 0 is for hub status, so start at bit 1 local
H A Dxdc.c1093 uint32_t bit = ep->direction == USB_DIR_OUT ? DCCTRL_HOT : DCCTRL_HIT; local
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexec.c337 int bit; local
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dfeature.h54 uint8_t bit; member in struct:x86_cpuid_bit
93 static inline bool x86_feature_test(struct x86_cpuid_bit bit) argument
[all...]
/fuchsia/zircon/system/dev/ethernet/asix-88179/
H A Dasix-88179.c613 static zx_status_t ax88179_twiddle_rcr_bit(ax88179_t* eth, uint16_t bit, bool on) { argument
/fuchsia/zircon/system/dev/input/pc-ps2/
H A Di8042.c50 int bit = mod - HID_USAGE_KEY_LEFT_CTRL; local

Completed in 219 milliseconds