Searched refs:spaces (Results 1 – 10 of 10) sorted by relevance
/drivers/s390/char/ |
D | sclp_rw.c | 172 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/ |
D | sun4i-ss-cipher.c | 26 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()
|
D | sun4i-ss-hash.c | 191 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/ |
D | n_tty.c | 427 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/ |
D | Kconfig | 22 bool "Enable write by debugfs to configuration spaces (DANGEROUS)"
|
/drivers/iommu/ |
D | Kconfig | 39 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/ |
D | Kconfig | 56 Due to the way Linux handles the command line, no spaces are
|
/drivers/media/rc/ |
D | Kconfig | 210 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
|
/drivers/block/ |
D | rbd.c | 6217 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/ |
D | aic79xx.reg | 95 * Controls which of the 5, 512byte, address spaces should be used
|