Searched refs:SCCB (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/include/hw/s390x/ |
H A D | sclp.h | 188 typedef struct SCCB { struct 191 } QEMU_PACKED SCCB; argument 211 void (*read_SCP_info)(SCLPDevice *sclp, SCCB *sccb); 212 void (*read_cpu_info)(SCLPDevice *sclp, SCCB *sccb); 215 void (*execute)(SCLPDevice *sclp, SCCB *sccb, uint32_t code); 219 static inline int sccb_data_len(SCCB *sccb) in sccb_data_len()
|
H A D | s390-pci-bus.h | 389 void s390_pci_sclp_configure(SCCB *sccb); 390 void s390_pci_sclp_deconfigure(SCCB *sccb);
|
H A D | event-facility.h | 202 void (*command_handler)(SCLPEventFacility *ef, SCCB *sccb, uint64_t code);
|
/openbmc/qemu/hw/s390x/ |
H A D | event-facility.c | 109 static uint16_t write_event_length_check(SCCB *sccb) in write_event_length_check() 131 EventBufferHeader *event_buf, SCCB *sccb) in handle_write_event_buf() 154 static uint16_t handle_sccb_write_events(SCLPEventFacility *ef, SCCB *sccb) in handle_sccb_write_events() 181 static void write_event_data(SCLPEventFacility *ef, SCCB *sccb) in write_event_data() 201 static uint16_t handle_sccb_read_events(SCLPEventFacility *ef, SCCB *sccb, in handle_sccb_read_events() 253 static void read_event_data(SCLPEventFacility *ef, SCCB *sccb) in read_event_data() 291 static void write_event_mask(SCLPEventFacility *ef, SCCB *sccb) in write_event_mask() 336 static void command_handler(SCLPEventFacility *ef, SCCB *sccb, uint64_t code) in command_handler()
|
H A D | sclp.c | 107 static void read_SCP_info(SCLPDevice *sclp, SCCB *sccb) in read_SCP_info() 180 static void sclp_read_cpu_info(SCLPDevice *sclp, SCCB *sccb) in sclp_read_cpu_info() 208 static void sclp_configure_io_adapter(SCLPDevice *sclp, SCCB *sccb, in sclp_configure_io_adapter() 237 static void sclp_execute(SCLPDevice *sclp, SCCB *sccb, uint32_t code) in sclp_execute() 274 g_autofree SCCB *work_sccb = NULL; in sclp_service_call_protected() 301 g_autofree SCCB *work_sccb = NULL; in sclp_service_call()
|
H A D | s390-pci-bus.c | 118 void s390_pci_sclp_configure(SCCB *sccb) in s390_pci_sclp_configure() 177 void s390_pci_sclp_deconfigure(SCCB *sccb) in s390_pci_sclp_deconfigure()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | sclp.h | 62 typedef struct SCCB { struct 65 } __attribute__((packed)) SCCB; typedef
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ov2659.txt | 4 1632H x 1212V. It is programmable through a SCCB. The OV2659 sensor supports
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-k210.c | 180 K210_PC_DEFAULT(SCCB), 349 K210_FUNC(SCCB_SCLK, SCCB), 350 K210_FUNC(SCCB_SDA, SCCB),
|
/openbmc/linux/Documentation/i2c/ |
H A D | i2c-protocol.rst | 95 like SCCB require that. Normally, you really don't want to get interrupted
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_features_def.h.inc | 100 DEF_FEAT(EXTENDED_LENGTH_SCCB, "els", STFL, 140, "Extended-length SCCB facility") 119 /* Features exposed via SCLP SCCB Byte 80 - 98 (bit numbers relative to byte-80) */ 125 /* Features exposed via SCLP SCCB Byte 116 - 119 (bit numbers relative to byte-116) */ 131 /* Features exposed via SCLP SCCB Facilities byte 134 (bit numbers relative to byte-134) */
|
/openbmc/linux/Documentation/virt/kvm/s390/ |
H A D | s390-pv.rst | 90 like the SCCB for sclp, is moved via the SIDA. When an instruction is
|
/openbmc/linux/Documentation/scsi/ |
H A D | BusLogic.rst | 41 redistributable source code for the FlashPoint SCCB Manager. The SCCB Manager 44 having provided the SCCB Manager, this driver now supports the FlashPoint Host
|
/openbmc/linux/drivers/scsi/ |
H A D | Kconfig | 524 BusLogic SCSI driver. The FlashPoint SCCB Manager code is
|