Home
last modified time | relevance | path

Searched refs:pic (Results 51 – 75 of 230) sorted by relevance

12345678910

/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dep88xc.dts119 compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
167 compatible = "fsl,mpc885-cpm-pic",
168 "fsl,cpm1-pic";
H A Dtqm8560.dts221 mpic: pic@40000 {
226 device_type = "open-pic";
227 compatible = "chrp,open-pic";
256 cpmpic: pic@90c00 {
263 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
H A Dsocrates.dts221 mpic: pic@40000 {
226 compatible = "chrp,open-pic";
227 device_type = "open-pic";
289 fpga_pic: fpga-pic@3,10 {
290 compatible = "abb,socrates-fpga-pic";
H A Dholly.dts127 MPIC: pic@7400 {
128 device_type = "open-pic";
129 compatible = "chrp,open-pic";
182 device_type = "pic-router";
H A Dmpc885ads.dts124 compatible = "fsl,mpc885-pic", "fsl,pq1-pic";
173 compatible = "fsl,mpc885-cpm-pic",
174 "fsl,cpm1-pic";
H A Dstxssa8555.dts237 mpic: pic@40000 {
242 compatible = "chrp,open-pic";
243 device_type = "open-pic";
271 cpmpic: pic@90c00 {
278 compatible = "fsl,mpc8555-cpm-pic", "fsl,cpm2-pic";
H A Dpq2fads.dts68 PCI_PIC: pic@8,0 {
72 compatible = "fsl,pq2ads-pci-pic";
235 compatible = "fsl,mpc8280-pic", "fsl,cpm2-pic";
H A Dksi8560.dts208 mpic: pic@40000 {
213 device_type = "open-pic";
242 CPMPIC: pic@90c00 {
249 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
H A Dmpc8272ads.dts69 compatible = "fsl,mpc8272ads-pci-pic",
70 "fsl,pq2ads-pci-pic";
245 compatible = "fsl,mpc8272-pic", "fsl,cpm2-pic";
H A Dgamecube.dts62 PIC: pic {
64 compatible = "nintendo,flipper-pic";
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Didt,32434-gpio.yaml22 - const: pic
55 reg-names = "gpio", "pic";
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl120 elsif (($::aout and !$::pic) or $::macosx)
214 if (($::pic && ($::elf || $::aout)) || $::macosx)
271 $initseg.=".type $ctor,\@function\n" if ($::pic);
/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_pci_msix.c292 device_t *pic, struct intr_irqsrc **srcs) in al_msix_alloc_msi() argument
346 *pic = sc->gic_dev; in al_msix_alloc_msi()
377 al_msix_alloc_msix(device_t dev, device_t child, device_t *pic, in al_msix_alloc_msix() argument
381 return (al_msix_alloc_msi(dev, child, 1, 1, pic, isrcp)); in al_msix_alloc_msix()
/freebsd/sys/contrib/device-tree/src/c6x/
H A Dtms320c6457.dtsi28 compatible = "ti,c64x+core-pic";
32 compatible = "ti,c64x+megamod-pic";
H A Dtms320c6474.dtsi38 compatible = "ti,c64x+core-pic";
42 compatible = "ti,c64x+megamod-pic";
H A Dtms320c6455.dtsi28 compatible = "ti,c64x+core-pic";
35 compatible = "ti,c64x+megamod-pic";
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1020rdb-pc_camp_core0.dts52 mpic: pic@40000 {
57 pic-no-reset;
H A Dmpc8555cds.dts236 mpic: pic@40000 {
241 compatible = "chrp,open-pic";
242 device_type = "open-pic";
270 cpmpic: pic@90c00 {
277 compatible = "fsl,mpc8555-cpm-pic", "fsl,cpm2-pic";
H A Dmpc8541cds.dts236 mpic: pic@40000 {
241 compatible = "chrp,open-pic";
242 device_type = "open-pic";
270 cpmpic: pic@90c00 {
277 compatible = "fsl,mpc8541-cpm-pic", "fsl,cpm2-pic";
H A Dqoriq-mpic.dtsi35 mpic: pic@40000 {
40 compatible = "fsl,mpic", "chrp,open-pic";
41 device_type = "open-pic";
H A Dmpc8560ads.dts204 mpic: pic@40000 {
209 compatible = "chrp,open-pic";
210 device_type = "open-pic";
239 cpmpic: pic@90c00 {
246 compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic";
/freebsd/usr.sbin/ntp/doc/pic/
H A DMakefile4 FILESDIR= ${SHAREDIR}/doc/ntp/pic
24 .PATH: ${SRCTOP}/contrib/ntp/html/pic
/freebsd/sys/arm/ti/
H A Daintc.c212 struct intr_pic *pic; in ti_aintc_pic_attach() local
229 pic = intr_pic_register(sc->sc_dev, xref); in ti_aintc_pic_attach()
230 if (pic == NULL) in ti_aintc_pic_attach()
/freebsd/sys/riscv/riscv/
H A Dintc.c155 struct intr_pic *pic; in intc_attach() local
180 pic = intr_pic_register(sc->dev, xref); in intc_attach()
181 if (pic == NULL) in intc_attach()
/freebsd/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh67 cat > pic.c << EOF
73 cc -fPIC -dPIC -shared -o libtest.so pic.c

12345678910