Home
last modified time | relevance | path

Searched refs:body (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/
H A Dmsg.c52 msg_pwr->set_power_state.body.req.device_id = module; in bcm2835_power_on_module()
53 msg_pwr->set_power_state.body.req.state = in bcm2835_power_on_module()
79 msg_clk->get_clock_rate.body.req.clock_id = BCM2835_MBOX_CLOCK_ID_EMMC; in bcm2835_get_mmc_clock()
87 return msg_clk->get_clock_rate.body.resp.rate_hz; in bcm2835_get_mmc_clock()
103 *widthp = msg_query->physical_w_h.body.resp.width; in bcm2835_get_video_size()
104 *heightp = msg_query->physical_w_h.body.resp.height; in bcm2835_get_video_size()
118 msg_setup->physical_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
119 msg_setup->physical_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
121 msg_setup->virtual_w_h.body.req.width = *widthp; in bcm2835_set_video_params()
122 msg_setup->virtual_w_h.body.req.height = *heightp; in bcm2835_set_video_params()
[all …]
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/include/mach/
H A Dmbox.h97 (_t_)->tag_hdr.val_buf_size = sizeof((_t_)->body); \
98 (_t_)->tag_hdr.val_len = sizeof((_t_)->body.req); \
103 (_t_)->tag_hdr.val_buf_size = sizeof((_t_)->body); \
136 } body; member
150 } body; member
161 } body; member
175 } body; member
204 } body; member
223 } body; member
249 } body; member
[all …]
/rk3399_rockchip-uboot/board/raspberrypi/rpi/
H A Drpi.c241 gd->ram_size = msg->get_arm_mem.body.resp.mem_size; in dram_init()
303 eth_env_set_enetaddr("usbethaddr", msg->get_mac_address.body.resp.mac); in set_usbethaddr()
347 msg->get_board_serial.body.resp.serial); in set_serial_number()
453 revision = msg->get_board_rev.body.resp.rev; in get_board_rev()
/rk3399_rockchip-uboot/doc/DocBook/
H A Ddocbook.css1 body { selector
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.css14 body { selector
/rk3399_rockchip-uboot/Licenses/
H A Dlgpl-2.1.txt98 programs enables a greater number of people to use a large body of
411 written in the body of this License.
H A Dgpl-2.0.txt235 the limitation as if written in the body of this License.
H A Dlgpl-2.0.txt390 written in the body of this License.
/rk3399_rockchip-uboot/doc/
H A DREADME.POST365 declaration/body:
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped1825 /* TODO. We should be able to replace this entire function body
H A Dzconf.tab.c_shipped355 /* Pacify GCC's 'empty if-body' warning. */
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped1690 /* TODO. We should be able to replace this entire function body
H A Ddtc-parser.tab.c_shipped340 /* Pacify GCC's 'empty if-body' warning. */