Searched refs:new_cr (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/tty/serial/ |
| D | apbuart.c | 403 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()
|
| D | amba-pl011.c | 2329 unsigned int old_cr = 0, new_cr; in pl011_console_write() local 2348 new_cr = old_cr & ~UART011_CR_CTSEN; in pl011_console_write() 2349 new_cr |= UART01x_CR_UARTEN | UART011_CR_TXE; in pl011_console_write() 2350 pl011_write(new_cr, uap, REG_CR); in pl011_console_write()
|
| /Linux-v6.6/fs/ext4/ |
| D | mballoc.c | 875 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 1066 *new_cr = CR_GOAL_LEN_SLOW; in ext4_mb_choose_next_group_best_avail() 1119 enum criteria *new_cr, ext4_group_t *group, ext4_group_t ngroups) in ext4_mb_choose_next_group() argument 1121 *new_cr = ac->ac_criteria; in ext4_mb_choose_next_group() 1128 if (*new_cr == CR_POWER2_ALIGNED) { in ext4_mb_choose_next_group() [all …]
|