Home
last modified time | relevance | path

Searched refs:new_cr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dapbuart.c403 unsigned int status, old_cr, new_cr; in apbuart_console_write() local
407 new_cr = old_cr & ~(UART_CTRL_RI | UART_CTRL_TI); in apbuart_console_write()
408 UART_PUT_CTRL(port, new_cr); in apbuart_console_write()
H A Damba-pl011.c2332 unsigned int old_cr = 0, new_cr; in pl011_console_write() local
2351 new_cr = old_cr & ~UART011_CR_CTSEN; in pl011_console_write()
2352 new_cr |= UART01x_CR_UARTEN | UART011_CR_TXE; in pl011_console_write()
2353 pl011_write(new_cr, uap, REG_CR); in pl011_console_write()
/openbmc/linux/fs/ext4/
H A Dmballoc.c875 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_p2_aligned() argument
910 *new_cr = CR_GOAL_LEN_FAST; in ext4_mb_choose_next_group_p2_aligned()
949 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_goal_fast() argument
979 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()
981 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_goal_fast()
994 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_best_avail() argument
1068 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()
1121 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group() argument
1123 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group()
1130 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group()
[all …]