Home
last modified time | relevance | path

Searched refs:HSI (Results 1 – 25 of 1008) sorted by relevance

12345678910>>...41

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hsi/clients/
H A DKconfig3 # HSI clients configuration
6 comment "HSI clients"
10 depends on HSI && SSI_PROTOCOL && CMT_SPEECH
19 depends on HSI && SSI_PROTOCOL
29 depends on HSI && PHONET && OMAP_SSI
36 tristate "HSI/SSI character driver"
37 depends on HSI
39 If you say Y here, you will enable the HSI/SSI character driver.
41 serial communication with the cellular modem over HSI/SSI bus.
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hsi/clients/
H A DKconfig3 # HSI clients configuration
6 comment "HSI clients"
10 depends on HSI && SSI_PROTOCOL && CMT_SPEECH
19 depends on HSI && SSI_PROTOCOL
29 depends on HSI && PHONET && OMAP_SSI
36 tristate "HSI/SSI character driver"
37 depends on HSI
39 If you say Y here, you will enable the HSI/SSI character driver.
41 serial communication with the cellular modem over HSI/SSI bus.
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hsi/clients/
H A DKconfig3 # HSI clients configuration
6 comment "HSI clients"
10 depends on HSI && SSI_PROTOCOL && CMT_SPEECH
19 depends on HSI && SSI_PROTOCOL
29 depends on HSI && PHONET && OMAP_SSI
36 tristate "HSI/SSI character driver"
37 depends on HSI
39 If you say Y here, you will enable the HSI/SSI character driver.
41 serial communication with the cellular modem over HSI/SSI bus.
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/driver-api/
H A Dhsi.rst1 High Speed Synchronous Serial Interface (HSI)
7 High Speed Syncronous Interface (HSI) is a fullduplex, low latency protocol,
12 The HSI interface supports full duplex communication over multiple channels
40 HSI Subsystem in Linux
45 multi-port controllers and provides a generic API for using the HSI ports.
47 It also contains HSI client drivers, which make use of the generic API to
48 implement a protocol used on the HSI interface. These client drivers can
55 which provides a charecter device for userspace representing the HSI port.
56 It can be used to communicate via HSI from userspace. Userspace may
60 flush the HSI port
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/driver-api/
H A Dhsi.rst1 High Speed Synchronous Serial Interface (HSI)
7 High Speed Syncronous Interface (HSI) is a fullduplex, low latency protocol,
12 The HSI interface supports full duplex communication over multiple channels
40 HSI Subsystem in Linux
45 multi-port controllers and provides a generic API for using the HSI ports.
47 It also contains HSI client drivers, which make use of the generic API to
48 implement a protocol used on the HSI interface. These client drivers can
55 which provides a charecter device for userspace representing the HSI port.
56 It can be used to communicate via HSI from userspace. Userspace may
60 flush the HSI port
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/driver-api/
H A Dhsi.rst1 High Speed Synchronous Serial Interface (HSI)
7 High Speed Syncronous Interface (HSI) is a fullduplex, low latency protocol,
12 The HSI interface supports full duplex communication over multiple channels
40 HSI Subsystem in Linux
45 multi-port controllers and provides a generic API for using the HSI ports.
47 It also contains HSI client drivers, which make use of the generic API to
48 implement a protocol used on the HSI interface. These client drivers can
55 which provides a charecter device for userspace representing the HSI port.
56 It can be used to communicate via HSI from userspace. Userspace may
60 flush the HSI port
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/h8300/
H A Ddivmod.md6 [(set (match_operand:HSI 0 "register_operand" "=r")
7 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
8 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))]
16 [(set (match_operand:HSI 0 "register_operand" "=r")
17 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
18 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))
25 [(set (match_operand:HSI 0 "register_operand" "=r")
26 (div:HSI (match_operand:HSI 1 "register_operand" "0")
35 [(set (match_operand:HSI 0 "register_operand" "=r")
36 (div:HSI (match_operand:HSI 1 "register_operand" "0")
[all …]
H A Daddsub.md103 [(set (match_operand:HSI 0 "register_operand" "")
104 (plus:HSI (match_dup 0)
105 (match_operand:HSI 1 "two_insn_adds_subs_operand" "")))]
167 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
168 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
169 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))]
173 [(parallel [(set (match_dup 0) (minus:HSI (match_dup 1) (match_dup 2)))
177 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
178 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
179 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))
H A Dmultiply.md170 [(set (match_operand:HSI 0 "register_operand" "=r")
171 (mult:HSI (match_operand:HSI 1 "register_operand" "%0")
172 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))]
176 [(parallel [(set (match_dup 0) (mult:HSI (match_dup 1) (match_dup 2)))
180 [(set (match_operand:HSI 0 "register_operand" "=r")
181 (mult:HSI (match_operand:HSI 1 "register_operand" "%0")
182 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/h8300/
H A Ddivmod.md6 [(set (match_operand:HSI 0 "register_operand" "=r")
7 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
8 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))]
16 [(set (match_operand:HSI 0 "register_operand" "=r")
17 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
18 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))
25 [(set (match_operand:HSI 0 "register_operand" "=r")
26 (div:HSI (match_operand:HSI 1 "register_operand" "0")
35 [(set (match_operand:HSI 0 "register_operand" "=r")
36 (div:HSI (match_operand:HSI 1 "register_operand" "0")
[all …]
H A Daddsub.md103 [(set (match_operand:HSI 0 "register_operand" "")
104 (plus:HSI (match_dup 0)
105 (match_operand:HSI 1 "two_insn_adds_subs_operand" "")))]
167 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
168 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
169 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))]
173 [(parallel [(set (match_dup 0) (minus:HSI (match_dup 1) (match_dup 2)))
177 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
178 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
179 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))
/dports/lang/gcc11/gcc-11.2.0/gcc/config/h8300/
H A Ddivmod.md6 [(set (match_operand:HSI 0 "register_operand" "=r")
7 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
8 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))]
16 [(set (match_operand:HSI 0 "register_operand" "=r")
17 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
18 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))
25 [(set (match_operand:HSI 0 "register_operand" "=r")
26 (div:HSI (match_operand:HSI 1 "register_operand" "0")
35 [(set (match_operand:HSI 0 "register_operand" "=r")
36 (div:HSI (match_operand:HSI 1 "register_operand" "0")
[all …]
H A Daddsub.md103 [(set (match_operand:HSI 0 "register_operand" "")
104 (plus:HSI (match_dup 0)
105 (match_operand:HSI 1 "two_insn_adds_subs_operand" "")))]
167 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
168 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
169 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))]
173 [(parallel [(set (match_dup 0) (minus:HSI (match_dup 1) (match_dup 2)))
177 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
178 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
179 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/h8300/
H A Ddivmod.md6 [(set (match_operand:HSI 0 "register_operand" "=r")
7 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
8 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))]
16 [(set (match_operand:HSI 0 "register_operand" "=r")
17 (udiv:HSI (match_operand:HSI 1 "register_operand" "0")
18 (match_operand:HSI 2 "reg_or_nibble_operand" "r IP4>X")))
25 [(set (match_operand:HSI 0 "register_operand" "=r")
26 (div:HSI (match_operand:HSI 1 "register_operand" "0")
35 [(set (match_operand:HSI 0 "register_operand" "=r")
36 (div:HSI (match_operand:HSI 1 "register_operand" "0")
[all …]
H A Daddsub.md103 [(set (match_operand:HSI 0 "register_operand" "")
104 (plus:HSI (match_dup 0)
105 (match_operand:HSI 1 "two_insn_adds_subs_operand" "")))]
167 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
168 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
169 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))]
173 [(parallel [(set (match_dup 0) (minus:HSI (match_dup 1) (match_dup 2)))
177 [(set (match_operand:HSI 0 "h8300_dst_operand" "=rQ,rQ")
178 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
179 (match_operand:HSI 2 "h8300_src_operand" "rQ,i")))
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hsi/
H A DKconfig3 # HSI driver configuration
5 menuconfig HSI config
6 tristate "HSI support"
12 if HSI
21 endif # HSI
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hsi/
H A DKconfig3 # HSI driver configuration
5 menuconfig HSI config
6 tristate "HSI support"
12 if HSI
21 endif # HSI
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hsi/
H A DKconfig3 # HSI driver configuration
5 menuconfig HSI config
6 tristate "HSI support"
12 if HSI
21 endif # HSI
/dports/games/flightgear-aircraft/fgaircraft/737-200/Models/Interior/Panel/Instruments/hsi/
H A Dhsi.ac8 name "HSI"
10 HSI
504 HSI.card
730 HSI.crs1
751 HSI.crs10
772 HSI.crs100
1405 HSI.dst0
1426 HSI.dst1
1447 HSI.dst10
1468 HSI.dst100
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hsi/controllers/
H A DKconfig3 # HSI controllers configuration
5 comment "HSI controllers"
9 depends on HSI && OF && ARM && COMMON_CLK
12 SSI is a legacy version of HSI. It is usually used to connect
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hsi/controllers/
H A DKconfig3 # HSI controllers configuration
5 comment "HSI controllers"
9 depends on HSI && OF && ARM && COMMON_CLK
12 SSI is a legacy version of HSI. It is usually used to connect
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hsi/controllers/
H A DKconfig3 # HSI controllers configuration
5 comment "HSI controllers"
9 depends on HSI && OF && ARM && COMMON_CLK
12 SSI is a legacy version of HSI. It is usually used to connect
/dports/games/flightgear-aircraft/fgaircraft/A-10/Models/
H A DA-10-HSI.ac8 name "A-10-HSI"
20 texture "A-10-HSI-mount.png"
399 texture "A-10-HSI-mount.png"
774 name "HSI-bkg"
776 texture "A-10-HSI-mount.png"
1548 texture "A-10-HSI-mount.png"
1567 texture "A-10-HSI-mount.png"
1586 texture "A-10-HSI-mount.png"
1603 texture "A-10-HSI-mount.png"
1690 name "HSI-course-card"
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/windows_tools/src/c/scilab_windows/
H A DSetHeapOptions.c21 typedef BOOL (WINAPI *HSI) (HANDLE, HEAP_INFORMATION_CLASS , PVOID, SIZE_T); typedef
34 HSI pHsi = (HSI)GetProcAddress(hLib, "HeapSetInformation"); in SetHeapOptions()
/dports/devel/asl/asl-current/include/stm8/stm8l/
H A Dclk.inc64 CLK_HSICALR label Base+$0c ; HSI calibration register
65 HSICAL bfield CLK_HSICALR,0,8 ; HSI calibration
66 CLK_HSITRIMR label Base+$0d ; HSI clock calibration trimming register
67 HSITRIM bfield CLK_HSITRIMR,0,8; HSI trimming value
68 CLK_HSIUNLCKR label Base+$0e ; HSI unlock register
69 HSIUNLCK bfield CLK_HSIUNLCKR,0,8; HSI unlock mechanism
76 HSIPD bit CLK_REGCSR,2 ; HSI power-down

12345678910>>...41