Home
last modified time | relevance | path

Searched refs:ST (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_statlog.h73 #define ST(x) STATE_## x macro
85 ST(INVALID) = 0, /* invalid status */ enumerator
86 ST(WLAN_POWER_ON) = 1, /* Wi-Fi Power on */ enumerator
87 ST(WLAN_POWER_OFF) = 2, /* Wi-Fi Power off */ enumerator
88 ST(ASSOC_START) = 3, /* connect to the AP triggered by upper layer */ enumerator
89 ST(AUTH_DONE) = 4, /* complete to authenticate with the AP */ enumerator
90 ST(ASSOC_REQ) = 5, /* send or receive Assoc Req */ enumerator
91 ST(ASSOC_RESP) = 6, /* send or receive Assoc Resp */ enumerator
92 ST(ASSOC_DONE) = 7, /* complete to disconnect to the associated AP */ enumerator
93 ST(DISASSOC_START) = 8, /* disconnect to the associated AP by upper layer */ enumerator
[all …]
H A Ddhd_statlog.c44 #define DHD_STATLOG_VALID(stat) (((stat) > (ST(INVALID))) && ((stat) < (ST(MAX))))
243 return dhd_statlog_ring_log(dhdp, stat, ifidx, ST(DIR_TX), 0, reason); in dhd_statlog_ring_log_ctrl()
250 int stat = ST(INVALID); in dhd_statlog_process_event()
262 stat = ST(ASSOC_DONE); in dhd_statlog_process_event()
264 stat = ST(ASSOC_TIMEOUT); in dhd_statlog_process_event()
266 stat = ST(ASSOC_FAIL); in dhd_statlog_process_event()
268 stat = ST(ASSOC_NO_ACK); in dhd_statlog_process_event()
270 stat = ST(ASSOC_ABORT); in dhd_statlog_process_event()
272 stat = ST(ASSOC_UNSOLICITED); in dhd_statlog_process_event()
274 stat = ST(ASSOC_NO_NETWORKS); in dhd_statlog_process_event()
[all …]
H A Ddhd_linux_pktdump.c679 DHD_STATLOG_DATA(dhd, ST(WPS_M1), ifidx, tx, cond); in dhd_dump_wsc_message()
686 DHD_STATLOG_DATA(dhd, ST(WPS_M2), ifidx, tx, cond); in dhd_dump_wsc_message()
693 DHD_STATLOG_DATA(dhd, ST(WPS_M3), ifidx, tx, cond); in dhd_dump_wsc_message()
700 DHD_STATLOG_DATA(dhd, ST(WPS_M4), ifidx, tx, cond); in dhd_dump_wsc_message()
707 DHD_STATLOG_DATA(dhd, ST(WPS_M5), ifidx, tx, cond); in dhd_dump_wsc_message()
714 DHD_STATLOG_DATA(dhd, ST(WPS_M6), ifidx, tx, cond); in dhd_dump_wsc_message()
721 DHD_STATLOG_DATA(dhd, ST(WPS_M7), ifidx, tx, cond); in dhd_dump_wsc_message()
728 DHD_STATLOG_DATA(dhd, ST(WPS_M8), ifidx, tx, cond); in dhd_dump_wsc_message()
740 DHD_STATLOG_DATA(dhd, ST(WSC_START), ifidx, tx, cond); in dhd_dump_wsc_message()
746 DHD_STATLOG_DATA(dhd, ST(WSC_DONE), ifidx, tx, cond); in dhd_dump_wsc_message()
[all …]
H A Ddhd_event_log_filter.c410 ST(WLAN_POWER_ON), /* Wi-Fi Power on */
411 ST(WLAN_POWER_OFF), /* Wi-Fi Power off */
412 ST(ASSOC_START), /* connect to the AP triggered by upper layer */
413 ST(AUTH_DONE), /* complete to authenticate with the AP */
414 ST(ASSOC_REQ), /* send or receive Assoc Req */
415 ST(ASSOC_RESP), /* send or receive Assoc Resp */
416 ST(ASSOC_DONE), /* complete to disconnect to the associated AP */
417 ST(DISASSOC_START), /* disconnect to the associated AP by upper layer */
418 ST(DISASSOC_INT_START), /* initiate the disassoc by DHD */
419 ST(DISASSOC_DONE), /* complete to disconnect to the associated AP */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_statlog.h73 #define ST(x) STATE_## x macro
85 ST(INVALID) = 0, /* invalid status */ enumerator
86 ST(WLAN_POWER_ON) = 1, /* Wi-Fi Power on */ enumerator
87 ST(WLAN_POWER_OFF) = 2, /* Wi-Fi Power off */ enumerator
88 ST(ASSOC_START) = 3, /* connect to the AP triggered by upper layer */ enumerator
89 ST(AUTH_DONE) = 4, /* complete to authenticate with the AP */ enumerator
90 ST(ASSOC_REQ) = 5, /* send or receive Assoc Req */ enumerator
91 ST(ASSOC_RESP) = 6, /* send or receive Assoc Resp */ enumerator
92 ST(ASSOC_DONE) = 7, /* complete to disconnect to the associated AP */ enumerator
93 ST(DISASSOC_START) = 8, /* disconnect to the associated AP by upper layer */ enumerator
[all …]
H A Ddhd_statlog.c44 #define DHD_STATLOG_VALID(stat) (((stat) > (ST(INVALID))) && ((stat) < (ST(MAX))))
243 return dhd_statlog_ring_log(dhdp, stat, ifidx, ST(DIR_TX), 0, reason); in dhd_statlog_ring_log_ctrl()
250 int stat = ST(INVALID); in dhd_statlog_process_event()
262 stat = ST(ASSOC_DONE); in dhd_statlog_process_event()
264 stat = ST(ASSOC_TIMEOUT); in dhd_statlog_process_event()
266 stat = ST(ASSOC_FAIL); in dhd_statlog_process_event()
268 stat = ST(ASSOC_NO_ACK); in dhd_statlog_process_event()
270 stat = ST(ASSOC_ABORT); in dhd_statlog_process_event()
272 stat = ST(ASSOC_UNSOLICITED); in dhd_statlog_process_event()
274 stat = ST(ASSOC_NO_NETWORKS); in dhd_statlog_process_event()
[all …]
H A Ddhd_linux_pktdump.c679 DHD_STATLOG_DATA(dhd, ST(WPS_M1), ifidx, tx, cond); in dhd_dump_wsc_message()
686 DHD_STATLOG_DATA(dhd, ST(WPS_M2), ifidx, tx, cond); in dhd_dump_wsc_message()
693 DHD_STATLOG_DATA(dhd, ST(WPS_M3), ifidx, tx, cond); in dhd_dump_wsc_message()
700 DHD_STATLOG_DATA(dhd, ST(WPS_M4), ifidx, tx, cond); in dhd_dump_wsc_message()
707 DHD_STATLOG_DATA(dhd, ST(WPS_M5), ifidx, tx, cond); in dhd_dump_wsc_message()
714 DHD_STATLOG_DATA(dhd, ST(WPS_M6), ifidx, tx, cond); in dhd_dump_wsc_message()
721 DHD_STATLOG_DATA(dhd, ST(WPS_M7), ifidx, tx, cond); in dhd_dump_wsc_message()
728 DHD_STATLOG_DATA(dhd, ST(WPS_M8), ifidx, tx, cond); in dhd_dump_wsc_message()
740 DHD_STATLOG_DATA(dhd, ST(WSC_START), ifidx, tx, cond); in dhd_dump_wsc_message()
746 DHD_STATLOG_DATA(dhd, ST(WSC_DONE), ifidx, tx, cond); in dhd_dump_wsc_message()
[all …]
H A Ddhd_event_log_filter.c410 ST(WLAN_POWER_ON), /* Wi-Fi Power on */
411 ST(WLAN_POWER_OFF), /* Wi-Fi Power off */
412 ST(ASSOC_START), /* connect to the AP triggered by upper layer */
413 ST(AUTH_DONE), /* complete to authenticate with the AP */
414 ST(ASSOC_REQ), /* send or receive Assoc Req */
415 ST(ASSOC_RESP), /* send or receive Assoc Resp */
416 ST(ASSOC_DONE), /* complete to disconnect to the associated AP */
417 ST(DISASSOC_START), /* disconnect to the associated AP by upper layer */
418 ST(DISASSOC_INT_START), /* initiate the disassoc by DHD */
419 ST(DISASSOC_DONE), /* complete to disconnect to the associated AP */
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_cmd_parser.c26 #define ST(start, num) { (start) >> 2, (num) } macro
28 ST(0x1200, 1),
29 ST(0x1228, 1),
30 ST(0x1238, 1),
31 ST(0x1284, 1),
32 ST(0x128c, 1),
33 ST(0x1304, 1),
34 ST(0x1310, 1),
35 ST(0x1318, 1),
36 ST(0x12800, 4),
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnxu.h428 #define getnn(ST, REG) ((be32toh(ST.REG) >> (31-REG##_offset)) \ argument
430 #define getpnn(ST, REG) ((be32toh((ST)->REG) >> (31-REG##_offset)) \ argument
432 #define get32(ST, REG) (be32toh(ST.REG)) argument
433 #define getp32(ST, REG) (be32toh((ST)->REG)) argument
434 #define get64(ST, REG) (be64toh(ST.REG)) argument
435 #define getp64(ST, REG) (be64toh((ST)->REG)) argument
437 #define unget32(ST, REG) (get32(ST, REG) & ~((REG##_mask) \ argument
441 #define ungetp32(ST, REG) (getp32(ST, REG) & ~((REG##_mask) \ argument
445 #define clear_regs(ST) memset((void *)(&(ST)), 0, sizeof(ST)) argument
446 #define clear_dde(ST) do { ST.dde_count = ST.ddebc = 0; ST.ddead = 0; \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dxor_32.h15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n" macro
38 ST(i, 0) \ in xor_pII_mmx_2()
40 ST(i+1, 1) \ in xor_pII_mmx_2()
42 ST(i + 2, 2) \ in xor_pII_mmx_2()
44 ST(i + 3, 3) in xor_pII_mmx_2()
86 ST(i, 0) \ in xor_pII_mmx_3()
88 ST(i + 1, 1) \ in xor_pII_mmx_3()
90 ST(i + 2, 2) \ in xor_pII_mmx_3()
92 ST(i + 3, 3) in xor_pII_mmx_3()
139 ST(i, 0) \ in xor_pII_mmx_4()
[all …]
H A Dxor.h41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" macro
81 ST(i, 0) \ in xor_sse_2()
82 ST(i + 1, 1) \ in xor_sse_2()
83 ST(i + 2, 2) \ in xor_sse_2()
84 ST(i + 3, 3) \ in xor_sse_2()
122 BLK64(NOP, ST, i) \ in xor_sse_2_pf64()
173 ST(i, 0) \ in xor_sse_3()
174 ST(i + 1, 1) \ in xor_sse_3()
175 ST(i + 2, 2) \ in xor_sse_3()
176 ST(i + 3, 3) \ in xor_sse_3()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_pktdump.c608 DHD_STATLOG_DATA(dhd, ST(WPS_M1), ifidx, tx, cond); in dhd_dump_wsc_message()
612 DHD_STATLOG_DATA(dhd, ST(WPS_M2), ifidx, tx, cond); in dhd_dump_wsc_message()
616 DHD_STATLOG_DATA(dhd, ST(WPS_M3), ifidx, tx, cond); in dhd_dump_wsc_message()
620 DHD_STATLOG_DATA(dhd, ST(WPS_M4), ifidx, tx, cond); in dhd_dump_wsc_message()
624 DHD_STATLOG_DATA(dhd, ST(WPS_M5), ifidx, tx, cond); in dhd_dump_wsc_message()
628 DHD_STATLOG_DATA(dhd, ST(WPS_M6), ifidx, tx, cond); in dhd_dump_wsc_message()
632 DHD_STATLOG_DATA(dhd, ST(WPS_M7), ifidx, tx, cond); in dhd_dump_wsc_message()
636 DHD_STATLOG_DATA(dhd, ST(WPS_M8), ifidx, tx, cond); in dhd_dump_wsc_message()
644 DHD_STATLOG_DATA(dhd, ST(WSC_START), ifidx, tx, cond); in dhd_dump_wsc_message()
647 DHD_STATLOG_DATA(dhd, ST(WSC_DONE), ifidx, tx, cond); in dhd_dump_wsc_message()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_pktdump.c608 DHD_STATLOG_DATA(dhd, ST(WPS_M1), ifidx, tx, cond); in dhd_dump_wsc_message()
612 DHD_STATLOG_DATA(dhd, ST(WPS_M2), ifidx, tx, cond); in dhd_dump_wsc_message()
616 DHD_STATLOG_DATA(dhd, ST(WPS_M3), ifidx, tx, cond); in dhd_dump_wsc_message()
620 DHD_STATLOG_DATA(dhd, ST(WPS_M4), ifidx, tx, cond); in dhd_dump_wsc_message()
624 DHD_STATLOG_DATA(dhd, ST(WPS_M5), ifidx, tx, cond); in dhd_dump_wsc_message()
628 DHD_STATLOG_DATA(dhd, ST(WPS_M6), ifidx, tx, cond); in dhd_dump_wsc_message()
632 DHD_STATLOG_DATA(dhd, ST(WPS_M7), ifidx, tx, cond); in dhd_dump_wsc_message()
636 DHD_STATLOG_DATA(dhd, ST(WPS_M8), ifidx, tx, cond); in dhd_dump_wsc_message()
644 DHD_STATLOG_DATA(dhd, ST(WSC_START), ifidx, tx, cond); in dhd_dump_wsc_message()
647 DHD_STATLOG_DATA(dhd, ST(WSC_DONE), ifidx, tx, cond); in dhd_dump_wsc_message()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_pktdump.c608 DHD_STATLOG_DATA(dhd, ST(WPS_M1), ifidx, tx, cond); in dhd_dump_wsc_message()
612 DHD_STATLOG_DATA(dhd, ST(WPS_M2), ifidx, tx, cond); in dhd_dump_wsc_message()
616 DHD_STATLOG_DATA(dhd, ST(WPS_M3), ifidx, tx, cond); in dhd_dump_wsc_message()
620 DHD_STATLOG_DATA(dhd, ST(WPS_M4), ifidx, tx, cond); in dhd_dump_wsc_message()
624 DHD_STATLOG_DATA(dhd, ST(WPS_M5), ifidx, tx, cond); in dhd_dump_wsc_message()
628 DHD_STATLOG_DATA(dhd, ST(WPS_M6), ifidx, tx, cond); in dhd_dump_wsc_message()
632 DHD_STATLOG_DATA(dhd, ST(WPS_M7), ifidx, tx, cond); in dhd_dump_wsc_message()
636 DHD_STATLOG_DATA(dhd, ST(WPS_M8), ifidx, tx, cond); in dhd_dump_wsc_message()
644 DHD_STATLOG_DATA(dhd, ST(WSC_START), ifidx, tx, cond); in dhd_dump_wsc_message()
647 DHD_STATLOG_DATA(dhd, ST(WSC_DONE), ifidx, tx, cond); in dhd_dump_wsc_message()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-spear/
H A DKconfig7 bool "ST SPEAr Family"
16 bool "ST SPEAr13xx"
34 Supports ST SPEAr1310 machine configured via the device-tree
41 Supports ST SPEAr1340 machine configured via the device-tree
46 bool "ST SPEAr3xx"
60 Supports ST SPEAr300 machine configured via the device-tree
66 Supports ST SPEAr310 machine configured via the device-tree
72 Supports ST SPEAr320 machine configured via the device-tree
77 bool "ST SPEAr6XX"
88 Supports ST SPEAr600 boards configured via the device-tree
/OK3568_Linux_fs/kernel/drivers/pinctrl/spear/
H A DKconfig3 # ST Microelectronics SPEAr PINCTRL drivers
21 bool "ST Microelectronics SPEAr300 SoC pin controller driver"
26 bool "ST Microelectronics SPEAr310 SoC pin controller driver"
32 bool "ST Microelectronics SPEAr320 SoC pin controller driver"
38 bool "ST Microelectronics SPEAr1310 SoC pin controller driver"
44 bool "ST Microelectronics SPEAr1340 SoC pin controller driver"
54 Say yes here to support PLGPIO controller on ST Microelectronics SPEAr
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dalign.c39 #define ST 1 /* store */ macro
65 { 8, ST+E8 }, /* 1 00 00: evstdd[x] */
66 { 8, ST+E4 }, /* 1 00 01: evstdw[x] */
67 { 8, ST }, /* 1 00 10: evstdh[x] */
73 { 4, ST }, /* 1 10 00: evstwhe[x] */
75 { 4, ST }, /* 1 10 10: evstwho[x] */
77 { 4, ST+E4 }, /* 1 11 00: evstwwe[x] */
79 { 4, ST+E4 }, /* 1 11 10: evstwwo[x] */
144 if (flags & ST) { in emulate_spe()
257 if (flags & ST) { in emulate_spe()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs3proc.c704 #define ST 1 /* status*/ macro
718 .pc_xdrressize = ST,
728 .pc_xdrressize = ST+AT,
738 .pc_xdrressize = ST+WC,
748 .pc_xdrressize = ST+FH+pAT+pAT,
758 .pc_xdrressize = ST+pAT+1,
768 .pc_xdrressize = ST+pAT+1+NFS3_MAXPATHLEN/4,
778 .pc_xdrressize = ST+pAT+4+NFSSVC_MAXBLKSIZE/4,
788 .pc_xdrressize = ST+WC+4,
798 .pc_xdrressize = ST+(1+FH+pAT)+WC,
[all …]
H A Dnfsproc.c614 #define ST 1 /* status */ macro
636 .pc_xdrressize = ST+AT,
646 .pc_xdrressize = ST+AT,
665 .pc_xdrressize = ST+FH+AT,
674 .pc_xdrressize = ST+1+NFS_MAXPATHLEN/4,
684 .pc_xdrressize = ST+AT+1+NFSSVC_MAXBLKSIZE_V2/4,
703 .pc_xdrressize = ST+AT,
713 .pc_xdrressize = ST+FH+AT,
722 .pc_xdrressize = ST,
731 .pc_xdrressize = ST,
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dste-hrefv60plus-stuib.dts3 * Copyright 2012 ST-Ericsson AB
5 * Device Tree for the HREF version 60 or later with the ST UIB
14 model = "ST-Ericsson HREF (v60+) and ST UIB";
H A Dste-hrefprev60-stuib.dts3 * Copyright 2012 ST-Ericsson AB
12 model = "ST-Ericsson HREF (pre-v60) and ST UIB";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pwm/
H A Dst,stmpe-pwm.txt1 == ST STMPE PWM controller ==
3 This is a PWM block embedded in the ST Microelectronics STMPE
4 (ST Multi-Purpose Expander) chips. The PWM is registered as a
/OK3568_Linux_fs/kernel/arch/arm/mach-nomadik/
H A DKconfig3 bool "ST-Ericsson Nomadik"
17 Support for the Nomadik platform by ST-Ericsson
22 bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
/OK3568_Linux_fs/kernel/drivers/phy/st/
H A DKconfig14 tristate "ST SPEAR1310-MIPHY driver"
18 Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
21 tristate "ST SPEAR1340-MIPHY driver"
25 Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.

12345678910>>...19