/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
s3c64xx-pinctrl.dtsi | 73 gpi: gpi { label 647 samsung,pins = "gpi-3", "gpi-4", "gpi-5", "gpi-6", 648 "gpi-7", "gpi-10", "gpi-11", "gpi-12" [all...] |
s5pv210-fascinate4g.dts | 289 PIN_SLP(gpi-0, PREV, NONE); 290 PIN_SLP(gpi-1, INPUT, DOWN); 291 PIN_SLP(gpi-2, PREV, NONE); 292 PIN_SLP(gpi-3, PREV, NONE); 293 PIN_SLP(gpi-4, PREV, NONE); 294 PIN_SLP(gpi-5, INPUT, DOWN); 295 PIN_SLP(gpi-6, INPUT, DOWN);
|
s5pv210-galaxys.dts | 327 PIN_SLP(gpi-0, PREV, NONE); 328 PIN_SLP(gpi-1, INPUT, DOWN); 329 PIN_SLP(gpi-2, PREV, NONE); 330 PIN_SLP(gpi-3, PREV, NONE); 331 PIN_SLP(gpi-4, PREV, NONE); 332 PIN_SLP(gpi-5, INPUT, DOWN); 333 PIN_SLP(gpi-6, INPUT, DOWN);
|
s5pv210-pinctrl.dtsi | 205 gpi: gpi { label 352 samsung,pins = "gpi-0", "gpi-1", "gpi-2", "gpi-3", 353 "gpi-4", "gpi-5", "gpi-6";
|
/src/sys/dev/pci/ |
icp_pci.c | 203 const struct icp_pci_ident *gpi, *maxgpi; local in function:icp_pci_find_class 205 gpi = icp_pci_ident; 206 maxgpi = gpi + sizeof(icp_pci_ident) / sizeof(icp_pci_ident[0]); 208 for (; gpi < maxgpi; gpi++) 209 if (PCI_VENDOR(pa->pa_id) == gpi->gpi_vendor && 210 PCI_PRODUCT(pa->pa_id) == gpi->gpi_product) 211 return (gpi->gpi_class);
|
/src/sys/altq/ |
altq_subr.c | 950 u_int32_t *gpi; local in function:extract_ports4 952 gpi = (u_int32_t *)(mtod(m0, char *) + off); 953 fin->fi_gpi = *gpi; 1034 u_int32_t *gpi; local in function:extract_ports6 1036 gpi = (u_int32_t *)(mtod(m0, char *) + off); 1037 fin6->fi6_gpi = *gpi;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
fsl-ls1028a-kontron-sl28.dts | 266 compatible = "kontron,sl28cpld-gpi";
|
/src/sys/dev/pci/cxgb/ |
cxgb_t3_hw.c | 1626 u32 mask, gpi = adapter_info(adapter)->gpio_intr; local in function:t3_phy_intr_handler 1632 mask = gpi - (gpi & (gpi - 1)); 1633 gpi -= mask;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sm8150.dtsi | 7 #include <dt-bindings/dma/qcom-gpi.h> 897 compatible = "qcom,sm8150-gpi-dma"; 1157 compatible = "qcom,sm8150-gpi-dma"; 1370 compatible = "qcom,sm8150-gpi-dma";
|
sm8250.dtsi | 11 #include <dt-bindings/dma/qcom-gpi.h> 525 compatible = "qcom,sm8250-gpi-dma"; 776 compatible = "qcom,sm8250-gpi-dma"; 1094 compatible = "qcom,sm8250-gpi-dma";
|