Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichsmb/
H A Dichsmb.c373 #define DISP(ch) (((ch) < 0x20 || (ch) >= 0x7e) ? '.' : (ch)) in ichsmb_bwrite() macro
381 DISP(p[0]), DISP(p[1]), DISP(p[2]), DISP(p[3]), in ichsmb_bwrite()
382 DISP(p[4]), DISP(p[5]), DISP(p[6]), DISP(p[7])); in ichsmb_bwrite()
385 #undef DISP in ichsmb_bwrite()
439 #define DISP(ch) (((ch) < 0x20 || (ch) >= 0x7e) ? '.' : (ch)) in ichsmb_bread() macro
447 DISP(p[0]), DISP(p[1]), DISP(p[2]), DISP(p[3]), in ichsmb_bread()
448 DISP(p[4]), DISP(p[5]), DISP(p[6]), DISP(p[7])); in ichsmb_bread()
451 #undef DISP in ichsmb_bread()
/freebsd/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/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/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.dtsi704 label = "DISP";
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos-mic.txt17 - samsung,disp-syscon: the reference node for syscon for DISP block.
/freebsd/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/contrib/file/magic/Magdir/
H A Driff135 >0 string DISP
795 # for debugging purpose display next chunk like: DISP LIST
798 # for debugging purpose display 5th chunk like: LIST DISP ccmm osfp
828 # for debugging purpose display next chunk like: DISP LIST
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dsamsung-phy.txt16 - samsung,disp-sysreg - phandle to the DISP system registers controller
/freebsd/share/misc/
H A Dscsi_modes485 {DISP} t1
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5420.dtsi487 label = "DISP";
/freebsd/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c6528 enum {IMM, DISP}; enumerator
6548 if (disp == DISP) in print_imm()
6686 DISP, TRY_NEG); in dtrace_disx86_str()