| /OK3568_Linux_fs/kernel/drivers/irqchip/ |
| H A D | irq-mvebu-sei.c | 58 struct mvebu_sei *sei = irq_data_get_irq_chip_data(d); in mvebu_sei_ack_irq() local 62 sei->base + GICP_SECR(reg_idx)); in mvebu_sei_ack_irq() 67 struct mvebu_sei *sei = irq_data_get_irq_chip_data(d); in mvebu_sei_mask_irq() local 72 raw_spin_lock_irqsave(&sei->mask_lock, flags); in mvebu_sei_mask_irq() 73 reg = readl_relaxed(sei->base + GICP_SEMR(reg_idx)); in mvebu_sei_mask_irq() 75 writel_relaxed(reg, sei->base + GICP_SEMR(reg_idx)); in mvebu_sei_mask_irq() 76 raw_spin_unlock_irqrestore(&sei->mask_lock, flags); in mvebu_sei_mask_irq() 81 struct mvebu_sei *sei = irq_data_get_irq_chip_data(d); in mvebu_sei_unmask_irq() local 86 raw_spin_lock_irqsave(&sei->mask_lock, flags); in mvebu_sei_unmask_irq() 87 reg = readl_relaxed(sei->base + GICP_SEMR(reg_idx)); in mvebu_sei_unmask_irq() [all …]
|
| H A D | Makefile | 86 obj-$(CONFIG_MVEBU_SEI) += irq-mvebu-sei.o
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | g723_24.c | 69 short sei, sezi, se, sez; /* ACCUM */ in g723_24_encoder() local 92 sei = sezi + predictor_pole(state_ptr); in g723_24_encoder() 93 se = sei >> 1; /* se = estimated signal */ in g723_24_encoder() 120 short sezi, sei, sez, se; /* ACCUM */ in g723_24_decoder() local 129 sei = sezi + predictor_pole(state_ptr); in g723_24_decoder() 130 se = sei >> 1; /* se = estimated signal */ in g723_24_decoder()
|
| H A D | g723_40.c | 88 short sei, sezi, se, sez; /* ACCUM */ in g723_40_encoder() local 111 sei = sezi + predictor_pole(state_ptr); in g723_40_encoder() 112 se = sei >> 1; /* se = estimated signal */ in g723_40_encoder() 140 short sezi, sei, sez, se; /* ACCUM */ in g723_40_decoder() local 149 sei = sezi + predictor_pole(state_ptr); in g723_40_decoder() 150 se = sei >> 1; /* se = estimated signal */ in g723_40_decoder()
|
| H A D | g721.c | 135 short sezi, sei, sez, se; /* ACCUM */ in g721_decoder() local 144 sei = sezi + predictor_pole(state_ptr); in g721_decoder() 145 se = sei >> 1; /* se = estimated signal */ in g721_decoder()
|
| /OK3568_Linux_fs/kernel/drivers/s390/cio/ |
| H A D | chsc.c | 627 static void chsc_process_event_information(struct chsc_sei *sei, u64 ntsm) in chsc_process_event_information() argument 632 memset(sei, 0, sizeof(*sei)); in chsc_process_event_information() 633 sei->request.length = 0x0010; in chsc_process_event_information() 634 sei->request.code = 0x000e; in chsc_process_event_information() 636 sei->ntsm = ntsm; in chsc_process_event_information() 638 if (chsc(sei)) in chsc_process_event_information() 641 if (sei->response.code != 0x0001) { in chsc_process_event_information() 643 sei->response.code, sei->ntsm); in chsc_process_event_information() 645 if (sei->response.code == 3 && sei->ntsm) { in chsc_process_event_information() 653 CIO_CRW_EVENT(2, "chsc: sei successful (nt=%d)\n", sei->nt); in chsc_process_event_information() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | marvell,sei.txt | 16 * "marvell,ap806-sei" 29 sei: interrupt-controller@3f0200 { 30 compatible = "marvell,ap806-sei";
|
| H A D | marvell,icu.txt | 25 * "marvell,cp110-icu-sei" 61 compatible = "marvell,cp110-icu-sei"; 65 msi-parent = <&sei>;
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sei.c | 242 if (!currSlice->p_Cur->sei) in process_sei() 243 currSlice->p_Cur->sei = mpp_calloc(H264_SEI_t, 1); in process_sei() 245 sei_msg = currSlice->p_Cur->sei; in process_sei()
|
| H A D | h264d_api.c | 90 MPP_FREE(p_Cur->sei); in free_cur_ctx() 620 if (p_Dec->p_Cur->sei) in h264d_parse() 621 memset(p_Dec->p_Cur->sei, 0, sizeof(*p_Dec->p_Cur->sei)); in h264d_parse()
|
| H A D | h264d_init.c | 514 if (p_Vid->p_Cur->sei && in dpb_mark_malloc() 517 p_Vid->p_Cur->sei->type == H264_SEI_PIC_TIMING) || in dpb_mark_malloc() 518 p_Vid->p_Cur->sei->pic_timing.pic_struct != 0)) { in dpb_mark_malloc() 519 if (p_Vid->p_Cur->sei->pic_timing.pic_struct == 3 || in dpb_mark_malloc() 520 p_Vid->p_Cur->sei->pic_timing.pic_struct == 5) in dpb_mark_malloc() 522 if (p_Vid->p_Cur->sei->pic_timing.pic_struct == 4 || in dpb_mark_malloc() 523 p_Vid->p_Cur->sei->pic_timing.pic_struct == 6) in dpb_mark_malloc()
|
| H A D | h264d_global.h | 946 struct h264_sei_t *sei; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap80x.dtsi | 161 sei: interrupt-controller@3f0200 { label 162 compatible = "marvell,ap806-sei"; 296 interrupt-parent = <&sei>;
|
| H A D | armada-cp11x.dtsi | 206 compatible = "marvell,cp110-icu-sei"; 210 msi-parent = <&sei>;
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | D-FSL-1.0 | 51 …ramm verbreiten oder öffentlich zugänglich machen, sei es in unveränderter oder veränderter Form, … 65 …alten haben, muss diese Dokumentation entsprechend mitgeliefert werden, es sei denn, die freie Mit… 71 …ch die Kombination insgesamt als eine veränderte Version des Programms, es sei denn, das andere Pr… 91 …ese Dokumentation entsprechend der Absätze 1 und 2 mitgeliefert werden, es sei denn, die freie Mit…
|
| H A D | CC-BY-ND-3.0-DE | 59 …ternetadresse), den der Lizenzgeber zum Schutzgegenstand angegeben hat, es sei denn, dieser URI ve…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/marvell/ |
| H A D | cp110-system-controller.txt | 112 mpp21 21 gpio, dev(ad1), ge0(txctl), sei(in_cp2cp) 140 …(txclkout), mii(crs), spi1(miso), uart1(rxd), ge(mdio), pcie0(clkreq), sdio(v18_en), sei(out_cp2cp)
|
| H A D | ap80x-system-controller.txt | 143 interrupt-parent = <&sei>;
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | config.sub | 1387 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| H A D | config.guess | 1448 echo mips-sei-seiux"$UNAME_RELEASE"
|
| /OK3568_Linux_fs/buildroot/support/gnuconfig/ |
| H A D | config.sub | 1715 | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \
|
| H A D | config.guess | 1449 echo mips-sei-seiux"$UNAME_RELEASE"
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/ |
| H A D | management-style.rst | 163 è possibile dire "sei una testa di c***" in milioni di modi differenti [#f2]_,
|
| H A D | maintainer-pgp-guide.rst | 692 "Autore" dice che sei stato tu, mentre tu sei abbastanza sicuro di
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/ |
| H A D | config.guess | 1374 echo mips-sei-seiux${UNAME_RELEASE}
|