Home
last modified time | relevance | path

Searched full:sdi (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad4000.yaml72 adi,sdi-pin:
74 enum: [ high, low, cs, sdi ]
75 default: sdi
77 Describes how the ADC SDI pin is wired. A value of "sdi" indicates that
78 the ADC SDI is connected to host SDO. "high" indicates that the ADC SDI
80 hard-wired low (GND). "cs" indicates that the ADC SDI pin is connected to
123 while the SDI line is high and the CNV line is low ("3-wire" mode) or the
124 SDI line is low and the CNV line is high ("4-wire" mode); or when the SDO
125 line goes high while the SDI and CNV lines are high (chain mode),
136 # The configuration register can only be accessed if SDI is connected to MOSI
[all …]
H A Dadi,ad7944.yaml48 line is used to initiate the conversion and the SDI line is connected to
57 device on the bus. In this mode, SDI is tied to VIO, and the CNV line
61 on wiring when multiple ADCs are used. In this mode, the SDI line of
62 one chip is tied to the SDO of the next chip in the chain and the SDI of
127 while the SDI line is high and the CNV line is low ('single' mode) or the
128 SDI line is low and the CNV line is high ('multi' mode); or when the SDO
129 line goes high while the SDI and CNV lines are high (chain mode),
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp926 static bool processSRem(BinaryOperator *SDI, const ConstantRange &LCR, in processSRem() argument
928 assert(SDI->getOpcode() == Instruction::SRem); in processSRem()
931 SDI->replaceAllUsesWith(SDI->getOperand(0)); in processSRem()
932 SDI->eraseFromParent(); in processSRem()
940 std::array<Operand, 2> Ops = {{{SDI->getOperand(0), getDomain(LCR)}, in processSRem()
941 {SDI->getOperand(1), getDomain(RCR)}}}; in processSRem()
953 SDI->getIterator()); in processSRem()
954 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem()
958 auto *URem = BinaryOperator::CreateURem(Ops[0].V, Ops[1].V, SDI->getName(), in processSRem()
959 SDI->getIterator()); in processSRem()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsamsung,s3cmci.txt12 - "samsung,s3c2410-sdi": for controllers compatible with s3c2410
13 - "samsung,s3c2412-sdi": for controllers compatible with s3c2412
14 - "samsung,s3c2440-sdi": for controllers compatible with s3c2440
18 - clock-names: Should contain "sdi"
32 compatible = "samsung,s3c2440-sdi";
38 clock-names = "sdi";
H A Dmmci.txt56 clock-names = "sdi", "apb_pclk";
H A Darm,pl18x.yaml205 clock-names = "sdi", "apb_pclk";
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dsamsung,battery.yaml7 title: Samsung SDI Batteries
13 Samsung SDI (Samsung Digital Interface) batteries are all different versions
/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,omap3-dss.txt20 - Port 1: SDI output
25 SDI Endpoint required properties:
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt55 mpp43 43 gpio, audio(sdi)
141 mpp27 27 gpio, ge1(rxd3), ts(mp7), tdm(spi-mosi), audio(sdi)
190 mpp27 27 gpio, ge1(rxd3), ts(mp7), tdm(spi-mosi), audio(sdi)
206 mpp43 43 gpio, ts(mp7), tdm(int), audio(sdi)
235 audio(spdifi), audio-1(sdi)
257 mpp27 27 gpio, ge1(rxd3), ts(mp7), tdm(spi-mosi), audio(sdi),
276 mpp43 43 gpio, ts(mp7), tdm(int), audio(sdi), lcd(d23)
H A Dmarvell,dove-pinctrl.txt67 pmic(sdi) Pin is used for PMIC SDI
H A Dmarvell,armada-370-pinctrl.txt26 mpp10 10 gpio, ge0(txctl), uart0(cts), tdm(fsync), audio(sdi)
90 audio(sdi)
H A Dmarvell,armada-375-pinctrl.txt18 mpp2 2 gpio, dev(ad4), ptp(evreq), led(c0), audio(sdi)
H A Dmarvell,armada-38x-pinctrl.txt70 mpp52 52 gpio, pcie0(rstout), tdm(int), audio(sdi), sd0(d6), ptp(clk)
H A Dmarvell,armada-39x-pinctrl.txt74 mpp52 52 gpio, pcie0(rstout), tdm(int) [2], audio(sdi) [2], sd0(d6), i2c3(sck)
/freebsd/sys/geom/raid/
H A Dmd_intel.c2357 int vi, sdi, numdisks, len, state, stale; in g_raid_md_write_intel() local
2427 for (sdi = 0; sdi < vol->v_disks_count; sdi++) { in g_raid_md_write_intel()
2428 sd = &vol->v_subdisks[sdi]; in g_raid_md_write_intel()
2432 if (sdi >= vol->v_disks_count) in g_raid_md_write_intel()
2489 for (sdi = 0; sdi < vol->v_disks_count; sdi++) { in g_raid_md_write_intel()
2490 sd = &vol->v_subdisks[sdi]; in g_raid_md_write_intel()
2560 for (sdi = 0; sdi < vol->v_disks_count; sdi++) { in g_raid_md_write_intel()
2561 sd = &vol->v_subdisks[sdi]; in g_raid_md_write_intel()
2564 mmap0->disk_idx[sdi] = pd->pd_disk_pos; in g_raid_md_write_intel()
2566 mmap1->disk_idx[sdi] = pd->pd_disk_pos; in g_raid_md_write_intel()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dqcom,scm.yaml101 qcom,sdi-enabled:
103 Indicates that the SDI (Secure Debug Image) has been enabled by TZ
/freebsd/sys/arm/nvidia/drm2/
H A Dhdmi.c217 ptr[24] = frame->sdi; in hdmi_spd_infoframe_pack()
692 static const char *hdmi_spd_sdi_get_name(enum hdmi_spd_sdi sdi) in hdmi_spd_sdi_get_name() argument
695 switch (sdi) { in hdmi_spd_sdi_get_name()
747 hdmi_spd_sdi_get_name(frame->sdi), frame->sdi); in hdmi_spd_infoframe_log()
1072 frame->sdi = ptr[24]; in hdmi_spd_infoframe_unpack()
H A Dhdmi.h184 enum hdmi_spd_sdi sdi; member
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dsony,acx565akm.yaml7 title: Sony ACX565AKM SDI Panel
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c312 ptr[24] = frame->sdi; in hdmi_spd_infoframe_pack_only()
1276 static const char *hdmi_spd_sdi_get_name(enum hdmi_spd_sdi sdi) in hdmi_spd_sdi_get_name() argument
1278 if (sdi < 0 || sdi > 0xff) in hdmi_spd_sdi_get_name()
1280 switch (sdi) { in hdmi_spd_sdi_get_name()
1329 hdmi_spd_sdi_get_name(frame->sdi), frame->sdi); in hdmi_spd_infoframe_log()
1688 frame->sdi = ptr[24]; in hdmi_spd_infoframe_unpack()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dste-dbx5x0.dtsi982 clock-names = "sdi", "apb_pclk";
999 clock-names = "sdi", "apb_pclk";
1016 clock-names = "sdi", "apb_pclk";
1033 clock-names = "sdi", "apb_pclk";
1050 clock-names = "sdi", "apb_pclk";
1067 clock-names = "sdi", "apb_pclk";
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dmicrochip,ksz.yaml77 COL, CRS, LEDs, PME_N, NTRP_N, SDO and SDI/SDA/MDIO lines.
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h249 enum hdmi_spd_sdi sdi; member
/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c5110 u32 sck, sdi, sdo, dir_sck, dir_sdi, dir_sdo; in ixgbe_bypass_rw_generic() local
5122 sdi = IXGBE_ESDP_SDP0; in ixgbe_bypass_rw_generic()
5130 sdi = IXGBE_ESDP_SDP0; in ixgbe_bypass_rw_generic()
5143 esdp |= dir_sdi; /* SDI as output */ in ixgbe_bypass_rw_generic()
5146 esdp |= sdi; in ixgbe_bypass_rw_generic()
5152 esdp &= ~sdi; in ixgbe_bypass_rw_generic()
5165 esdp |= sdi; in ixgbe_bypass_rw_generic()
5168 esdp &= ~sdi; in ixgbe_bypass_rw_generic()
5194 esdp &= ~sdi; in ixgbe_bypass_rw_generic()
5199 esdp |= sdi; in ixgbe_bypass_rw_generic()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-pinctrl.dtsi285 i2s2m0_sdi: i2s2m0-sdi {

12