Lines Matching defs:byte
101 unsigned char byte)
106 ath10k_sdio_set_cmd52_arg(&io_cmd.arg, 1, 0, address, byte);
115 unsigned char *byte)
127 *byte = io_cmd.resp[0];
136 unsigned char byte, asyncintdelay = 2;
143 byte = 0;
146 &byte);
148 byte &= ~ATH10K_SDIO_DRIVE_DTSX_MASK;
149 byte |= FIELD_PREP(ATH10K_SDIO_DRIVE_DTSX_MASK,
154 byte);
156 byte = 0;
160 &byte);
162 byte |= (CCCR_SDIO_DRIVER_STRENGTH_ENABLE_A |
168 byte);
174 byte = 0;
177 &byte);
179 byte |= SDIO_IRQ_MODE_ASYNC_4BIT_IRQ_SDIO3;
183 byte);
190 byte = 0;
193 &byte);
195 byte &= ~CCCR_SDIO_ASYNC_INT_DELAY_MASK;
196 byte |= FIELD_PREP(CCCR_SDIO_ASYNC_INT_DELAY_MASK, asyncintdelay);
200 byte);
906 * this is done to make the access 4-byte aligned to mitigate issues
1136 /* Hit the credit counter with a 4-byte access, the first byte
1139 * is to make all HIF accesses 4-byte aligned.
1237 * to push the 129th byte of data until AFTER the Host posts an