/openbmc/qemu/hw/intc/ |
H A D | rx_icu.c | 64 static void set_irq(RXICUState *icu, int n_IRQ, int req) in set_irq() argument 66 if ((icu->fir & R_FIR_FIEN_MASK) && in set_irq() 67 (icu->fir & R_FIR_FVCT_MASK) == n_IRQ) { in set_irq() 68 qemu_set_irq(icu->_fir, req); in set_irq() 70 qemu_set_irq(icu->_irq, req); in set_irq() 74 static uint16_t rxicu_level(RXICUState *icu, unsigned n) in rxicu_level() argument 76 return (icu->ipr[icu->map[n]] << 8) | n; in rxicu_level() 79 static void rxicu_request(RXICUState *icu, int n_IRQ) in rxicu_request() argument 83 enable = icu->ier[n_IRQ / 8] & (1 << (n_IRQ & 7)); in rxicu_request() 84 if (n_IRQ > 0 && enable != 0 && qatomic_read(&icu->req_irq) < 0) { in rxicu_request() [all …]
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-mvebu-icu.c | 58 struct mvebu_icu *icu; member 64 struct mvebu_icu *icu; member 71 static void mvebu_icu_init(struct mvebu_icu *icu, in mvebu_icu_init() argument 81 writel_relaxed(msg[0].address_hi, icu->base + subset->offset_set_ah); in mvebu_icu_init() 82 writel_relaxed(msg[0].address_lo, icu->base + subset->offset_set_al); in mvebu_icu_init() 88 writel_relaxed(msg[1].address_hi, icu->base + subset->offset_clr_ah); in mvebu_icu_init() 89 writel_relaxed(msg[1].address_lo, icu->base + subset->offset_clr_al); in mvebu_icu_init() 97 struct mvebu_icu *icu = icu_irqd->icu; in mvebu_icu_write_msg() local 102 mvebu_icu_init(icu, msi_data, msg); in mvebu_icu_write_msg() 113 writel_relaxed(icu_int, icu->base + ICU_INT_CFG(d->hwirq)); in mvebu_icu_write_msg() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/mpd/ |
H A D | 0001-meson.build-support-building-with-ICU-76.patch |
|
/openbmc/openbmc/poky/meta/recipes-graphics/harfbuzz/ |
H A D | harfbuzz_10.1.0.bb | 23 PACKAGECONFIG ??= "cairo freetype glib icu" 29 PACKAGECONFIG[icu] = "-Dicu=enabled,-Dicu=disabled,icu" 31 PACKAGES =+ "${PN}-icu ${PN}-icu-dev ${PN}-subset" 44 FILES:${PN}-icu = "${libdir}/libharfbuzz-icu.so.*" 45 FILES:${PN}-icu-dev = "${libdir}/libharfbuzz-icu.la \ 46 ${libdir}/libharfbuzz-icu.so \ 47 ${libdir}/pkgconfig/harfbuzz-icu.pc \
|
/openbmc/qemu/hw/rx/ |
H A D | rx62n.c | 134 SysBusDevice *icu; in register_icu() local 137 object_initialize_child(OBJECT(s), "icu", &s->icu, TYPE_RX_ICU); in register_icu() 138 icu = SYS_BUS_DEVICE(&s->icu); in register_icu() 144 qdev_prop_set_array(DEVICE(icu), "ipr-map", ipr_map); in register_icu() 150 qdev_prop_set_array(DEVICE(icu), "trigger-level", trigger_level); in register_icu() 151 sysbus_realize(icu, &error_abort); in register_icu() 153 sysbus_connect_irq(icu, 0, qdev_get_gpio_in(DEVICE(&s->cpu), RX_CPU_IRQ)); in register_icu() 154 sysbus_connect_irq(icu, 1, qdev_get_gpio_in(DEVICE(&s->cpu), RX_CPU_FIR)); in register_icu() 155 sysbus_connect_irq(icu, 2, qdev_get_gpio_in(DEVICE(&s->icu), SWI)); in register_icu() 156 sysbus_mmio_map(icu, 0, RX62N_ICU_BASE); in register_icu() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs-115/ |
H A D | 0001-Link-with-icu-uc-to-fix-build-with-ICU-76.patch |
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | marvell,icu.txt | 13 - compatible: Should be "marvell,cp110-icu" 23 * "marvell,cp110-icu-nsr" 24 * "marvell,cp110-icu-sr" 25 * "marvell,cp110-icu-sei" 26 * "marvell,cp110-icu-rei" 48 icu: interrupt-controller@1e0000 { 49 compatible = "marvell,cp110-icu"; 53 compatible = "marvell,cp110-icu-nsr"; 61 compatible = "marvell,cp110-icu-sei"; 100 icu: interrupt-controller@1e0000 { [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dovecot/dovecot/ |
H A D | 1ccd5b54a408d12fce0c94ab0bbaedbb5ef69830.patch | 4 Subject: [PATCH] configure: Explicitly check for icu-uc 19 if test "$PKG_CONFIG" != "" && $PKG_CONFIG --exists icu-i18n 2>/dev/null; then 20 - PKG_CHECK_MODULES(LIBICU, icu-i18n) 21 + PKG_CHECK_MODULES(LIBICU, [icu-i18n icu-uc])
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-icu/ |
H A D | 0001-Fix-host-contamination-of-include-files.patch | 6 python3-icu-2.5-r0 do_package_qa: QA Issue: python3-icu: The compile log indicates that host includ… 8 Also, don't use icu-config 29 'win32': False, # no icu-config 32 ext_modules=[Extension('icu._icu_',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xerces-c/ |
H A D | xerces-c_3.2.5.bb | 19 PACKAGECONFIG ??= "curl icu" 21 PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR_TARGET}${prefix},--with-icu=no,icu"
|
/openbmc/openbmc/poky/meta/recipes-support/icu/ |
H A D | icu_76-1.bb | 6 HOMEPAGE = "http://site.icu-project.org/" 9 DEPENDS = "icu-native autoconf-archive-native" 13 S = "${WORKDIR}/icu/source" 23 EXTRA_OECONF = "--with-cross-build=${STAGING_ICU_DIR_NATIVE} --disable-icu-config" 24 EXTRA_OECONF:class-native = "--disable-icu-config" 25 EXTRA_OECONF:class-nativesdk = "--with-cross-build=${STAGING_ICU_DIR_NATIVE} --disable-icu-config" 34 # in the image. This only affects libicutu and icu-dbg 121 file://0001-icu-Added-armeb-support.patch \ 131 GITHUB_BASE_URI = "https://github.com/unicode-org/icu/releases"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | 0004-Fix-icu-config.patch | 4 Subject: [PATCH] Fix icu config 6 do not entertain cppflags from icu, this is because 7 icu-config feeds the -I path without sysroot which
|
/openbmc/openbmc/poky/meta/recipes-support/libpsl/ |
H A D | libpsl_0.21.5.bb | 22 PACKAGECONFIG ?= "icu" 24 PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mozjs/ |
H A D | mozjs-115_115.17.0.bb |
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/tracker/ |
H A D | localsearch_3.8.1.bb |
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xerces-c/xerces-c/ |
H A D | 0001-aclocal.m4-don-t-use-full-path-of-with_curl-in-xerce.patch | 31 PACKAGECONFIG[icu] = "--with-icu=${STAGING_DIR_TARGET}${prefix},--with-icu=no,icu"
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Unicode-DFS-2016 | 3 ….org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and ht… 7 ….org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and ht…
|
/openbmc/openbmc/poky/meta/recipes-support/libical/ |
H A D | libical_3.0.18.bb |
|
/openbmc/openbmc/poky/meta/recipes-support/icu/icu/ |
H A D | 0001-icu-Added-armeb-support.patch | 4 Subject: [PATCH] icu: Added armeb support. 6 Make icu support arm32 BE.
|
/openbmc/linux/arch/mips/boot/dts/lantiq/ |
H A D | danube.dtsi | 20 icu0: icu@80200 { 23 compatible = "lantiq,icu";
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
H A D | nodejs_22.12.0.bb |
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-natsort_8.4.0.bb | 11 RDEPENDS:${PN} = "python3-fastnumbers python3-icu"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gspell/ |
H A D | gspell_1.12.2.bb | 6 DEPENDS = "gtk+3 icu enchant2"
|
/openbmc/qemu/include/hw/rx/ |
H A D | rx62n.h | 56 RXICUState icu; member
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libspelling/ |
H A D | libspelling_0.4.5.bb | 6 DEPENDS = "enchant2 gtk4 gtksourceview5 icu"
|