Searched full:rom16 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed-g4.c | 472 SIG_EXPR_DECL_SINGLE(ROMD8, ROM16, ROM16_DESC); 474 SIG_EXPR_LIST_DECL_DUAL(A8, ROMD8, ROM16, ROM16S); 479 SIG_EXPR_DECL_SINGLE(ROMD9, ROM16, ROM16_DESC); 481 SIG_EXPR_LIST_DECL_DUAL(C7, ROMD9, ROM16, ROM16S); 486 SIG_EXPR_DECL_SINGLE(ROMD10, ROM16, ROM16_DESC); 488 SIG_EXPR_LIST_DECL_DUAL(B7, ROMD10, ROM16, ROM16S); 493 SIG_EXPR_DECL_SINGLE(ROMD11, ROM16, ROM16_DESC); 495 SIG_EXPR_LIST_DECL_DUAL(A7, ROMD11, ROM16, ROM16S); 500 SIG_EXPR_DECL_SINGLE(ROMD12, ROM16, ROM16_DESC); 502 SIG_EXPR_LIST_DECL_DUAL(D7, ROMD12, ROM16, ROM16S); [all …]
|
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),
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 78 compareclk = ROM16(bios->data[clktable + compare_record_len * i]); in clkcmptable() 82 scriptptr = ROM16(bios->data[bios->init_script_tbls_ptr + tmdssub * 2]); in clkcmptable() 84 scriptptr = ROM16(bios->data[clktable + 2 + compare_record_len * i]); in clkcmptable() 113 uint16_t scriptofs = ROM16(bios->data[bios->init_script_tbls_ptr + sub * 2]); in call_lvds_manufacturer_script() 125 mdelay(ROM16(bios->data[bios->fp.xlated_entry + 7])); in call_lvds_manufacturer_script() 165 scriptptr = ROM16(bios->data[bios->fp.lvdsmanufacturerpointer + 7 + outputset * 2]); in run_lvds_table() 169 scriptptr = ROM16(bios->data[bios->fp.lvdsmanufacturerpointer + 11 + outputset * 2]); in run_lvds_table() 194 clktable = ROM16(bios->data[clktable]); in run_lvds_table() 444 ROM16(bios->data[bios->fp.mode_ptr + 11]) + 1, in parse_fp_mode_table() 445 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; \
|
H A D | nouveau_connector.c | 1304 u32 entry = ROM16(nv_connector->dcb[0]); in nouveau_connector_create() 1306 entry |= (u32)ROM16(nv_connector->dcb[2]) << 16; in nouveau_connector_create()
|
/openbmc/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()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | aspeed,ast2400-pinctrl.yaml | 129 - ROM16
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-g4.dtsi | 1157 function = "ROM16"; 1158 groups = "ROM16";
|