SPI MOSI dummy data and the clock questions

Hello everyone,

I'm working on the project which uses RA6M5 MCU.

I'm investiaging some SPI issues. I have a couple of questions:
1. When the host reads the data from the slave over SPI MISO, the MOSI sends the dummy data 0x00. Is there a way to send some data other than the 0x00(such as 0x3F)? Please see the MOSI data in Red box. The Saleae Logic 8 is used to capture the SPI data:

2. The clock provided by the SPI driver doesn't seem consistent. Please see the screen shot below for the SPI captures. The Red box 1 is 80ns. The Red box 2 is 40ns. I'm wondering why the clock isn't always the same. I'm not sure if this clock inconsistency could cause some issues when the host communicates with the slave chip.

Thanks!