Home
last modified time | relevance | path

Searched refs:request_flag (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/dma/
H A Dpl330.c126 uint8_t request_flag; member
152 VMSTATE_UINT8(request_flag, PL330Chan),
744 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmald()
745 (bs == 3 && ch->request_flag == PL330_SINGLE)) { in pl330_dmald()
749 if (bs == 1 && ch->request_flag == PL330_SINGLE) { in pl330_dmald()
823 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmalpend()
824 (bs == 3 && ch->request_flag == PL330_SINGLE)) { in pl330_dmalpend()
922 if ((bs == 1 && ch->request_flag == PL330_BURST) || in pl330_dmast()
1036 ch->request_flag = PL330_SINGLE; in pl330_dmawfp()
1040 ch->request_flag = PL330_BURST; in pl330_dmawfp()
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Drtas-fadump.h34 __be32 request_flag; member
H A Drtas-fadump.c92 fdm.cpu_state_data.request_flag = in rtas_fadump_init_mem_struct()
103 fdm.hpte_region.request_flag = cpu_to_be32(RTAS_FADUMP_REQUEST_FLAG); in rtas_fadump_init_mem_struct()
119 fdm.rmr_region.request_flag = cpu_to_be32(RTAS_FADUMP_REQUEST_FLAG); in rtas_fadump_init_mem_struct()