/linux-4.4.14/drivers/usb/c67x00/ |
H A D | c67x00-drv.c | 30 * The c67x00 has 2 SIE's (serial interface engine) which can be configured 33 * Depending on the platform configuration, the SIE's are created and 63 "Not using SIE %d as requested\n", sie->sie_num); c67x00_probe_sie() 68 "Unsupported configuration: 0x%x for SIE %d\n", c67x00_probe_sie()
|
H A D | c67x00.h | 140 /* SIE msg registers */ 198 * struct c67x00_sie - Common data associated with a SIE 203 * @sie_num: SIE number on chip, starting from 0 204 * @mode: SIE mode (host/peripheral/otg/not used)
|
H A D | c67x00-hcd.c | 261 "Unknown SIE msg flag(s): 0x%04x\n", msg); c67x00_hcd_irq()
|
H A D | c67x00-ll-hpi.c | 367 "SIE %d not set to host mode\n", sie->sie_num); c67x00_ll_husb_init_host_port()
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
H A D | rtl28xxu.h | 148 * 0x2000 USB : SIE, USB endpoint, debug, DMA 156 /* SIE Control Registers */ 162 #define USB_IRQSTAT 0x2008 /* SIE interrupt status */ 163 #define USB_IRQEN 0x200C /* SIE interrupt enable */ 169 #define USB_FIFO_ADDR 0x2028 /* address of SIE FIFO RAM */ 170 #define USB_FIFO_CMD 0x202A /* SIE FIFO RAM access command */ 171 #define USB_FIFO_DATA 0x2030 /* SIE FIFO RAM data */
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
H A D | usb_ops.h | 34 #define MAX_VENDOR_REQ_CMD_SIZE 254 /* 8188cu SIE Support */
|
/linux-4.4.14/include/linux/usb/ |
H A D | c67x00.h | 25 /* SIE configuration */
|
/linux-4.4.14/arch/microblaze/kernel/ |
H A D | intc.c | 26 #define SIE 0x10 /* Set Interrupt Enable bits */ macro 70 write_fn(mask, intc_baseaddr + SIE); intc_enable_or_unmask()
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | usb_ops_linux.h | 36 #define MAX_VENDOR_REQ_CMD_SIZE 254 /* 8188cu SIE Support */
|
/linux-4.4.14/tools/perf/arch/s390/util/ |
H A D | kvm-stat.c | 100 kvm->exit_reasons_isa = "SIE"; cpu_isa_init()
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | entry.S | 221 oi __SIE_PROG0C+3(%r14),1 # we are going into SIE now 228 ni __SIE_PROG0C+3(%r14),0xfe # no longer in SIE 232 # will rewind the PSW by the ILC, which is 4 bytes in case of SIE. Other 606 # modify the psw to leave SIE 1048 ni __SIE_PROG0C+3(%r9),0xfe # no longer in SIE
|
/linux-4.4.14/drivers/i2c/busses/ |
H A D | i2c-rcar.c | 52 #define SIE (1 << 2) /* slave interface enable */ macro 412 rcar_i2c_write(priv, ICSCR, SIE | SDBS | (ret < 0 ? FNA : 0)); rcar_i2c_slave_irq() 585 rcar_i2c_write(priv, ICSCR, SIE | SDBS); rcar_reg_slave()
|
/linux-4.4.14/arch/s390/include/uapi/asm/ |
H A D | sie.h | 106 exit_code_ipa0(0xB2, 0x14, "SIE"), \
|
/linux-4.4.14/arch/s390/kvm/ |
H A D | trace.h | 94 * Tracepoints for SIE entry and exit.
|
H A D | kvm-s390.c | 1517 * Kick a guest cpu out of SIE and wait until SIE is not running. 1527 /* Kick a guest cpu out of SIE to process a request synchronously */ kvm_s390_sync_request()
|
H A D | interrupt.c | 1349 /* make the VCPU drop out of the SIE, or wake it up if sleeping */ __floating_irq_kick()
|
/linux-4.4.14/sound/hda/ |
H A D | hdac_stream.c | 58 /* enable SIE */ snd_hdac_stream_start() 91 /* disable SIE */ snd_hdac_stream_stop()
|
H A D | hdac_controller.c | 341 /* disable SIE for all streams */ azx_int_disable()
|
/linux-4.4.14/drivers/net/can/ |
H A D | pch_can.c | 974 /* Clearing the IE, SIE and EIE bits of Can control register. */ pch_can_set_int_custom() 985 /* Obtaining the status of IE, SIE and EIE interrupt bits. */ pch_can_get_int_enables()
|
/linux-4.4.14/drivers/staging/rtl8188eu/hal/ |
H A D | rtl8188e_hal_init.c | 496 /* if hw supported, 8051 (SIE) will generate WeakUP signal(D+/D- toggle) when autoresume */ Hal_ReadPowerSavingMode88E()
|
/linux-4.4.14/drivers/scsi/pcmcia/ |
H A D | sym53c500_cs.c | 88 #define C5_IMG 0xa4 /* ? changed from b6= AA PI SIE POL */
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
H A D | usb_halinit.c | 62 ("Out EP number isn't match! %d(Descriptor) != %d (SIE reg)\n", _ConfigChipOutEP()
|
/linux-4.4.14/drivers/scsi/ |
H A D | NCR53c406a.c | 84 #define C5_IMG 0xb6 /* AA PI SIE POL */
|
/linux-4.4.14/drivers/usb/host/ |
H A D | max3421-hcd.c | 902 case MAX3421_HRSL_BUSY: /* SIE busy */ max3421_handle_error()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
H A D | udc-xilinx.c | 1276 * This function starts/stops SIE engine of IP based on is_on.
|