Home
last modified time | relevance | path

Searched refs:sie (Results 1 – 25 of 3519) sorted by relevance

12345678910>>...141

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c262 return hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)); in c67x00_ll_get_usb_ctl()
270 hpi_write_word(sie->dev, USB_STAT_REG(sie->sie_num), bits); in c67x00_ll_usb_clear_status()
275 return hpi_read_word(sie->dev, USB_STAT_REG(sie->sie_num)); in c67x00_ll_usb_get_status()
330 hpi_write_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num), addr); in c67x00_ll_husb_set_current_td()
335 return hpi_read_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num)); in c67x00_ll_husb_get_current_td()
340 return hpi_read_word(sie->dev, HOST_FRAME_REG(sie->sie_num)); in c67x00_ll_husb_get_frame()
346 hpi_set_bits(sie->dev, USB_CTL_REG(sie->sie_num), HOST_MODE); in c67x00_ll_husb_init_host_port()
351 if (!(hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)) & HOST_MODE)) in c67x00_ll_husb_init_host_port()
352 dev_warn(sie_dev(sie), in c67x00_ll_husb_init_host_port()
364 hpi_set_bits(sie->dev, HOST_IRQ_EN_REG(sie->sie_num), in c67x00_ll_husb_reset_port()
[all …]
H A Dc67x00-hcd.c38 c67x00_ll_husb_reset(sie, port); in c67x00_hub_reset_host_port()
41 c67x00_ll_husb_reset_port(sie, port); in c67x00_hub_reset_host_port()
50 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_status_data() local
55 status = c67x00_ll_usb_get_status(sie); in c67x00_hub_status_data()
70 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_control() local
189 c67x00_ll_usb_clear_status(sie, in c67x00_hub_control()
347 c67x00->sie = sie; in c67x00_hcd_probe()
359 c67x00_ll_husb_init_host_port(sie); in c67x00_hcd_probe()
375 spin_lock_irqsave(&sie->lock, flags); in c67x00_hcd_probe()
376 sie->private_data = c67x00; in c67x00_hcd_probe()
[all …]
H A Dc67x00-drv.c38 sie->dev = dev; in c67x00_probe_sie()
39 sie->sie_num = sie_num; in c67x00_probe_sie()
42 switch (sie->mode) { in c67x00_probe_sie()
44 c67x00_hcd_probe(sie); in c67x00_probe_sie()
48 dev_info(sie_dev(sie), in c67x00_probe_sie()
53 dev_err(sie_dev(sie), in c67x00_probe_sie()
55 sie->mode, sie->sie_num); in c67x00_probe_sie()
62 switch (sie->mode) { in c67x00_remove_sie()
86 sie = &c67x00->sie[i]; in c67x00_irq()
90 if (sie->irq) in c67x00_irq()
[all …]
H A Dc67x00.h196 void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg);
238 struct c67x00_sie sie[C67X00_SIES]; member
250 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie);
251 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie);
255 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie);
257 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie);
265 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port);
267 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie);
268 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie);
269 void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c262 return hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)); in c67x00_ll_get_usb_ctl()
270 hpi_write_word(sie->dev, USB_STAT_REG(sie->sie_num), bits); in c67x00_ll_usb_clear_status()
275 return hpi_read_word(sie->dev, USB_STAT_REG(sie->sie_num)); in c67x00_ll_usb_get_status()
330 hpi_write_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num), addr); in c67x00_ll_husb_set_current_td()
335 return hpi_read_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num)); in c67x00_ll_husb_get_current_td()
340 return hpi_read_word(sie->dev, HOST_FRAME_REG(sie->sie_num)); in c67x00_ll_husb_get_frame()
346 hpi_set_bits(sie->dev, USB_CTL_REG(sie->sie_num), HOST_MODE); in c67x00_ll_husb_init_host_port()
351 if (!(hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)) & HOST_MODE)) in c67x00_ll_husb_init_host_port()
352 dev_warn(sie_dev(sie), in c67x00_ll_husb_init_host_port()
364 hpi_set_bits(sie->dev, HOST_IRQ_EN_REG(sie->sie_num), in c67x00_ll_husb_reset_port()
[all …]
H A Dc67x00-hcd.c38 c67x00_ll_husb_reset(sie, port); in c67x00_hub_reset_host_port()
41 c67x00_ll_husb_reset_port(sie, port); in c67x00_hub_reset_host_port()
50 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_status_data() local
55 status = c67x00_ll_usb_get_status(sie); in c67x00_hub_status_data()
70 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_control() local
189 c67x00_ll_usb_clear_status(sie, in c67x00_hub_control()
347 c67x00->sie = sie; in c67x00_hcd_probe()
359 c67x00_ll_husb_init_host_port(sie); in c67x00_hcd_probe()
375 spin_lock_irqsave(&sie->lock, flags); in c67x00_hcd_probe()
376 sie->private_data = c67x00; in c67x00_hcd_probe()
[all …]
H A Dc67x00-drv.c38 sie->dev = dev; in c67x00_probe_sie()
39 sie->sie_num = sie_num; in c67x00_probe_sie()
42 switch (sie->mode) { in c67x00_probe_sie()
44 c67x00_hcd_probe(sie); in c67x00_probe_sie()
48 dev_info(sie_dev(sie), in c67x00_probe_sie()
53 dev_err(sie_dev(sie), in c67x00_probe_sie()
55 sie->mode, sie->sie_num); in c67x00_probe_sie()
62 switch (sie->mode) { in c67x00_remove_sie()
86 sie = &c67x00->sie[i]; in c67x00_irq()
90 if (sie->irq) in c67x00_irq()
[all …]
H A Dc67x00.h196 void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg);
238 struct c67x00_sie sie[C67X00_SIES]; member
250 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie);
251 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie);
255 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie);
257 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie);
265 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port);
267 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie);
268 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie);
269 void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie);
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/usb/c67x00/
H A Dc67x00-ll-hpi.c262 return hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)); in c67x00_ll_get_usb_ctl()
270 hpi_write_word(sie->dev, USB_STAT_REG(sie->sie_num), bits); in c67x00_ll_usb_clear_status()
275 return hpi_read_word(sie->dev, USB_STAT_REG(sie->sie_num)); in c67x00_ll_usb_get_status()
330 hpi_write_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num), addr); in c67x00_ll_husb_set_current_td()
335 return hpi_read_word(sie->dev, HUSB_SIE_pCurrentTDPtr(sie->sie_num)); in c67x00_ll_husb_get_current_td()
340 return hpi_read_word(sie->dev, HOST_FRAME_REG(sie->sie_num)); in c67x00_ll_husb_get_frame()
346 hpi_set_bits(sie->dev, USB_CTL_REG(sie->sie_num), HOST_MODE); in c67x00_ll_husb_init_host_port()
351 if (!(hpi_read_word(sie->dev, USB_CTL_REG(sie->sie_num)) & HOST_MODE)) in c67x00_ll_husb_init_host_port()
352 dev_warn(sie_dev(sie), in c67x00_ll_husb_init_host_port()
364 hpi_set_bits(sie->dev, HOST_IRQ_EN_REG(sie->sie_num), in c67x00_ll_husb_reset_port()
[all …]
H A Dc67x00-hcd.c38 c67x00_ll_husb_reset(sie, port); in c67x00_hub_reset_host_port()
41 c67x00_ll_husb_reset_port(sie, port); in c67x00_hub_reset_host_port()
50 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_status_data() local
55 status = c67x00_ll_usb_get_status(sie); in c67x00_hub_status_data()
70 struct c67x00_sie *sie = c67x00->sie; in c67x00_hub_control() local
189 c67x00_ll_usb_clear_status(sie, in c67x00_hub_control()
347 c67x00->sie = sie; in c67x00_hcd_probe()
359 c67x00_ll_husb_init_host_port(sie); in c67x00_hcd_probe()
375 spin_lock_irqsave(&sie->lock, flags); in c67x00_hcd_probe()
376 sie->private_data = c67x00; in c67x00_hcd_probe()
[all …]
H A Dc67x00-drv.c38 sie->dev = dev; in c67x00_probe_sie()
39 sie->sie_num = sie_num; in c67x00_probe_sie()
42 switch (sie->mode) { in c67x00_probe_sie()
44 c67x00_hcd_probe(sie); in c67x00_probe_sie()
48 dev_info(sie_dev(sie), in c67x00_probe_sie()
53 dev_err(sie_dev(sie), in c67x00_probe_sie()
55 sie->mode, sie->sie_num); in c67x00_probe_sie()
62 switch (sie->mode) { in c67x00_remove_sie()
86 sie = &c67x00->sie[i]; in c67x00_irq()
90 if (sie->irq) in c67x00_irq()
[all …]
H A Dc67x00.h196 void (*irq) (struct c67x00_sie *sie, u16 int_status, u16 msg);
238 struct c67x00_sie sie[C67X00_SIES]; member
250 void c67x00_ll_hpi_enable_sofeop(struct c67x00_sie *sie);
251 void c67x00_ll_hpi_disable_sofeop(struct c67x00_sie *sie);
255 u16 c67x00_ll_get_usb_ctl(struct c67x00_sie *sie);
257 u16 c67x00_ll_usb_get_status(struct c67x00_sie *sie);
265 void c67x00_ll_husb_reset(struct c67x00_sie *sie, int port);
267 u16 c67x00_ll_husb_get_current_td(struct c67x00_sie *sie);
268 u16 c67x00_ll_husb_get_frame(struct c67x00_sie *sie);
269 void c67x00_ll_husb_init_host_port(struct c67x00_sie *sie);
[all …]
/dports/mail/cone/cone-1.1/libs/maildir/
H A Dmaildirsearch.h76 #define maildir_search_step_unicode(sie,ch) do \ argument
78 if ( (sie)->ptr && (sie)->ptr[(sie)->i]) \
82 if ( (char32_t)(sie)->ptr[(sie)->i] == (char32_t)(ch) )\
85 (sie)->i=(sie)->r[(sie)->i];\
90 #define maildir_search_step_unicode_lc(sie,ch) do \ argument
102 if (spc && (sie)->spc) \
107 maildir_search_step_unicode((sie),c); \
110 (sie)->spc=spc; \
113 #define maildir_search_step(sie,ch) \ argument
114 maildir_search_step_unicode((sie), ((unsigned char)(ch)))
[all …]
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/maildir/
H A Dmaildirsearch.h76 #define maildir_search_step_unicode(sie,ch) do \ argument
78 if ( (sie)->ptr && (sie)->ptr[(sie)->i]) \
82 if ( (char32_t)(sie)->ptr[(sie)->i] == (char32_t)(ch) )\
85 (sie)->i=(sie)->r[(sie)->i];\
90 #define maildir_search_step_unicode_lc(sie,ch) do \ argument
102 if (spc && (sie)->spc) \
107 maildir_search_step_unicode((sie),c); \
110 (sie)->spc=spc; \
113 #define maildir_search_step(sie,ch) \ argument
114 maildir_search_step_unicode((sie), ((unsigned char)(ch)))
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/maildir/
H A Dmaildirsearch.h76 #define maildir_search_step_unicode(sie,ch) do \ argument
78 if ( (sie)->ptr && (sie)->ptr[(sie)->i]) \
82 if ( (char32_t)(sie)->ptr[(sie)->i] == (char32_t)(ch) )\
85 (sie)->i=(sie)->r[(sie)->i];\
90 #define maildir_search_step_unicode_lc(sie,ch) do \ argument
102 if (spc && (sie)->spc) \
107 maildir_search_step_unicode((sie),c); \
110 (sie)->spc=spc; \
113 #define maildir_search_step(sie,ch) \ argument
114 maildir_search_step_unicode((sie), ((unsigned char)(ch)))
[all …]
/dports/mail/maildrop/maildrop-3.0.3/libs/maildir/
H A Dmaildirsearch.h76 #define maildir_search_step_unicode(sie,ch) do \ argument
78 if ( (sie)->ptr && (sie)->ptr[(sie)->i]) \
82 if ( (char32_t)(sie)->ptr[(sie)->i] == (char32_t)(ch) )\
85 (sie)->i=(sie)->r[(sie)->i];\
90 #define maildir_search_step_unicode_lc(sie,ch) do \ argument
102 if (spc && (sie)->spc) \
107 maildir_search_step_unicode((sie),c); \
110 (sie)->spc=spc; \
113 #define maildir_search_step(sie,ch) \ argument
114 maildir_search_step_unicode((sie), ((unsigned char)(ch)))
[all …]
/dports/polish/fortunepl/fortunes-pl-20091121/
H A Dlcamtuf48 Mam problem bo kumpel moj uwaza sie z wielkiego cwaniaka i chwali sie ze
95 sie pytal ;)
104 [dcbri0(+sp00ki@pa174.gdansk.cvx.ppp.tpnet.pl)] mowi sie trudno i zyje sie
107 moze sie zdecydujesz
157 moze sie zdecydujesz
159 moze sie zdecydujesz
161 moze sie zdecydujesz
163 moze sie zdecydujesz
165 moze sie zdecydujesz
167 moze sie zdecydujesz
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DFont.Serializable.cs24 SerializationInfoEnumerator sie = info.GetEnumerator(); in Font()
25 for (; sie.MoveNext();) in Font()
27 if (string.Equals(sie.Name, "Name", StringComparison.OrdinalIgnoreCase)) in Font()
28 name = (string)sie.Value; in Font()
29 else if (string.Equals(sie.Name, "Size", StringComparison.OrdinalIgnoreCase)) in Font()
31 if (sie.Value is System.String) in Font()
33 size = ConvertFromString((string)sie.Value); in Font()
37 size = (float)sie.Value; in Font()
41 style = (FontStyle)sie.Value; in Font()
43 unit = (GraphicsUnit)sie.Value; in Font()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/sim/frv/interrupts/
H A Dmp_exception.cgs24 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
26 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
35 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
37 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
43 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
45 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
53 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
55 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
63 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
65 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/testsuite/sim/frv/interrupts/
H A Dmp_exception.cgs24 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
26 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
35 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
37 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
43 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
45 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
53 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
55 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
63 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
65 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/frv/interrupts/
H A Dmp_exception.cgs24 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
26 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
35 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
37 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
43 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
45 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
53 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
55 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
63 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
65 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/sim/frv/interrupts/
H A Dmp_exception.cgs24 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
26 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
35 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
37 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
43 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
45 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
53 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
55 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
63 test_spr_bits 0x003c,2,0,msr0 ; msr0.sie is clear
65 test_spr_bits 0x003c,2,0,msr1 ; msr1.sie is clear
[all …]
/dports/mail/courier/courier-0.65.3/maildir/
H A Dmaildirsearch.h59 #define maildir_search_step(sie,ch) do \ argument
61 if ( (sie)->ptr && (sie)->ptr[(sie)->i]) \
65 if ( (unsigned char)(sie)->ptr[(sie)->i] == (unsigned char)(ch) )\
66 { (sie)->i++; break; }\
67 if ( (sie)->i == 0) break;\
68 (sie)->i=(sie)->r[(sie)->i];\
/dports/games/domination/Domination/maps/
H A Dastadt.cards82 0 24 2 0 0 0 Erobere 24 H�userbloecke deiner Wahl und besetze sie jeweils mit mindestens 2 Armeen!
90 1 30 1 0 0 0 Vernichte alle Truppen von PLAYER1. Sind sie bereits besiegt oder sogar deine, erobere…
91 2 30 1 0 0 0 Vernichte alle Truppen von PLAYER2. Sind sie bereits besiegt oder sogar deine, erobere…
92 3 30 1 0 0 0 Vernichte alle Truppen von PLAYER3. Sind sie bereits besiegt oder sogar deine, erobere…
93 4 30 1 0 0 0 Vernichte alle Truppen von PLAYER4. Sind sie bereits besiegt oder sogar deine, erobere…
94 5 30 1 0 0 0 Vernichte alle Truppen von PLAYER5. Sind sie bereits besiegt oder sogar deine, erobere…
95 6 30 1 0 0 0 Vernichte alle Truppen von PLAYER6. Sind sie bereits besiegt oder sogar deine, erobere…
96 1 0 0 2 5 6 Vernichte alle Truppen von PLAYER1. Sind sie bereits besiegt oder sogar deine, erobere …
97 2 0 0 2 5 6 Vernichte alle Truppen von PLAYER2. Sind sie bereits besiegt oder sogar deine, erobere …
98 3 0 0 2 5 6 Vernichte alle Truppen von PLAYER3. Sind sie bereits besiegt oder sogar deine, erobere …
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/testsuite/sim/frv/
H A Dcmaddhss.cgs16 test_spr_bits 0x3c,2,0,msr0 ; msr0.sie is clear
25 test_spr_bits 0x3c,2,0,msr0 ; msr0.sie is clear
34 test_spr_bits 0x3c,2,0,msr0 ; msr0.sie is clear
43 test_spr_bits 0x3c,2,0,msr0 ; msr0.sie is clear
52 test_spr_bits 0x3c,2,0,msr0 ; msr0.sie is clear
62 test_spr_bits 0x3c,2,0x8,msr0 ; msr0.sie is set
71 test_spr_bits 0x3c,2,0x4,msr0 ; msr0.sie is set
82 test_spr_bits 0x3c,2,0xc,msr0 ; msr0.sie is set
97 test_spr_bits 0x3c,2,0xc,msr1 ; msr1.sie is set
108 test_spr_bits 0x3c,2,0,msr0 ; msr0.sie is clear
[all …]

12345678910>>...141