Home
last modified time | relevance | path

Searched refs:M10BMC_N6000_FIFO_WORD_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mfd/
H A Dintel-m10-bmc-pmci.c146 return FIELD_GET(M10BMC_N6000_FLASH_FIFO_SPACE, val) * M10BMC_N6000_FIFO_WORD_SIZE; in pmci_get_write_space()
161 if (size < M10BMC_N6000_FIFO_WORD_SIZE) in pmci_flash_bulk_write()
164 write_count = blk_size / M10BMC_N6000_FIFO_WORD_SIZE; in pmci_flash_bulk_write()
191 full_read_count = blk_size / M10BMC_N6000_FIFO_WORD_SIZE; in pmci_flash_bulk_read()
194 if (full_read_count * M10BMC_N6000_FIFO_WORD_SIZE < blk_size) in pmci_flash_bulk_read()
/openbmc/linux/include/linux/mfd/
H A Dintel-m10-bmc.h180 #define M10BMC_N6000_FIFO_WORD_SIZE 4 macro
182 M10BMC_N6000_FIFO_WORD_SIZE)