Home
last modified time | relevance | path

Searched refs:DISP (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/sys/dev/ichsmb/
H A Dichsmb.c372 #define DISP(ch) (((ch) < 0x20 || (ch) >= 0x7e) ? '.' : (ch)) in ichsmb_bwrite() macro
380 DISP(p[0]), DISP(p[1]), DISP(p[2]), DISP(p[3]), in ichsmb_bwrite()
381 DISP(p[4]), DISP(p[5]), DISP(p[6]), DISP(p[7])); in ichsmb_bwrite()
384 #undef DISP in ichsmb_bwrite()
438 #define DISP(ch) (((ch) < 0x20 || (ch) >= 0x7e) ? '.' : (ch)) in ichsmb_bread() macro
446 DISP(p[0]), DISP(p[1]), DISP(p[2]), DISP(p[3]), in ichsmb_bread()
447 DISP(p[4]), DISP(p[5]), DISP(p[6]), DISP(p[7])); in ichsmb_bread()
450 #undef DISP in ichsmb_bread()
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/imx/
H A Dfsl,imx8mn-disp-blk-ctrl.yaml7 title: NXP i.MX8MN DISP blk-ctrl
13 The i.MX8MN DISP blk-ctrl is a top-level peripheral providing access to
15 peripherals located in the DISP domain of the SoC.
H A Dfsl,imx8mm-disp-blk-ctrl.yaml7 title: NXP i.MX8MM DISP blk-ctrl
13 The i.MX8MM DISP blk-ctrl is a top-level peripheral providing access to
15 peripherals located in the DISP domain of the SoC.
/freebsd-14.2/usr.sbin/ppp/
H A Dtimer.c255 #define DISP \ in timer_Show() macro
266 prompt_Printf(prompt, DISP); in timer_Show()
268 log_Printf(LogLevel, DISP); in timer_Show()
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,disp.txt4 The Mediatek display subsystem consists of various DISP function blocks in the
10 All DISP device tree nodes must be siblings to the central MMSYS_CONFIG node.
14 DISP function blocks
19 interface, or writes pixels back to memory. All DISP function blocks have
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,sm6115-dispcc.yaml29 - description: GPLL0 DISP DIV clock from GCC
/freebsd-14.2/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tm2e.dts22 * clocks properties for DISP CMU for each board to keep them together
H A Dexynos5433-tm2.dts22 * clocks properties for DISP CMU for each board to keep them together
H A Dexynos5433.dtsi703 label = "DISP";
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos-mic.txt17 - samsung,disp-syscon: the reference node for syscon for DISP block.
/freebsd-14.2/sys/contrib/device-tree/Bindings/display/samsung/
H A Dsamsung,exynos5433-mic.yaml48 Phandle to DISP system controller interface.
H A Dsamsung,exynos5433-decon.yaml82 Phandle to DISP system controller interface.
H A Dsamsung,exynos-hdmi.yaml74 Phandle to DISP system controller interface.
/freebsd-14.2/sys/contrib/device-tree/Bindings/phy/
H A Dsamsung,mipi-video-phy.yaml54 Phandle to DISP system controller interface, valid for
H A Dsamsung-phy.txt16 - samsung,disp-sysreg - phandle to the DISP system registers controller
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td35 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice.
88 // (DISP) for that superslice.
178 // (DISP) for that superslice.
207 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice.
292 // EXECO) and all three dispatches (DISP) to the given superslice.
/freebsd-14.2/contrib/file/magic/Magdir/
H A Driff135 >0 string DISP
724 # for debugging purpose display next chunk like: DISP LIST
727 # for debugging purpose display 5th chunk like: LIST DISP ccmm osfp
757 # for debugging purpose display next chunk like: DISP LIST
/freebsd-14.2/share/misc/
H A Dscsi_modes485 {DISP} t1
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dexynos5420.dtsi487 label = "DISP";
/freebsd-14.2/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c6526 enum {IMM, DISP}; enumerator
6546 if (disp == DISP) in print_imm()
6684 DISP, TRY_NEG); in dtrace_disx86_str()