Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dbuffer.c882 unsigned int sizebits = blksize_bits(size); in blkdev_max_block() local
883 retval = (sz >> sizebits); in blkdev_max_block()
928 pgoff_t index, int size, int sizebits, gfp_t gfp) in grow_dev_page() argument
955 (sector_t)index << sizebits, in grow_dev_page()
975 end_block = init_page_buffers(page, bdev, (sector_t)index << sizebits, in grow_dev_page()
994 int sizebits; in grow_buffers() local
996 sizebits = -1; in grow_buffers()
998 sizebits++; in grow_buffers()
999 } while ((size << sizebits) < PAGE_SIZE); in grow_buffers()
1001 index = block >> sizebits; in grow_buffers()
[all …]
/Linux-v4.19/drivers/tty/serial/
Dioc3_serial.c590 char lcr, sizebits; in config_port() local
603 sizebits = UART_LCR_WLEN5; in config_port()
606 sizebits = UART_LCR_WLEN6; in config_port()
609 sizebits = UART_LCR_WLEN7; in config_port()
612 sizebits = UART_LCR_WLEN8; in config_port()
636 lcr |= sizebits; in config_port()
Dioc4_serial.c1320 char lcr, sizebits; in config_port() local
1331 sizebits = UART_LCR_WLEN5; in config_port()
1334 sizebits = UART_LCR_WLEN6; in config_port()
1337 sizebits = UART_LCR_WLEN7; in config_port()
1340 sizebits = UART_LCR_WLEN8; in config_port()
1364 lcr |= sizebits; in config_port()