Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dinternal-fn.h141 signed int type0 : 8; member
160 return direct_internal_fn_array[fn].type0 >= -1; in direct_internal_fn_p()
198 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p() argument
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dinternal-fn.h141 signed int type0 : 8; member
160 return direct_internal_fn_array[fn].type0 >= -1; in direct_internal_fn_p()
198 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p() argument
201 return direct_internal_fn_supported_p (fn, tree_pair (type0, type1), in direct_internal_fn_supported_p()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/chrp/
H A Dsetup.c177 u8 level0, type0, active; in sio_fixup_irq() local
183 type0 = sio_read(0x71); in sio_fixup_irq()
184 if (level0 != level || type0 != type || !active) { in sio_fixup_irq()
187 name, level0, type0, !active ? "in" : "", level, type); in sio_fixup_irq()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-aspeed-sgpio.c332 u32 type0 = 0; in aspeed_sgpio_set_type() local
350 type0 |= bit; in aspeed_sgpio_set_type()
356 type0 |= bit; in aspeed_sgpio_set_type()
370 reg = (reg & ~bit) | type0; in aspeed_sgpio_set_type()
H A Dgpio-aspeed.c595 u32 type0 = 0; in aspeed_gpio_set_type() local
616 type0 |= bit; in aspeed_gpio_set_type()
622 type0 |= bit; in aspeed_gpio_set_type()
637 reg = (reg & ~bit) | type0; in aspeed_gpio_set_type()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp579 int type0 = clipPointType(x0, y0, clipRect); in clipSegmentToRect() local
584 if (!(type0 | type1)) { in clipSegmentToRect()
587 } else if (type0 & type1) { in clipSegmentToRect()
592 int outsideType = type0 ? type0 : type1; in clipSegmentToRect()
608 if (outsideType == type0) { in clipSegmentToRect()
611 type0 = clipPointType(x0, y0, clipRect); in clipSegmentToRect()
/OK3568_Linux_fs/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h335 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
347 { .drv_type = type0, .offset = -1 }, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Ddrv_types_pci.h124 } type0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Ddrv_types_pci.h124 } type0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Ddrv_types_pci.h120 } type0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Ddrv_types_pci.h120 } type0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Ddrv_types_pci.h127 } type0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Ddrv_types_pci.h119 } type0; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Ddrv_types_pci.h120 } type0; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2568 uint64_t type0:16; member
2570 uint64_t type0:16;
/OK3568_Linux_fs/u-boot/drivers/pinctrl/
H A Dpinctrl-rockchip.c184 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
196 { .drv_type = type0, .offset = -1 }, \
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rockchip.c103 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
115 { .drv_type = type0, .offset = -1 }, \