Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ichsmb/
HDichsmb.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-stable/usr.sbin/ppp/
HDtimer.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-stable/sys/contrib/device-tree/Bindings/display/mediatek/
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-stable/sys/contrib/device-tree/src/arm64/exynos/
HDexynos5433-tm2e.dts22 * clocks properties for DISP CMU for each board to keep them together
HDexynos5433-tm2.dts22 * clocks properties for DISP CMU for each board to keep them together
HDexynos5433.dtsi703 label = "DISP";
/freebsd-14-stable/sys/contrib/device-tree/Bindings/display/exynos/
HDexynos-mic.txt17 - samsung,disp-syscon: the reference node for syscon for DISP block.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDP9InstrResources.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-stable/contrib/file/magic/Magdir/
HDriff135 >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-14-stable/sys/contrib/device-tree/Bindings/phy/
HDsamsung-phy.txt16 - samsung,disp-sysreg - phandle to the DISP system registers controller
/freebsd-14-stable/share/misc/
HDscsi_modes485 {DISP} t1
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDexynos5420.dtsi487 label = "DISP";
/freebsd-14-stable/sys/cddl/dev/dtrace/x86/
HDdis_tables.c6528 enum {IMM, DISP}; enumerator
6548 if (disp == DISP) in print_imm()
6686 DISP, TRY_NEG); in dtrace_disx86_str()