Searched refs:DISP (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/ichsmb/ |
H A D | ichsmb.c | 373 #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 D | timer.c | 255 #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 D | mediatek,disp.txt | 4 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 D | exynos5433-tm2e.dts | 22 * clocks properties for DISP CMU for each board to keep them together
|
H A D | exynos5433-tm2.dts | 22 * clocks properties for DISP CMU for each board to keep them together
|
H A D | exynos5433.dtsi | 704 label = "DISP";
|
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/ |
H A D | exynos-mic.txt | 17 - samsung,disp-syscon: the reference node for syscon for DISP block.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 35 // (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 D | riff | 135 >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 D | samsung-phy.txt | 16 - samsung,disp-sysreg - phandle to the DISP system registers controller
|
/freebsd/share/misc/ |
H A D | scsi_modes | 485 {DISP} t1
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5420.dtsi | 487 label = "DISP";
|
/freebsd/sys/cddl/dev/dtrace/x86/ |
H A D | dis_tables.c | 6528 enum {IMM, DISP}; enumerator 6548 if (disp == DISP) in print_imm() 6686 DISP, TRY_NEG); in dtrace_disx86_str()
|