Searched refs:MSPI (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/spi/ |
H A D | spi-bcm-qspi.c | 191 MSPI, enumerator 636 bcm_qspi_write(qspi, MSPI, MSPI_SPCR0_MSB, spcr); in bcm_qspi_hw_set_parms() 670 bcm_qspi_write(qspi, MSPI, MSPI_SPCR1_LSB, 1); in bcm_qspi_hw_set_parms() 681 bcm_qspi_write(qspi, MSPI, MSPI_SPCR3, spcr); in bcm_qspi_hw_set_parms() 688 bcm_qspi_write(qspi, MSPI, MSPI_SPCR0_LSB, spbr); in bcm_qspi_hw_set_parms() 784 return bcm_qspi_read(qspi, MSPI, slot_offset) & 0xff; in read_rxram_slot_u8() 793 return (bcm_qspi_read(qspi, MSPI, lsb_offset) & 0xff) | in read_rxram_slot_u16() 794 ((bcm_qspi_read(qspi, MSPI, msb_offset) & 0xff) << 8); in read_rxram_slot_u16() 803 val = bcm_qspi_read(qspi, MSPI, offset); in read_rxram_slot_u32() 816 msb = bcm_qspi_read(qspi, MSPI, msb_offset); in read_rxram_slot_u64() [all …]
|