/openbmc/linux/drivers/pinctrl/spear/ |
H A D | pinctrl-plgpio.c | 44 u32 enb; /* enable register */ member 224 if (plgpio->regs.enb == -1) in plgpio_request() 265 if (plgpio->regs.enb == -1) in plgpio_free() 478 plgpio->regs.enb = val; in plgpio_probe_dt() 480 plgpio->regs.enb = -1; in plgpio_probe_dt() 643 if (plgpio->regs.enb != -1) in plgpio_suspend() 645 &plgpio->csave_regs[i].enb); in plgpio_suspend() 688 if (plgpio->regs.enb != -1) in plgpio_resume() 689 plgpio_prepare_reg(enb, off, mask, tmp); in plgpio_resume() 712 if (plgpio->regs.enb != -1) in plgpio_resume() [all …]
|
/openbmc/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_hal.c | 75 pkt_in_ctl.s.enb = 0; in reset_pkt_input_ring() 82 if (!pkt_in_ctl.s.enb) in reset_pkt_input_ring() 104 pkt_in_ctl.s.enb = 1; in enable_pkt_input_ring() 110 if (pkt_in_ctl.s.enb) in enable_pkt_input_ring() 171 pkt_slc_ctl.s.enb = 0; in reset_pkt_solicit_port() 179 if (!pkt_slc_ctl.s.enb) in reset_pkt_solicit_port() 199 pkt_slc_ctl.s.enb = 1; in enable_pkt_solicit_port() 212 if (pkt_slc_ctl.s.enb) in enable_pkt_solicit_port()
|
H A D | nitrox_csr.h | 491 u64 enb : 1; member 493 u64 enb : 1; 681 u64 enb : 1; member 683 u64 enb : 1;
|
/openbmc/linux/sound/pci/ctxfi/ |
H A D | ctdaio.h | 84 int (*set_enb_src)(struct dai *dai, unsigned int enb); 85 int (*set_enb_srt)(struct dai *dai, unsigned int enb);
|
H A D | ctdaio.c | 298 static int dai_set_enb_src(struct dai *dai, unsigned int enb) in dai_set_enb_src() argument 300 dai->hw->dai_srt_set_ec(dai->ctrl_blk, enb); in dai_set_enb_src() 304 static int dai_set_enb_srt(struct dai *dai, unsigned int enb) in dai_set_enb_srt() argument 306 dai->hw->dai_srt_set_et(dai->ctrl_blk, enb); in dai_set_enb_srt()
|
H A D | cthw20k2.c | 123 unsigned int enb[8]; member 440 ((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32)); in src_mgr_enbs_src() 446 ((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32)); in src_mgr_enb_src() 453 ((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] &= ~(0x1 << (idx%32)); in src_mgr_dsb_src() 473 hw_write_20kx(hw, SRC_ENB+(i*0x100), ctl->enb[i]); in src_mgr_commit_write()
|
H A D | cthw20k1.c | 123 unsigned int enb[8]; member 440 ((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32)); in src_mgr_enbs_src() 446 ((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] |= (0x1 << (idx%32)); in src_mgr_enb_src() 453 ((struct src_mgr_ctrl_blk *)blk)->enb[idx/32] &= ~(0x1 << (idx%32)); in src_mgr_dsb_src() 473 hw_write_20kx(hw, SRCENB+(i*0x100), ctl->enb[i]); in src_mgr_commit_write()
|
/openbmc/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-fpa.h | 149 if (status.s.enb) { in cvmx_fpa_enable() 175 status.s.enb = 1; in cvmx_fpa_enable()
|
H A D | cvmx-npei-defs.h | 2915 uint64_t enb:64; member 2917 uint64_t enb:64; 2926 uint64_t enb:64; member 2928 uint64_t enb:64; 2937 uint64_t enb:64; member 2939 uint64_t enb:64; 2948 uint64_t enb:64; member 2950 uint64_t enb:64; 3505 uint64_t enb:32; member 3507 uint64_t enb:32; [all …]
|
H A D | cvmx-fpa-defs.h | 118 uint64_t enb:1; member 124 uint64_t enb:1; 140 uint64_t enb:1; member 146 uint64_t enb:1;
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | dst_priv.h | 23 struct dst_gpio_enable enb; member
|
H A D | bt878.c | 332 mp->enb.mask, in bt878_device_control() 333 mp->enb.enable); in bt878_device_control()
|
H A D | dst.c | 58 union dst_gpio_packet enb; in dst_gpio_outb() local 62 enb.enb.mask = mask; in dst_gpio_outb() 63 enb.enb.enable = enbb; in dst_gpio_outb() 67 if ((err = bt878_device_control(state->bt, DST_IG_ENABLE, &enb)) < 0) { in dst_gpio_outb()
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mac.h | 22 u8 enb; member
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mac.h | 52 u8 enb; member
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ti_am335x_adc.c | 303 unsigned int enb = 0; in tiadc_buffer_postenable() local 308 enb |= (get_adc_step_bit(adc_dev, bit) << 1); in tiadc_buffer_postenable() 311 adc_dev->buffer_en_ch_steps = enb; in tiadc_buffer_postenable() 316 am335x_tsc_se_set_cache(adc_dev->mfd_tscadc, enb); in tiadc_buffer_postenable()
|
/openbmc/linux/arch/mips/cavium-octeon/executive/ |
H A D | cvmx-cmd-queue.c | 166 if (!status.s.enb) { in cvmx_cmd_queue_initialize()
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | spear310.dtsi | 104 st-plgpio,enb-reg = <0x10>;
|
H A D | spear320.dtsi | 132 st-plgpio,enb-reg = <0x24>;
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | m66592-udc.c | 894 static void irq_pipe_ready(struct m66592 *m66592, u16 status, u16 enb) in irq_pipe_ready() argument 901 if ((status & M66592_BRDY0) && (enb & M66592_BRDY0)) { in irq_pipe_ready() 912 if ((status & check) && (enb & check)) { in irq_pipe_ready() 926 static void irq_pipe_empty(struct m66592 *m66592, u16 status, u16 enb) in irq_pipe_empty() argument 934 if ((status & M66592_BEMP0) && (enb & M66592_BEMP0)) { in irq_pipe_empty() 943 if ((status & check) && (enb & check)) { in irq_pipe_empty()
|
H A D | r8a66597-udc.c | 1095 static void irq_pipe_ready(struct r8a66597 *r8a66597, u16 status, u16 enb) in irq_pipe_ready() argument 1102 if ((status & BRDY0) && (enb & BRDY0)) { in irq_pipe_ready() 1112 if ((status & check) && (enb & check)) { in irq_pipe_ready() 1125 static void irq_pipe_empty(struct r8a66597 *r8a66597, u16 status, u16 enb) in irq_pipe_empty() argument 1133 if ((status & BEMP0) && (enb & BEMP0)) { in irq_pipe_empty() 1142 if ((status & check) && (enb & check)) { in irq_pipe_empty()
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_opt.c | 1025 int enb; 1026 for (enb=0; enb < nbElts; enb++) { 1029 RAWLOG(2, "%4i,", table[enb]);
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mac.h | 299 u8 enb; member
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mcs.c | 614 u64 reg, enb; in mcs_ctrlpktrule_write() local 693 enb = mcs_reg_read(mcs, reg); in mcs_ctrlpktrule_write() 694 enb |= BIT_ULL(req->rule_idx); in mcs_ctrlpktrule_write() 695 mcs_reg_write(mcs, reg, enb); in mcs_ctrlpktrule_write()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mtk-sd.c | 684 static void __msdc_enable_sdio_irq(struct msdc_host *host, int enb); 1539 static void __msdc_enable_sdio_irq(struct msdc_host *host, int enb) in __msdc_enable_sdio_irq() argument 1541 if (enb) { in __msdc_enable_sdio_irq() 1552 static void msdc_enable_sdio_irq(struct mmc_host *mmc, int enb) in msdc_enable_sdio_irq() argument 1559 __msdc_enable_sdio_irq(host, enb); in msdc_enable_sdio_irq() 1563 if (enb) { in msdc_enable_sdio_irq() 1586 if (enb) { in msdc_enable_sdio_irq()
|