Home
last modified time | relevance | path

Searched refs:ibrd (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpib/include/
H A Dgpib_proto.h31 int ibrd(struct gpib_board *board, u8 *buf, size_t length, int *end_flag, size_t *bytes_read);
/linux/drivers/gpib/common/
H A Diblib.c303 int ibrd(struct gpib_board *board, u8 *buf, size_t length, int *end_flag, size_t *nbytes) in ibrd() function
H A Dgpib_os.c912 read_ret = ibrd(board, board->buffer, (board->buffer_length < remain) ? in read_ioctl()
/linux/drivers/tty/serial/
H A Damba-pl011.c2376 unsigned int lcr_h, ibrd, fbrd; in pl011_console_get_options() local
2396 ibrd = pl011_read(uap, REG_IBRD); in pl011_console_get_options()
2399 *baud = uap->port.uartclk * 4 / (64 * ibrd + fbrd); in pl011_console_get_options()