Searched refs:new_cr (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/tty/serial/ |
D | apbuart.c | 429 unsigned int status, old_cr, new_cr; in apbuart_console_write() local 433 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write() 434 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
|
D | amba-pl011.c | 2322 unsigned int old_cr = 0, new_cr; in pl011_console_write() local 2341 new_cr = old_cr & ~UART011_CR_CTSEN; in pl011_console_write() 2342 new_cr |= UART01x_CR_UARTEN | UART011_CR_TXE; in pl011_console_write() 2343 pl011_write(new_cr, uap, REG_CR); in pl011_console_write()
|
/linux-6.1.9/fs/ext4/ |
D | mballoc.c | 860 int *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_cr0() argument 898 *new_cr = 1; in ext4_mb_choose_next_group_cr0() 910 int *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_cr1() argument 948 *new_cr = 2; in ext4_mb_choose_next_group_cr1() 1001 int *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group() argument 1003 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group() 1010 if (*new_cr == 0) { in ext4_mb_choose_next_group() 1011 ext4_mb_choose_next_group_cr0(ac, new_cr, group, ngroups); in ext4_mb_choose_next_group() 1012 } else if (*new_cr == 1) { in ext4_mb_choose_next_group() 1013 ext4_mb_choose_next_group_cr1(ac, new_cr, group, ngroups); in ext4_mb_choose_next_group() [all …]
|