Searched refs:enb (Results 1 – 12 of 12) sorted by relevance
/drivers/pinctrl/spear/ |
D | pinctrl-plgpio.c | 42 u32 enb; /* enable register */ member 217 if (plgpio->regs.enb == -1) in plgpio_request() 237 plgpio_reg_set(plgpio->base, offset, plgpio->regs.enb); in plgpio_request() 258 if (plgpio->regs.enb == -1) in plgpio_free() 269 plgpio_reg_reset(plgpio->base, offset, plgpio->regs.enb); in plgpio_free() 466 plgpio->regs.enb = val; in plgpio_probe_dt() 468 plgpio->regs.enb = -1; in plgpio_probe_dt() 623 if (plgpio->regs.enb != -1) in plgpio_suspend() 624 plgpio->csave_regs[i].enb = in plgpio_suspend() 625 readl_relaxed(plgpio->regs.enb + off); in plgpio_suspend() [all …]
|
/drivers/clocksource/ |
D | h8300_timer16.c | 32 unsigned char enb; member 97 bset(p->enb, p->mapcommon + TSTR); in timer16_enable() 110 bclr(p->enb, p->mapcommon + TSTR); in timer16_disable() 167 timer16_priv.enb = ch; in h8300_16timer_init()
|
/drivers/crypto/cavium/nitrox/ |
D | nitrox_hal.c | 74 pkt_in_ctl.s.enb = 0; in reset_pkt_input_ring() 81 if (!pkt_in_ctl.s.enb) in reset_pkt_input_ring() 103 pkt_in_ctl.s.enb = 1; in enable_pkt_input_ring() 109 if (pkt_in_ctl.s.enb) in enable_pkt_input_ring() 170 pkt_slc_ctl.s.enb = 0; in reset_pkt_solicit_port() 178 if (!pkt_slc_ctl.s.enb) in reset_pkt_solicit_port() 198 pkt_slc_ctl.s.enb = 1; in enable_pkt_solicit_port() 211 if (pkt_slc_ctl.s.enb) in enable_pkt_solicit_port()
|
D | nitrox_csr.h | 491 u64 enb : 1; member 493 u64 enb : 1; 681 u64 enb : 1; member 683 u64 enb : 1;
|
/drivers/media/pci/bt8xx/ |
D | dst_priv.h | 23 struct dst_gpio_enable enb; member
|
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()
|
D | bt878.c | 331 mp->enb.mask, in bt878_device_control() 332 mp->enb.enable); in bt878_device_control()
|
/drivers/iio/adc/ |
D | ti_am335x_adc.c | 316 unsigned int enb = 0; in tiadc_buffer_postenable() local 321 enb |= (get_adc_step_bit(adc_dev, bit) << 1); in tiadc_buffer_postenable() 324 adc_dev->buffer_en_ch_steps = enb; in tiadc_buffer_postenable() 329 am335x_tsc_se_set_cache(adc_dev->mfd_tscadc, enb); in tiadc_buffer_postenable()
|
/drivers/usb/gadget/udc/ |
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()
|
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()
|
/drivers/mmc/host/ |
D | mtk-sd.c | 1391 static void __msdc_enable_sdio_irq(struct msdc_host *host, int enb) in __msdc_enable_sdio_irq() argument 1393 if (enb) { in __msdc_enable_sdio_irq() 1402 static void msdc_enable_sdio_irq(struct mmc_host *mmc, int enb) in msdc_enable_sdio_irq() argument 1408 __msdc_enable_sdio_irq(host, enb); in msdc_enable_sdio_irq() 1411 if (enb) in msdc_enable_sdio_irq()
|
D | dw_mmc.c | 1641 static void __dw_mci_enable_sdio_irq(struct dw_mci_slot *slot, int enb) in __dw_mci_enable_sdio_irq() argument 1651 if (enb) in __dw_mci_enable_sdio_irq() 1660 static void dw_mci_enable_sdio_irq(struct mmc_host *mmc, int enb) in dw_mci_enable_sdio_irq() argument 1665 __dw_mci_enable_sdio_irq(slot, enb); in dw_mci_enable_sdio_irq() 1668 if (enb) in dw_mci_enable_sdio_irq()
|