ispi_softc
void ispi_acpi_bus_scan(struct ispi_softc *);
void ispi_start(struct ispi_softc *);
void ispi_send(struct ispi_softc *);
void ispi_recv(struct ispi_softc *);
sizeof(struct ispi_softc),
struct ispi_softc *sc = (struct ispi_softc *)self;
ispi_acpi_bus_scan(struct ispi_softc *sc)
struct ispi_softc *sc = (struct ispi_softc *)arg;
struct ispi_softc *sc = cookie;
struct ispi_softc *sc = cookie;
ispi_init(struct ispi_softc *sc)
ispi_read(struct ispi_softc *sc, int reg)
ispi_write(struct ispi_softc *sc, int reg, uint32_t val)
ispi_lpss_read(struct ispi_softc *sc, int reg)
ispi_lpss_write(struct ispi_softc *sc, int reg, uint32_t val)
struct ispi_softc *sc = cookie;
ispi_flush(struct ispi_softc *sc)
ispi_cs_change(struct ispi_softc *sc, int cs_assert)
struct ispi_softc *sc = cookie;
ispi_status(struct ispi_softc *sc)
ispi_clear_status(struct ispi_softc *sc)
ispi_rx_fifo_empty(struct ispi_softc *sc)
ispi_tx_fifo_full(struct ispi_softc *sc)
ispi_rx_fifo_overrun(struct ispi_softc *sc)
struct ispi_softc *sc = arg;
void ispi_cs_change(struct ispi_softc *, int);
uint32_t ispi_lpss_read(struct ispi_softc *, int);
void ispi_lpss_write(struct ispi_softc *, int, uint32_t);
int ispi_rx_fifo_empty(struct ispi_softc *);
int ispi_tx_fifo_full(struct ispi_softc *);
int ispi_rx_fifo_empty(struct ispi_softc *);
int ispi_rx_fifo_overrun(struct ispi_softc *);
void ispi_init(struct ispi_softc *sc);
void ispi_write(struct ispi_softc *sc, int reg, uint32_t val);
uint32_t ispi_read(struct ispi_softc *sc, int reg);
void ispi_start(struct ispi_softc *);
void ispi_send(struct ispi_softc *);
void ispi_recv(struct ispi_softc *);
int ispi_status(struct ispi_softc *);
int ispi_flush(struct ispi_softc *);
void ispi_clear_status(struct ispi_softc *);
struct ispi_softc *sc = (struct ispi_softc *)self;
ispi_pci_bus_scan(struct ispi_softc *sc)
void ispi_pci_bus_scan(struct ispi_softc *);
sizeof(struct ispi_softc),
struct ispi_softc *sc = (struct ispi_softc *)self;