Searched refs:pageOffset (Results 1 – 2 of 2) sorted by relevance
1154 uint32_t pageOffset, toWr; in SPIM_IO_Write() local1157 pageOffset = u32Addr % 256UL; in SPIM_IO_Write()1159 if ((pageOffset + u32NTx) <= 256UL) /* Do all the bytes fit onto one page ? */ in SPIM_IO_Write()1166 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_IO_Write()1259 uint32_t pageOffset, toWr; in SPIM_DMA_Write() local1262 pageOffset = u32Addr % 256UL; in SPIM_DMA_Write()1264 if ((pageOffset + u32NTx) <= 256UL) in SPIM_DMA_Write()1271 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_DMA_Write()
1107 uint32_t pageOffset, toWr; in SPIM_IO_Write() local1110 pageOffset = u32Addr % 256UL; in SPIM_IO_Write()1112 if ((pageOffset + u32NTx) <= 256UL) /* Do all the bytes fit onto one page ? */ in SPIM_IO_Write()1119 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_IO_Write()1212 uint32_t pageOffset, toWr; in SPIM_DMA_Write() local1215 pageOffset = u32Addr % 256UL; in SPIM_DMA_Write()1217 if ((pageOffset + u32NTx) <= 256UL) in SPIM_DMA_Write()1224 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_DMA_Write()