Searched refs:ibrd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpib/include/ |
| H A D | gpib_proto.h | 31 int ibrd(struct gpib_board *board, u8 *buf, size_t length, int *end_flag, size_t *bytes_read);
|
| /linux/drivers/gpib/common/ |
| H A D | iblib.c | 303 int ibrd(struct gpib_board *board, u8 *buf, size_t length, int *end_flag, size_t *nbytes) in ibrd() function
|
| H A D | gpib_os.c | 912 read_ret = ibrd(board, board->buffer, (board->buffer_length < remain) ? in read_ioctl()
|
| /linux/drivers/tty/serial/ |
| H A D | amba-pl011.c | 2376 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()
|