Searched full:rom16 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bios.c | 75 compareclk = ROM16(bios->data[clktable + compare_record_len * i]); in clkcmptable() 79 scriptptr = ROM16(bios->data[bios->init_script_tbls_ptr + tmdssub * 2]); in clkcmptable() 81 scriptptr = ROM16(bios->data[clktable + 2 + compare_record_len * i]); in clkcmptable() 110 uint16_t scriptofs = ROM16(bios->data[bios->init_script_tbls_ptr + sub * 2]); in call_lvds_manufacturer_script() 122 mdelay(ROM16(bios->data[bios->fp.xlated_entry + 7])); in call_lvds_manufacturer_script() 162 scriptptr = ROM16(bios->data[bios->fp.lvdsmanufacturerpointer + 7 + outputset * 2]); in run_lvds_table() 166 scriptptr = ROM16(bios->data[bios->fp.lvdsmanufacturerpointer + 11 + outputset * 2]); in run_lvds_table() 191 clktable = ROM16(bios->data[clktable]); in run_lvds_table() 441 ROM16(bios->data[bios->fp.mode_ptr + 11]) + 1, in parse_fp_mode_table() 442 ROM16(bios->data[bios->fp.mode_ptr + 25]) + 1, in parse_fp_mode_table() [all …]
|
| H A D | nouveau_bios.h | 34 #define ROM16(x) get_unaligned_le16(&(x)) macro 38 ROM16(x) ? &drm->vbios.data[ROM16(x)] : NULL; \
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
| H A D | mxms.c | 26 #define ROM16(x) get_unaligned_le16(&(x)) macro 185 data |= (u64)ROM16(pdata[4]) << 32; in mxms_output_device()
|
| /linux/drivers/pinctrl/aspeed/ |
| H A D | pinmux-aspeed.h | 536 * For example, the following declares the ROMD8 signal for the ROM16 function: 538 * SIG_EXPR_DECL(ROMD8, ROM16, ROM16, SIG_DESC_SET(SCU90, 6)); 568 * SIG_EXPR_DECL(ROMD8, ROM16, ROM16, SIG_DESC_SET(SCU90, 6)); 571 * SIG_EXPR_LIST_DECL(ROMD8, SIG_EXPR_PTR(ROMD8, ROM16), 709 * SIG_EXPR_DECL(ROMD8, ROM16, SIG_DESC_SET(SCU90, 6)); 712 * SIG_EXPR_LIST_DECL(ROMD8, SIG_EXPR_PTR(ROMD8, ROM16),
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | aspeed,ast2400-pinctrl.yaml | 129 - ROM16
|