Searched refs:new_cr (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/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 | 2338 unsigned int old_cr = 0, new_cr; in pl011_console_write() local 2357 new_cr = old_cr & ~UART011_CR_CTSEN; in pl011_console_write() 2358 new_cr |= UART01x_CR_UARTEN | UART011_CR_TXE; in pl011_console_write() 2359 pl011_write(new_cr, uap, REG_CR); in pl011_console_write()
|
/Linux-v5.15/fs/ext4/ |
D | mballoc.c | 874 int *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_cr0() argument 912 *new_cr = 1; in ext4_mb_choose_next_group_cr0() 927 int *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_cr1() argument 990 *new_cr = 2; in ext4_mb_choose_next_group_cr1() 1051 int *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group() argument 1053 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group() 1058 if (*new_cr == 0) { in ext4_mb_choose_next_group() 1059 ext4_mb_choose_next_group_cr0(ac, new_cr, group, ngroups); in ext4_mb_choose_next_group() 1060 } else if (*new_cr == 1) { in ext4_mb_choose_next_group() 1061 ext4_mb_choose_next_group_cr1(ac, new_cr, group, ngroups); in ext4_mb_choose_next_group() [all …]
|