/src/sys/dtb/riscv/ |
Makefile | 12 SUBDIR+= thead
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/ |
Makefile | 9 subdir-y += thead
|
/src/sys/dtb/riscv/thead/ |
Makefile | 3 DTSSUBDIR= thead
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/sophgo/ |
sg2042.dtsi | 80 compatible = "sophgo,sg2042-aclint-mswi", "thead,c900-aclint-mswi"; 149 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 159 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 169 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 179 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 189 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 199 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 209 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 219 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer"; 229 compatible = "sophgo,sg2042-aclint-mtimer", "thead,c900-aclint-mtimer" [all...] |
sg2042-cpus.dtsi | 257 compatible = "thead,c920", "riscv"; 282 compatible = "thead,c920", "riscv"; 307 compatible = "thead,c920", "riscv"; 332 compatible = "thead,c920", "riscv"; 357 compatible = "thead,c920", "riscv"; 382 compatible = "thead,c920", "riscv"; 407 compatible = "thead,c920", "riscv"; 432 compatible = "thead,c920", "riscv"; 457 compatible = "thead,c920", "riscv"; 482 compatible = "thead,c920", "riscv" [all...] |
cv18xx.dtsi | 21 compatible = "thead,c906", "riscv";
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/thead/ |
th1520.dtsi | 10 compatible = "thead,th1520"; 20 compatible = "thead,c910", "riscv"; 44 compatible = "thead,c910", "riscv"; 68 compatible = "thead,c910", "riscv"; 92 compatible = "thead,c910", "riscv"; 246 compatible = "thead,th1520-plic", "thead,c900-plic"; 259 compatible = "thead,th1520-clint", "thead,c900-clint"; 278 compatible = "thead,th1520-dwcmshc" [all...] |
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/allwinner/ |
sun20i-d1s.dtsi | 15 compatible = "thead,c906", "riscv"; 68 "thead,c900-plic";
|
/src/sbin/fdisk/ |
fdisk.c | 2310 int tsector, tcylinder, thead; local in function:change_part 2313 thead = partp->mbrp_shd; 2317 thead = decimal("beginning head", 2318 thead, 0, 0, dos_heads - 1); 2322 partp->mbrp_shd = thead; 2326 thead = partp->mbrp_ehd; 2330 thead = decimal("ending head", 2331 thead, 0, 0, dos_heads - 1); 2335 partp->mbrp_ehd = thead;
|
/src/usr.sbin/sysinst/ |
mbr.c | 799 unsigned int tcyl, temp, thead, tsec; local in function:convert_mbr_chs 805 thead = relsecs / sec; 806 tsec = relsecs - thead * sec + 1; 812 *headp = thead;
|