Home
last modified time | relevance | path

Searched refs:nhd (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dts/arm/
H A Dsocfpga_arria10_socdk_sdmmc.dts77 compatible = "newhaven,nhd-0216k3z-nsw-bbw";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dam3517-evm.dts129 compatible = "newhaven,nhd-4.3-480272ef-atxl";
H A Dlogicpd-torpedo-baseboard.dtsi177 compatible = "newhaven,nhd-4.3-480272ef-atxl";
H A Dam335x-evmsk.dts186 compatible = "newhaven,nhd-4.3-480272ef-atxl";
H A Dam437x-sk-evm.dts127 compatible = "newhaven,nhd-4.3-480272ef-atxl", "panel-dpi";
/freebsd/contrib/sqlite3/
H A Dshell.c23706 int nhd = 0, hdv; in resolve_backslashes() local
23708 while( nhd<2 && (c=z[i+1+nhd])!=0 && (hdv=hexDigitValue(c))>=0 ){ in resolve_backslashes()
23710 ++nhd; in resolve_backslashes()
23712 i += nhd; in resolve_backslashes()