Searched refs:xlat (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | ramcfg.c | 55 u32 xlat = 0x00000000; nvbios_ramcfg_index() local 62 xlat = nvbios_rd16(bios, bit_M.offset + 3); nvbios_ramcfg_index() 65 * if not - what is xlat used for now? nvbios_ramcfg_index() 71 xlat = nvbios_rd16(bios, bit_M.offset + 1); nvbios_ramcfg_index() 75 if (xlat) nvbios_ramcfg_index() 76 strap = nvbios_rd08(bios, xlat + strap); nvbios_ramcfg_index()
|
H A D | init.c | 404 #define init_xlat_table(b) init_table_((b), 0x10, "xlat table"); 467 warn("xlat table pointer %d invalid\n", index); init_xlat_()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | gddr3.c | 33 ramxlat(const struct ramxlat *xlat, int id) ramxlat() argument 35 while (xlat->id >= 0) { ramxlat() 36 if (xlat->id == id) ramxlat() 37 return xlat->enc; ramxlat() 38 xlat++; ramxlat()
|
H A D | sddr2.c | 33 ramxlat(const struct ramxlat *xlat, int id) ramxlat() argument 35 while (xlat->id >= 0) { ramxlat() 36 if (xlat->id == id) ramxlat() 37 return xlat->enc; ramxlat() 38 xlat++; ramxlat()
|
H A D | sddr3.c | 33 ramxlat(const struct ramxlat *xlat, int id) ramxlat() argument 35 while (xlat->id >= 0) { ramxlat() 36 if (xlat->id == id) ramxlat() 37 return xlat->enc; ramxlat() 38 xlat++; ramxlat()
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | icp_qat_fw.h | 261 #define ICP_QAT_FW_COMN_RESP_STATUS_BUILD(crypto, comp, xlat, eolb) \ 266 (((xlat) & QAT_COMN_RESP_XLAT_STATUS_MASK) << \
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | hw.h | 149 * high nibble for xlat strap value
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 412 NV_ERROR(drm, "Pointer to flat panel xlat table invalid\n"); parse_fp_mode_table() 505 * indexed by a separate xlat table, indexed in turn by the fp strap in nouveau_bios_parse_lvds_table() 512 * integrated config and xlat table: the records in the table are nouveau_bios_parse_lvds_table()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | head_44x.S | 920 /* xlat fields */ 959 /* xlat fields */
|
/linux-4.4.14/drivers/usb/wusbcore/ |
H A D | wa-xfer.c | 2094 static int xlat[] = { wa_xfer_status_to_errno() local 2113 if (status >= ARRAY_SIZE(xlat)) { wa_xfer_status_to_errno() 2119 errno = xlat[status]; wa_xfer_status_to_errno()
|
/linux-4.4.14/drivers/ntb/hw/intel/ |
H A D | ntb_hw_intel.c | 1597 /* Other SBAR are normally hit by the PBAR xlat, except for b2b bar. xeon_setup_b2b_mw() 1599 * it starts at the PBAR xlat + offset. xeon_setup_b2b_mw()
|
/linux-4.4.14/drivers/staging/fwserial/ |
H A D | fwserial.c | 979 /* turn off echo and newline xlat if loopback */ set_termios()
|
Completed in 587 milliseconds