Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dcspi.c36 int t1_cspi_intr_enable(struct pecspi *cspi) in t1_cspi_intr_enable() argument
38 t1_write_reg_4(cspi->adapter, A_CSPI_INTR_ENABLE, 0xffffffff); in t1_cspi_intr_enable()
42 int t1_cspi_intr_disable(struct pecspi *cspi) in t1_cspi_intr_disable() argument
44 t1_write_reg_4(cspi->adapter, A_CSPI_INTR_ENABLE, 0); in t1_cspi_intr_disable()
48 int t1_cspi_intr_status_read(struct pecspi *cspi, u32 *status) in t1_cspi_intr_status_read() argument
50 *status = t1_read_reg_4(cspi->adapter, A_CSPI_INTR_STATUS); in t1_cspi_intr_status_read()
58 int t1_cspi_init(struct pecspi *cspi) in t1_cspi_init() argument
60 adapter_t *adapter = cspi->adapter; in t1_cspi_init()
69 struct pecspi *cspi = t1_os_malloc_wait_zero(sizeof(*cspi)); in t1_cspi_create() local
71 if (cspi) in t1_cspi_create()
[all …]
H A Dcspi.h37 int t1_cspi_init(struct pecspi *cspi);
H A Dch_subr.c1260 if (adapter->cspi && t1_cspi_init(adapter->cspi)) in t1_init_hw_modules()
1333 if (adapter->cspi) in t1_free_sw_modules()
1334 t1_cspi_destroy(adapter->cspi); in t1_free_sw_modules()
1439 if (bi->clock_cspi && !(adapter->cspi = t1_cspi_create(adapter))) { in t1_init_sw_modules()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dch.h205 struct pecspi *cspi; member
/titanic_41/usr/src/uts/common/
H A DMakefile.files1895 CH_COM_OBJS = ch_mac.o ch_subr.o cspi.o espi.o ixf1010.o mc3.o mc4.o mc5.o \