Home
last modified time | relevance | path

Searched full:resb (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dsharp,ls037v7dw01.yaml56 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dintctrl.h56 u8 resb[3]; /* 0xFD - 0xFF */ member
94 u8 resb[3]; /* 0xF9 - 0xFB */ member
/openbmc/u-boot/arch/arm/dts/
H A Domap3-evm-common.dtsi103 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-evm-common.dtsi103 reset-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd RESB */
H A Domap3-ldp.dts196 reset-gpios = <&gpio2 23 GPIO_ACTIVE_HIGH>; /* gpio55, lcd RESB */
/openbmc/qemu/target/tricore/
H A Dop_helper.c2376 uint32_t resb; in helper_shuffle() local
2381 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle()
2382 res |= resb << 0; in helper_shuffle()
2385 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle()
2386 res |= resb << 8; in helper_shuffle()
2389 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle()
2390 res |= resb << 16; in helper_shuffle()
2393 resb = extract32(arg0, byte_select * 8, 8); in helper_shuffle()
2394 res |= resb << 24; in helper_shuffle()
/openbmc/linux/arch/powerpc/perf/
H A Dhv-24x7.c1280 * @resb: Result buffer containing @res.
1283 * @next: Optional output variable pointing to the next result in @resb.
1286 struct hv_24x7_data_result_buffer *resb, in get_count_from_result() argument
1330 if (resb->interface_version == 1) in get_count_from_result()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sharp-ls037v7dw01.c222 /* lcd RESB */ in sharp_ls_probe_of()