Home
last modified time | relevance | path

Searched refs:cspi (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcspi.c34 int t1_cspi_intr_enable(struct pecspi *cspi) in t1_cspi_intr_enable() argument
36 t1_write_reg_4(cspi->adapter, A_CSPI_INTR_ENABLE, 0xffffffff); in t1_cspi_intr_enable()
40 int t1_cspi_intr_disable(struct pecspi *cspi) in t1_cspi_intr_disable() argument
42 t1_write_reg_4(cspi->adapter, A_CSPI_INTR_ENABLE, 0); in t1_cspi_intr_disable()
46 int t1_cspi_intr_status_read(struct pecspi *cspi, u32 *status) in t1_cspi_intr_status_read() argument
48 *status = t1_read_reg_4(cspi->adapter, A_CSPI_INTR_STATUS); in t1_cspi_intr_status_read()
56 int t1_cspi_init(struct pecspi *cspi) in t1_cspi_init() argument
58 adapter_t *adapter = cspi->adapter; in t1_cspi_init()
67 struct pecspi *cspi = t1_os_malloc_wait_zero(sizeof(*cspi)); in t1_cspi_create() local
69 if (cspi) in t1_cspi_create()
[all …]
H A Dcspi.h35 int t1_cspi_init(struct pecspi *cspi);
H A Dch_subr.c1258 if (adapter->cspi && t1_cspi_init(adapter->cspi)) in t1_init_hw_modules()
1331 if (adapter->cspi) in t1_free_sw_modules()
1332 t1_cspi_destroy(adapter->cspi); in t1_free_sw_modules()
1437 if (bi->clock_cspi && !(adapter->cspi = t1_cspi_create(adapter))) { in t1_init_sw_modules()
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h203 struct pecspi *cspi; member
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1982 CH_COM_OBJS = ch_mac.o ch_subr.o cspi.o espi.o ixf1010.o mc3.o mc4.o mc5.o \