Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/serial/ !
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()
Damba-pl011.c2325 unsigned int old_cr = 0, new_cr; in pl011_console_write() local
2344 new_cr = old_cr & ~UART011_CR_CTSEN; in pl011_console_write()
2345 new_cr |= UART01x_CR_UARTEN | UART011_CR_TXE; in pl011_console_write()
2346 pl011_write(new_cr, uap, REG_CR); in pl011_console_write()
/linux-6.6.21/fs/ext4/ !
Dmballoc.c873 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_p2_aligned() argument
908 *new_cr = CR_GOAL_LEN_FAST; in ext4_mb_choose_next_group_p2_aligned()
947 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_goal_fast() argument
977 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()
979 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_goal_fast()
992 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group_best_avail() argument
1064 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail()
1117 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group() argument
1119 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group()
1126 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group()
[all …]