Searched refs:prc (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/panel/ |
H A D | panel-ilitek-ili9341.c | 134 u8 prc; member 211 .prc = 0x20, 314 mipi_dbi_command(ili->dbi, ILI9341_PRC, cfg->prc); in ili9341_dpi_init()
|
/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_fd.c | 258 struct pucan_wr_err_cnt *prc; in pcan_usb_fd_build_restart_cmd() local 263 prc = (struct pucan_wr_err_cnt *)pc; in pcan_usb_fd_build_restart_cmd() 264 prc->opcode_channel = pucan_cmd_opcode_channel(dev->ctrl_idx, in pcan_usb_fd_build_restart_cmd() 268 prc->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE|PUCAN_WRERRCNT_RE); in pcan_usb_fd_build_restart_cmd() 271 prc->tx_counter = 0; in pcan_usb_fd_build_restart_cmd() 272 prc->rx_counter = 0; in pcan_usb_fd_build_restart_cmd()
|
/linux/drivers/video/fbdev/ |
H A D | broadsheetfb.c | 843 u16 rev, prc; in broadsheet_identify() local 847 prc = broadsheet_read_reg(par, BS_REG_PRC); in broadsheet_identify() 848 dev_info(dev, "Broadsheet Rev 0x%x, Product Code 0x%x\n", rev, prc); in broadsheet_identify() 850 if (prc != 0x0047) in broadsheet_identify()
|
/linux/drivers/media/dvb-frontends/ |
H A D | lg2160.c | 576 static int lg216x_get_prc(struct lg216x_state *state, u8 *prc) in lg216x_get_prc() argument 581 *prc = 0xff; /* invalid value */ in lg216x_get_prc() 587 *prc = ((val >> 5) & 0x07) + 1; in lg216x_get_prc()
|
/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_phyp.h | 259 u64 prc; /* 00 */ member
|
/linux/drivers/scsi/ |
H A D | pmcraid.h | 387 __le32 prc; member
|
H A D | ipr.h | 1082 __be32 prc; member 1102 __be32 prc; member
|
H A D | ipr.c | 1886 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_enhanced_dual_ioa_error() 1912 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_dual_ioa_error()
|