Searched refs:spaces (Results 1 – 11 of 11) sorted by relevance
| /drivers/s390/char/ |
| A 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/ |
| A 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()
|
| A 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/ |
| A D | n_tty.c | 409 int spaces; in do_output_char() local 439 spaces = 8 - (ldata->column & 7); in do_output_char() 441 if (space < spaces) in do_output_char() 443 ldata->column += spaces; in do_output_char() 444 tty->ops->write(tty, " ", spaces); in do_output_char() 445 return spaces; in do_output_char() 447 ldata->column += spaces; in do_output_char()
|
| /drivers/thunderbolt/ |
| A D | Kconfig | 22 bool "Enable write by debugfs to configuration spaces (DANGEROUS)"
|
| /drivers/iommu/arm/ |
| A D | Kconfig | 97 Support for sharing process address spaces with devices using the
|
| /drivers/mtd/parsers/ |
| A D | Kconfig | 51 Due to the way Linux handles the command line, no spaces are
|
| /drivers/iommu/ |
| A D | Kconfig | 40 sizes at both stage-1 and stage-2, as well as address spaces
|
| /drivers/media/rc/ |
| A D | Kconfig | 213 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
|
| /drivers/block/ |
| A D | rbd.c | 6209 static const char spaces[] = " \f\n\r\t\v"; in next_token() local 6211 *buf += strspn(*buf, spaces); /* Find start of token */ in next_token() 6213 return strcspn(*buf, spaces); /* Return token length */ in next_token()
|
| /drivers/scsi/aic7xxx/ |
| A D | aic79xx.reg | 95 * Controls which of the 5, 512byte, address spaces should be used
|
Completed in 36 milliseconds