Home
last modified time | relevance | path

Searched defs:PCMCIACardClass (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/
H A Dpcmcia.h25 struct PCMCIACardClass { struct
27 DeviceClass parent_class;
30 int (*attach)(PCMCIACardState *state);
31 int (*detach)(PCMCIACardState *state);
33 const uint8_t *cis;
34 int cis_len;
37 uint8_t (*attr_read)(PCMCIACardState *card, uint32_t address);
38 void (*attr_write)(PCMCIACardState *card, uint32_t address, uint8_t value);
39 uint16_t (*common_read)(PCMCIACardState *card, uint32_t address);
40 void (*common_write)(PCMCIACardState *card,
[all …]