Home
last modified time | relevance | path

Searched refs:spaces (Results 1 – 10 of 10) sorted by relevance

/drivers/s390/char/
Dsclp_rw.c172 int spaces, i_msg; in sclp_write() local
242 spaces = buffer->current_length; in sclp_write()
248 memset(buffer->current_line, 0x40, spaces); in sclp_write()
249 buffer->current_line += spaces; in sclp_write()
250 buffer->current_length = spaces; in sclp_write()
/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c26 u32 spaces; in sun4i_ss_opti_poll() local
104 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_opti_poll()
105 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
106 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_opti_poll()
193 u32 spaces; in sun4i_ss_cipher_poll() local
320 spaces = readl(ss->base + SS_FCSR); in sun4i_ss_cipher_poll()
321 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
322 tx_cnt = SS_TXFIFO_SPACES(spaces); in sun4i_ss_cipher_poll()
Dsun4i-ss-hash.c191 u32 spaces, rx_cnt = SS_RX_DEFAULT, bf[32] = {0}, v, ivmode = 0; in sun4i_hash() local
322 spaces = readl(ss->base + SS_FCSR); in sun4i_hash()
323 rx_cnt = SS_RXFIFO_SPACES(spaces); in sun4i_hash()
/drivers/tty/
Dn_tty.c427 int spaces; in do_output_char() local
457 spaces = 8 - (ldata->column & 7); in do_output_char()
459 if (space < spaces) in do_output_char()
461 ldata->column += spaces; in do_output_char()
462 tty->ops->write(tty, " ", spaces); in do_output_char()
463 return spaces; in do_output_char()
465 ldata->column += spaces; in do_output_char()
/drivers/thunderbolt/
DKconfig22 bool "Enable write by debugfs to configuration spaces (DANGEROUS)"
/drivers/iommu/
DKconfig39 sizes at both stage-1 and stage-2, as well as address spaces
406 Support for sharing process address spaces with devices using the
/drivers/mtd/parsers/
DKconfig56 Due to the way Linux handles the command line, no spaces are
/drivers/media/rc/
DKconfig210 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
/drivers/block/
Drbd.c6217 static const char spaces[] = " \f\n\r\t\v"; in next_token() local
6219 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token()
6221 return strcspn(*buf, spaces); /* Return token length */ in next_token()
/drivers/scsi/aic7xxx/
Daic79xx.reg95 * Controls which of the 5, 512byte, address spaces should be used