Home
last modified time | relevance | path

Searched refs:IDR (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Didr.rst15 and device instance numbers. The IDR and the IDA provide a reasonable
16 solution to the problem to avoid everybody inventing their own. The IDR
20 IDR usage
23 Start by initialising an IDR, either with DEFINE_IDR()
35 into the IDR.
43 idr_alloc_cyclic(). The IDR becomes less efficient when dealing
46 To perform an action on all pointers used by the IDR, you can
52 When you have finished using an IDR, you can call idr_destroy()
53 to release the memory used by the IDR. This will not free the objects
54 pointed to from the IDR; if you want to do that, use one of the iterators
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dsrc.c130 src_writel(dev, MUnit.IDR, 1 << 23); in aac_src_intr_message()
251 src_writel(dev, MUnit.IDR, INBOUNDDOORBELL_0 << SRC_IDR_SHIFT); in src_sync_cmd()
773 src_writel(dev, MUnit.IDR, IOP_SRC_RESET_MASK); in aac_send_iop_reset()
1358 val = src_readl(dev, MUnit.IDR); in aac_src_access_devreg()
1360 src_writel(dev, MUnit.IDR, val); in aac_src_access_devreg()
1361 src_readl(dev, MUnit.IDR); in aac_src_access_devreg()
1373 val = src_readl(dev, MUnit.IDR); in aac_src_access_devreg()
1375 src_writel(dev, MUnit.IDR, val); in aac_src_access_devreg()
1376 src_readl(dev, MUnit.IDR); in aac_src_access_devreg()
1381 val = src_readl(dev, MUnit.IDR); in aac_src_access_devreg()
[all …]
H A Drx.c280 rx_writel(dev, MUnit.IDR,INBOUNDDOORBELL_1); in aac_rx_notify_adapter()
283 rx_writel(dev, MUnit.IDR,INBOUNDDOORBELL_4); in aac_rx_notify_adapter()
286 rx_writel(dev, MUnit.IDR,INBOUNDDOORBELL_2); in aac_rx_notify_adapter()
289 rx_writel(dev, MUnit.IDR,INBOUNDDOORBELL_3); in aac_rx_notify_adapter()
294 rx_writel(dev, MUnit.IDR,INBOUNDDOORBELL_6); in aac_rx_notify_adapter()
297 rx_writel(dev, MUnit.IDR,INBOUNDDOORBELL_5); in aac_rx_notify_adapter()
H A Daacraid.h1099 __le32 IDR; /* 1320h | 20h | Inbound Doorbell Register */ member
1135 #define InboundDoorbellReg MUnit.IDR
1177 __le32 IDR; /* 20h | Inbound Doorbell Register */ member
H A Dcommsup.c1994 events = src_readl(dev, MUnit.IDR); in aac_handle_sa_aif()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-atmel-tcb.c99 writel(0xff, tcaddr + ATMEL_TC_REG(i, IDR)); in tc_clksrc_resume()
165 writel(0xff, regs + ATMEL_TC_REG(2, IDR)); in tc_shutdown()
323 writel(0xff, tcaddr + ATMEL_TC_REG(0, IDR)); /* no irqs */ in tcb_setup_dual_chan()
331 writel(0xff, tcaddr + ATMEL_TC_REG(1, IDR)); /* no irqs */ in tcb_setup_dual_chan()
347 writel(0xff, tcaddr + ATMEL_TC_REG(0, IDR)); /* no irqs */ in tcb_setup_single_chan()
425 writel(ATMEL_TC_ALL_IRQ, tc.regs + ATMEL_TC_REG(i, IDR)); in tcb_clksrc_init()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Datmel_tclib.c168 writel(ATMEL_TC_ALL_IRQ, tc->regs + ATMEL_TC_REG(i, IDR)); in tc_probe()
185 writel(ATMEL_TC_ALL_IRQ, tc->regs + ATMEL_TC_REG(i, IDR)); in tc_shutdown()
H A Datmel-ssc.c230 ssc_writel(ssc->regs, IDR, -1); in ssc_probe()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ipmi/
H A Daspeed-kcs-bmc.txt21 - reg : The address and size of the IDR, ODR and STR registers
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-at91-usart.c227 at91_usart_spi_writel(aus, IDR, US_IR_RXRDY); in at91_usart_spi_dma_transfer()
344 at91_usart_spi_writel(aus, IDR, US_IR_OVRE | US_IR_RXRDY); in at91_usart_spi_interrupt()
464 at91_usart_spi_writel(aus, IDR, US_OVRE_RXRDY_IRQS); in at91_usart_spi_unprepare_message()
H A Dspi-atmel.c798 spi_writel(as, IDR, SPI_BIT(OVRES)); in atmel_spi_next_xfer_dma_submit()
1079 spi_writel(as, IDR, SPI_BIT(OVRES)); in atmel_spi_pio_interrupt()
1107 spi_writel(as, IDR, pending); in atmel_spi_pio_interrupt()
1116 spi_writel(as, IDR, pending); in atmel_spi_pio_interrupt()
1138 spi_writel(as, IDR, (SPI_BIT(RXBUFF) | SPI_BIT(ENDRX) in atmel_spi_pdc_interrupt()
1151 spi_writel(as, IDR, pending); in atmel_spi_pdc_interrupt()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Drtl8150.c21 #define IDR 0x0120 macro
262 ret = get_registers(dev, IDR, sizeof(node_id), node_id); in set_ethernet_addr()
284 set_registers(dev, IDR, netdev->addr_len, netdev->dev_addr); in rtl8150_set_mac_address()
729 set_registers(dev, IDR, 6, netdev->dev_addr); in rtl8150_open()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/cadence/
H A Dmacb_main.c605 queue_writel(queue, IDR, in macb_mac_link_down()
1477 queue_writel(queue, IDR, bp->rx_intr_mask); in macb_poll()
1499 queue_writel(queue, IDR, bp->rx_intr_mask | in macb_hresp_error_task()
1566 queue_writel(queue, IDR, MACB_BIT(WOL)); in macb_wol_interrupt()
1595 queue_writel(queue, IDR, GEM_BIT(WOL)); in gem_wol_interrupt()
1627 queue_writel(queue, IDR, -1); in macb_interrupt()
1644 queue_writel(queue, IDR, bp->rx_intr_mask); in macb_interrupt()
1655 queue_writel(queue, IDR, MACB_TX_INT_FLAGS); in macb_interrupt()
2347 queue_writel(queue, IDR, -1); in macb_reset_hw()
3728 queue->IDR = GEM_IDR(hw_q - 1); in macb_init()
[all …]
H A Dmacb.h1128 unsigned int IDR; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Did_ID65 int_curr_symbol "IDR "
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Did_ID65 int_curr_symbol "IDR "
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dmsm_iommu_hw-8xxx.h116 #define GET_IDR(b) GET_GLOBAL_REG(IDR, (b))
368 #define GET_NM2VCBMT(b) GET_GLOBAL_FIELD(b, IDR, NM2VCBMT)
369 #define GET_HTW(b) GET_GLOBAL_FIELD(b, IDR, HTW)
370 #define GET_HUM(b) GET_GLOBAL_FIELD(b, IDR, HUM)
371 #define GET_TLBSIZE(b) GET_GLOBAL_FIELD(b, IDR, TLBSIZE)
372 #define GET_NCB(b) GET_GLOBAL_FIELD(b, IDR, NCB)
373 #define GET_NIRPT(b) GET_GLOBAL_FIELD(b, IDR, NIRPT)
819 #define IDR (0xFFFF8) macro
/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A Datmel_ssc_dai.c728 ssc_writel(ssc_p->ssc->regs, IDR, dma_params->mask->ssc_error); in atmel_ssc_prepare()
782 ssc_writel(ssc_p->ssc->regs, IDR, ssc_p->ssc_state.ssc_imr); in atmel_ssc_suspend()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-codec.rst1317 GOP this is the period between two I-frames. The period between IDR
1319 control. An IDR frame, which stands for Instantaneous Decoding
1321 This means that a stream can be restarted from an IDR frame without
2137 - That picture is an IDR picture
3852 - Use IDR (Instantaneous Decoding Refresh) picture encoding.
3861 This specifies the number of I pictures between two CRA/IDR pictures.
3966 Indicates whether to generate SPS and PPS at every IDR. Setting it to 0
3967 disables generating SPS and PPS at every IDR. Setting it to one enables
3968 generating SPS and PPS at every IDR.
H A Ddev-decoder.rst96 IDR
125 SPS/PPS/IDR sequence (H.264/HEVC); a resume point is required to start decode
/OK3568_Linux_fs/kernel/sound/spi/
H A Dat73c213.c287 ssc_writel(chip->ssc->regs, IDR, SSC_BIT(IDR_ENDTX)); in snd_at73c213_pcm_trigger()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc202 lpfc_get_brd_no and use Linux provided IDR.
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...