/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | dwarf.c | 144 mfgtid_next(dwarf_t *dw) in mfgtid_next() argument 146 return (++dw->dw_mfgtid_last); in mfgtid_next() 150 tdesc_add(dwarf_t *dw, tdesc_t *tdp) in tdesc_add() argument 152 hash_add(dw->dw_tidhash, tdp); in tdesc_add() 156 tdesc_lookup(dwarf_t *dw, int tid) in tdesc_lookup() argument 163 if (hash_find(dw->dw_tidhash, &tmpl, &tdp)) in tdesc_lookup() 263 die_off(dwarf_t *dw, Dwarf_Die die) in die_off() argument 267 if (dwarf_dieoffset(die, &off, &dw->dw_err) == DW_DLV_OK) in die_off() 271 dwarf_errmsg(dw->dw_err)); in die_off() 277 die_sibling(dwarf_t *dw, Dwarf_Die die) in die_sibling() argument [all …]
|
/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 441 uint32_t kw4l, kw4r, dw, tl, tr; in camellia_setup128() local 517 dw = subl(1) & subl(9), subr(1) ^= CAMELLIA_RL1(dw); in camellia_setup128() 522 dw = subl(1) & subl(17), subr(1) ^= CAMELLIA_RL1(dw); in camellia_setup128() 534 dw = kw4l & subl(16), kw4r ^= CAMELLIA_RL1(dw); in camellia_setup128() 539 dw = kw4l & subl(8), kw4r ^= CAMELLIA_RL1(dw); in camellia_setup128() 559 dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw); in camellia_setup128() 567 dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw); in camellia_setup128() 579 dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw); in camellia_setup128() 587 dw = tl & subl(17), tr = subr(15) ^ CAMELLIA_RL1(dw); in camellia_setup128() 604 dw = SUBL(2) ^ SUBR(2), dw = CAMELLIA_RL8(dw); in camellia_setup128() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | samsung,exynos-dw-mshc.yaml | 4 $id: http://devicetree.org/schemas/mmc/samsung,exynos-dw-mshc.yaml# 19 - axis,artpec8-dw-mshc 20 - samsung,exynos4210-dw-mshc 21 - samsung,exynos4412-dw-mshc 22 - samsung,exynos5250-dw-mshc 23 - samsung,exynos5420-dw-mshc 24 - samsung,exynos5420-dw-mshc-smu 25 - samsung,exynos7-dw-mshc 26 - samsung,exynos7-dw-mshc-smu 29 - samsung,exynos5433-dw [all...] |
H A D | rockchip-dw-mshc.yaml | 4 $id: http://devicetree.org/schemas/mmc/rockchip-dw-mshc.yaml# 12 This file documents the combined properties for the core Synopsys dw mshc 13 controller that are not already included in the synopsys-dw-mshc-common.yaml 17 - $ref: synopsys-dw-mshc-common.yaml# 27 - const: rockchip,rk2928-dw-mshc 29 - const: rockchip,rk3288-dw-mshc 32 - rockchip,px30-dw-mshc 33 - rockchip,rk1808-dw-mshc 34 - rockchip,rk3036-dw-mshc 35 - rockchip,rk3128-dw-mshc [all …]
|
H A D | exynos-dw-mshc.txt | 6 differences between the core Synopsys dw mshc controller properties described 7 by synopsys-dw-mshc.txt and the properties used by the Samsung Exynos specific 13 - "samsung,exynos4210-dw-mshc": for controllers with Samsung Exynos4210 15 - "samsung,exynos4412-dw-mshc": for controllers with Samsung Exynos4412 17 - "samsung,exynos5250-dw-mshc": for controllers with Samsung Exynos5250 19 - "samsung,exynos5420-dw-mshc": for controllers with Samsung Exynos5420 21 - "samsung,exynos7-dw-mshc": for controllers with Samsung Exynos7 23 - "samsung,exynos7-dw-mshc-smu": for controllers with Samsung Exynos7 25 - "axis,artpec8-dw-mshc": for controllers with ARTPEC-8 specific 28 * samsung,dw-mshc-ciu-div: Specifies the divider value for the card interface [all …]
|
H A D | k3-dw-mshc.txt | 4 Read synopsys-dw-mshc.txt for more details 8 differences between the core Synopsys dw mshc controller properties described 9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon specific 15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions. 16 - "hisilicon,hi3670-dw-mshc", "hisilicon,hi3660-dw-mshc": for controllers 18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. 19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions. 30 compatible = "hisilicon,hi4511-dw-mshc"; 55 compatible = "hisilicon,hi6220-dw-mshc";
|
H A D | hi3798cv200-dw-mshc.txt | 4 Read synopsys-dw-mshc.txt for more details 8 differences between the core Synopsys dw mshc controller properties described 9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon Hi3798CV200 13 - compatible: Should contain "hisilicon,hi3798cv200-dw-mshc". 17 "ciu" - The ciu clock described in synopsys-dw-mshc.txt. 18 "biu" - The biu clock described in synopsys-dw-mshc.txt. 25 compatible = "hisilicon,hi3798cv200-dw-mshc";
|
/freebsd/usr.bin/procstat/ |
H A D | procstat_auxv.c | 74 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_EXECFD/%ld}\n", in procstat_auxv() 78 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PHDR/%p}\n", in procstat_auxv() 82 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PHENT/%ld}\n", in procstat_auxv() 86 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PHNUM/%ld}\n", in procstat_auxv() 90 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PAGESZ/%ld}\n", in procstat_auxv() 94 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_BASE/%p}\n", in procstat_auxv() 98 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_FLAGS/%#lx}\n", in procstat_auxv() 102 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_ENTRY/%p}\n", in procstat_auxv() 107 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_NOTELF/%ld}\n", in procstat_auxv() 113 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_UID/%ld}\n", in procstat_auxv() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/synaptics/ |
H A D | berlin2cd.dtsi | 175 compatible = "snps,dw-apb-gpio"; 181 compatible = "snps,dw-apb-gpio-port"; 193 compatible = "snps,dw-apb-gpio"; 199 compatible = "snps,dw-apb-gpio-port"; 211 compatible = "snps,dw-apb-gpio"; 217 compatible = "snps,dw-apb-gpio-port"; 229 compatible = "snps,dw-apb-gpio"; 235 compatible = "snps,dw-apb-gpio-port"; 267 compatible = "snps,dw-apb-ssi"; 277 compatible = "snps,dw-wdt"; [all …]
|
H A D | berlin2.dtsi | 185 compatible = "snps,dw-apb-gpio"; 191 compatible = "snps,dw-apb-gpio-port"; 203 compatible = "snps,dw-apb-gpio"; 209 compatible = "snps,dw-apb-gpio-port"; 221 compatible = "snps,dw-apb-gpio"; 227 compatible = "snps,dw-apb-gpio-port"; 239 compatible = "snps,dw-apb-gpio"; 245 compatible = "snps,dw-apb-gpio-port"; 257 compatible = "snps,dw-apb-timer"; 266 compatible = "snps,dw-apb-timer"; [all …]
|
H A D | berlin2q.dtsi | 246 compatible = "snps,dw-apb-gpio"; 252 compatible = "snps,dw-apb-gpio-port"; 264 compatible = "snps,dw-apb-gpio"; 270 compatible = "snps,dw-apb-gpio-port"; 282 compatible = "snps,dw-apb-gpio"; 288 compatible = "snps,dw-apb-gpio-port"; 300 compatible = "snps,dw-apb-gpio"; 306 compatible = "snps,dw-apb-gpio-port"; 342 compatible = "snps,dw-apb-timer"; 350 compatible = "snps,dw-apb-timer"; [all …]
|
/freebsd/sys/dev/mge/ |
H A D | if_mge.c | 147 struct mge_desc_wrapper *dw); 557 struct mge_desc_wrapper *dw; in mge_alloc_desc_dma() local 563 dw = &(tab[i]); in mge_alloc_desc_dma() 565 (void**)&(dw->mge_desc), in mge_alloc_desc_dma() 567 &(dw->desc_dmap)); in mge_alloc_desc_dma() 571 dw->mge_desc = NULL; in mge_alloc_desc_dma() 575 error = bus_dmamap_load(sc->mge_desc_dtag, dw->desc_dmap, in mge_alloc_desc_dma() 576 dw->mge_desc, sizeof(struct mge_desc), mge_get_dma_addr, in mge_alloc_desc_dma() 577 &(dw->mge_desc_paddr), BUS_DMA_NOWAIT); in mge_alloc_desc_dma() 581 bus_dmamem_free(sc->mge_desc_dtag, dw->mge_desc, in mge_alloc_desc_dma() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/synaptics/ |
H A D | berlin4ct.dtsi | 136 compatible = "snps,dw-apb-gpio"; 142 compatible = "snps,dw-apb-gpio-port"; 154 compatible = "snps,dw-apb-gpio"; 160 compatible = "snps,dw-apb-gpio-port"; 172 compatible = "snps,dw-apb-gpio"; 178 compatible = "snps,dw-apb-gpio-port"; 190 compatible = "snps,dw-apb-gpio"; 196 compatible = "snps,dw-apb-gpio-port"; 208 compatible = "snps,dw-apb-ictl"; 235 compatible = "snps,dw-apb-ictl"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | snps,dw-wdt.yaml | 4 $id: http://devicetree.org/schemas/watchdog/snps,dw-wdt.yaml# 18 - const: snps,dw-wdt 35 - const: snps,dw-wdt 41 description: DW Watchdog pre-timeout interrupt 57 description: Phandle to the DW Watchdog reset lane 63 DW APB Watchdog custom timer intervals - Timeout Period ranges (TOPs). 67 the timer expiration intervals supported by the DW APB Watchdog. Note 68 DW APB Watchdog IP-core might be synthesized with fixed TOP values, 87 compatible = "snps,dw-wdt"; 96 compatible = "snps,dw-wdt";
|
/freebsd/sys/contrib/device-tree/Bindings/net/pcs/ |
H A D | snps,dw-xpcs.yaml | 4 $id: http://devicetree.org/schemas/net/pcs/snps,dw-xpcs.yaml# 29 const: snps,dw-xpcs 31 const: snps,dw-xpcs-gen1-3g 33 const: snps,dw-xpcs-gen2-3g 35 const: snps,dw-xpcs-gen2-6g 37 const: snps,dw-xpcs-gen4-3g 39 const: snps,dw-xpcs-gen4-6g 41 const: snps,dw-xpcs-gen5-10g 43 const: snps,dw-xpcs-gen5-12g 49 of the MDIO bus device. If DW XPCS CSRs space is accessed over the [all …]
|
/freebsd/sys/contrib/device-tree/src/arc/ |
H A D | axs10x_mb.dtsi | 55 * DW sdio controller has external ciu clock divider 103 * According to DW Mobile Storage databook it is required 112 * "altr,socfpga-dw-mshc". 116 * "snps,dw-mshc" should be enough for all users of DW MMC once 121 compatible = "altr,socfpga-dw-mshc"; 132 compatible = "snps,dw-apb-uart"; 142 compatible = "snps,dw-apb-uart"; 153 compatible = "snps,dw-apb-uart"; 244 compatible = "snps,dw-apb-gpio"; 250 compatible = "snps,dw-apb-gpio-port"; [all …]
|
H A D | axc003.dtsi | 55 dw-apb-gpio@2000 { 56 compatible = "snps,dw-apb-gpio"; 62 compatible = "snps,dw-apb-gpio-port"; 74 debug_uart: dw-apb-uart@5000 { 75 compatible = "snps,dw-apb-uart"; 120 * The DW APB ICTL intc on MB is connected to CPU intc via a 121 * DT "invisible" DW APB GPIO block, configured to simply pass thru 125 * ABPG GPIO. Thus set "interrupts = <24>" (DW APB GPIO to core) 126 * instead of "interrupts = <12>" (DW APB ICTL to DW APB GPIO) 134 compatible = "snps,dw-apb-ictl";
|
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/ |
H A D | cv18xx.dtsi | 65 compatible = "snps,dw-apb-gpio"; 71 compatible = "snps,dw-apb-gpio-port"; 83 compatible = "snps,dw-apb-gpio"; 89 compatible = "snps,dw-apb-gpio-port"; 101 compatible = "snps,dw-apb-gpio"; 107 compatible = "snps,dw-apb-gpio-port"; 119 compatible = "snps,dw-apb-gpio"; 125 compatible = "snps,dw-apb-gpio-port"; 192 compatible = "snps,dw-apb-uart"; 203 compatible = "snps,dw-apb-uart"; [all …]
|
/freebsd/sys/contrib/device-tree/src/riscv/thead/ |
H A D | th1520.dtsi | 250 compatible = "thead,th1520-spi", "snps,dw-apb-ssi"; 260 compatible = "snps,dw-apb-uart"; 298 compatible = "snps,dw-apb-uart"; 309 compatible = "snps,dw-apb-uart"; 320 compatible = "snps,dw-apb-gpio"; 327 compatible = "snps,dw-apb-gpio-port"; 339 compatible = "snps,dw-apb-gpio"; 346 compatible = "snps,dw-apb-gpio-port"; 358 compatible = "snps,dw-apb-gpio"; 365 compatible = "snps,dw-apb-gpio-port"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | snps-dw-apb-uart.yaml | 4 $id: http://devicetree.org/schemas/serial/snps-dw-apb-uart.yaml# 55 - const: snps,dw-apb-uart 58 - brcm,bcm11351-dw-apb-uart 59 - brcm,bcm21664-dw-apb-uart 60 - const: snps,dw-apb-uart 66 - const: snps,dw-apb-uart 67 - const: snps,dw-apb-uart 143 compatible = "snps,dw-apb-uart"; 158 compatible = "snps,dw-apb-uart"; 169 compatible = "snps,dw-apb-uart";
|
/freebsd/sys/dev/oce/ |
H A D | oce_hw.h | 575 uint32_t dw[59]; member 646 uint32_t dw[4]; member 703 uint32_t dw[4]; member 757 uint32_t dw[6]; member 972 uint32_t dw[4]; member 975 /* dw 0 */ 980 /* dw 1 */ 982 /* dw 2 */ 984 /* dw 3 */ 988 /* dw 0 */ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | snps,dw-apb-timer.yaml | 4 $id: http://devicetree.org/schemas/timer/snps,dw-apb-timer.yaml# 15 - const: snps,dw-apb-timer 17 - snps,dw-apb-timer-sp 18 - snps,dw-apb-timer-osc 63 compatible = "snps,dw-apb-timer"; 71 compatible = "snps,dw-apb-timer"; 79 compatible = "snps,dw-apb-timer";
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | allwinner,sun8i-a83t-dw-hdmi.yaml | 4 $id: http://devicetree.org/schemas/display/allwinner,sun8i-a83t-dw-hdmi.yaml# 15 in bridge/synopsys,dw-hdmi.yaml with the following device-specific 28 - const: allwinner,sun8i-a83t-dw-hdmi 29 - const: allwinner,sun50i-h6-dw-hdmi 33 - allwinner,sun8i-h3-dw-hdmi 34 - allwinner,sun8i-r40-dw-hdmi 35 - allwinner,sun50i-a64-dw-hdmi 36 - const: allwinner,sun8i-a83t-dw-hdmi 129 - allwinner,sun50i-h6-dw-hdmi 164 compatible = "allwinner,sun8i-a83t-dw-hdmi"; [all …]
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_conversion.c | 99 cd9660_bothendian_dword(uint32_t dw, unsigned char *eightchar) in cd9660_bothendian_dword() argument 103 le = dw; in cd9660_bothendian_dword() 104 be = bswap32(dw); in cd9660_bothendian_dword() 107 be = dw; in cd9660_bothendian_dword() 108 le = bswap32(dw); in cd9660_bothendian_dword() 121 cd9660_bothendian_word(uint16_t dw, unsigned char *fourchar) in cd9660_bothendian_word() argument 125 le = dw; in cd9660_bothendian_word() 126 be = bswap16(dw); in cd9660_bothendian_word() 129 be = dw; in cd9660_bothendian_word() 130 le = bswap16(dw); in cd9660_bothendian_word()
|
/freebsd/sys/contrib/device-tree/src/arm64/intel/ |
H A D | socfpga_agilex5.dtsi | 206 compatible = "snps,dw-i3c-master-1.00a"; 216 compatible = "snps,dw-i3c-master-1.00a"; 226 compatible = "snps,dw-apb-gpio"; 234 compatible = "snps,dw-apb-gpio-port"; 307 compatible = "snps,dw-apb-ssi"; 324 compatible = "snps,dw-apb-ssi"; 343 compatible = "snps,dw-apb-timer"; 351 compatible = "snps,dw-apb-timer"; 359 compatible = "snps,dw-apb-timer"; 367 compatible = "snps,dw-apb-timer"; [all …]
|