Searched refs:ibrd (Results 1 – 3 of 3) sorted by relevance
31 int ibrd(struct gpib_board *board, u8 *buf, size_t length, int *end_flag, size_t *bytes_read);
2376 unsigned int lcr_h, ibrd, fbrd; in pl011_console_get_options() local2396 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()
912 read_ret = ibrd(board, board->buffer, (board->buffer_length < remain) ? in read_ioctl()