Home
last modified time | relevance | path

Searched refs:latch (Results 1 – 15 of 15) sorted by relevance

/drivers/clk/ti/
Dmux.c89 ti_clk_latch(&mux->reg, mux->latch); in ti_clk_mux_set_parent()
133 s8 latch, u8 clk_mux_flags, u32 *table) in _register_mux() argument
154 mux->latch = latch; in _register_mux()
183 s32 latch = -EINVAL; in of_mux_clk_setup() local
202 of_property_read_u32(node, "ti,latch-bit", &latch); in of_mux_clk_setup()
219 flags, &reg, shift, mask, latch, clk_mux_flags, in of_mux_clk_setup()
243 mux->latch = -EINVAL; in ti_clk_build_component_mux()
Dclk.c299 u32 latch; in ti_clk_latch() local
304 latch = 1 << shift; in ti_clk_latch()
306 ti_clk_ll_ops->clk_rmw(latch, latch, reg); in ti_clk_latch()
307 ti_clk_ll_ops->clk_rmw(0, latch, reg); in ti_clk_latch()
Ddivider.c269 ti_clk_latch(&divider->reg, divider->latch); in ti_clk_divider_set_rate()
494 div->latch = val; in ti_clk_divider_populate()
496 div->latch = -EINVAL; in ti_clk_divider_populate()
Dclock.h24 s8 latch; member
40 s8 latch; member
/drivers/pcmcia/
Dtcic.c532 u_char latch, sstat; in tcic_interrupt() local
550 latch = sstat ^ socket_table[psock].last_sstat; in tcic_interrupt()
556 if (latch == 0) in tcic_interrupt()
558 events = (latch & TCIC_SSTAT_CD) ? SS_DETECT : 0; in tcic_interrupt()
559 events |= (latch & TCIC_SSTAT_WP) ? SS_WRPROT : 0; in tcic_interrupt()
561 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_STSCHG : 0; in tcic_interrupt()
563 events |= (latch & TCIC_SSTAT_RDY) ? SS_READY : 0; in tcic_interrupt()
564 events |= (latch & TCIC_SSTAT_LBAT1) ? SS_BATDEAD : 0; in tcic_interrupt()
565 events |= (latch & TCIC_SSTAT_LBAT2) ? SS_BATWARN : 0; in tcic_interrupt()
/drivers/clocksource/
Dtimer-ixp4xx.c59 u32 latch; member
149 val = tmr->latch & ~IXP4XX_OST_RELOAD_MASK; in ixp4xx_set_periodic()
192 tmr->latch = DIV_ROUND_CLOSEST(timer_freq, in ixp4xx_timer_register()
/drivers/md/
Ddm.c156 int latch = READ_ONCE(swap_bios); in get_swap_bios() local
157 if (unlikely(latch <= 0)) in get_swap_bios()
158 latch = DEFAULT_SWAP_BIOS; in get_swap_bios()
159 return latch; in get_swap_bios()
1281 static noinline void __set_swap_bios_limit(struct mapped_device *md, int latch) in __set_swap_bios_limit() argument
1284 while (latch < md->swap_bios) { in __set_swap_bios_limit()
1289 while (latch > md->swap_bios) { in __set_swap_bios_limit()
1318 int latch = get_swap_bios(); in __map_bio() local
1319 if (unlikely(latch != md->swap_bios)) in __map_bio()
1320 __set_swap_bios_limit(md, latch); in __map_bio()
/drivers/usb/phy/
Dphy-isp1301-omap.c1080 u8 latch = isp1301_get_u8(isp, ISP1301_INTERRUPT_LATCH); in isp1301_clear_latch() local
1081 isp1301_clear_bits(isp, ISP1301_INTERRUPT_LATCH, latch); in isp1301_clear_latch()
1082 return latch; in isp1301_clear_latch()
/drivers/staging/fbtft/
Dfbtft.h213 struct gpio_desc *latch; member
Dfbtft-core.c110 ret = fbtft_request_one_gpio(par, "latch", 0, &par->gpio.latch); in fbtft_request_gpios()
/drivers/scsi/aic7xxx/
Daic7xxx.seq1144 * data fifo is full, but the PCI input latch is not empty,
1147 * there is space for the input latch to drain.
1598 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1732 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1762 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1768 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1977 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/
1993 mov NONE,SCSIDATL ret; /*dummy read from latch to ACK*/
2259 * module has an 8 byte input latch that only
2261 * latch is full.
Daic79xx.seq1078 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/
1352 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/
1433 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/
1450 mov NONE,SCSIDAT ret; /*dummy read from latch to ACK*/
/drivers/gpu/drm/vc4/
Dvc4_dsi.c709 static void vc4_dsi_latch_ulps(struct vc4_dsi *dsi, bool latch) in vc4_dsi_latch_ulps() argument
713 if (latch) in vc4_dsi_latch_ulps()
/drivers/media/tuners/
Dmxl5005s.c3875 static int mxl5005s_writereg(struct dvb_frontend *fe, u8 reg, u8 val, int latch) in mxl5005s_writereg() argument
3882 if (latch == 0) in mxl5005s_writereg()
/drivers/gpio/
DKconfig391 created by attaching a 16bit latch to the bus.