Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 36) sorted by relevance

12

/drivers/demo/
A Ddemo-shape.c47 int first = 0; in shape_hello() local
60 first = 1; in shape_hello()
64 putc(first ? *colour++ : ch); in shape_hello()
66 first = 0; in shape_hello()
/drivers/pinctrl/meson/
A Dpinctrl-meson-axg.h14 unsigned int first; member
28 .first = f, \
A Dpinctrl-meson.h99 unsigned int first; member
117 .first = f, \
A Dpinctrl-meson-axg-pmx.c22 if (pin >= pmx->pmx_banks[i].first && in meson_axg_pmx_get_bank()
38 shift = pin - bank->first; in meson_axg_pmx_calc_reg_and_offset()
A Dpinctrl-meson.c98 if (pin >= priv->data->banks[i].first && in meson_gpio_calc_reg_and_bit()
110 *bit = desc->bit + pin - bank->first; in meson_gpio_calc_reg_and_bit()
/drivers/video/
A Defi.c33 u8 first, len; in efi_find_pixel_bits() local
35 first = 0; in efi_find_pixel_bits()
41 first++; in efi_find_pixel_bits()
50 *pos = first; in efi_find_pixel_bits()
/drivers/power/pmic/
A Dda9063.c32 u16 first; member
58 if (reg >= hole->first && reg <= hole->last) in da9063_reg_valid()
/drivers/usb/host/
A Dehci-hcd.c1234 struct QH *first; member
1330 result->first = memalign(USB_DMA_MINALIGN, in _ehci_create_int_queue()
1332 if (!result->first) { in _ehci_create_int_queue()
1336 result->current = result->first; in _ehci_create_int_queue()
1337 result->last = result->first + queuesize - 1; in _ehci_create_int_queue()
1350 struct QH *qh = result->first + i; in _ehci_create_int_queue()
1404 ALIGN_END_ADDR(struct QH, result->first, in _ehci_create_int_queue()
1438 free(result->first); in _ehci_create_int_queue()
1480 token, cur, queue->first); in _ehci_poll_int_queue()
1502 if (NEXT_QH(cur) == queue->first) { in _ehci_destroy_int_queue()
[all …]
/drivers/block/
A Dblk_legacy.c77 bool first = true; in blk_list_part() local
87 if (!first) in blk_list_part()
90 first = false; in blk_list_part()
A Dblkmap.c102 lbaint_t first, last; in blkmap_slice_available() local
104 first = new->blknr; in blkmap_slice_available()
108 if (blkmap_slice_contains(bms, first) || in blkmap_slice_available()
/drivers/mtd/
A Dstm32_flash.c81 int flash_erase(flash_info_t *info, int first, int last) in flash_erase() argument
97 for (i = first; i <= last; i++) { in flash_erase()
/drivers/phy/rockchip/
A Dphy-rockchip-inno-dsidphy.c33 #define PHY_REG(first, second) (FIRST_ADDRESS(first) | \ argument
288 u8 first, u8 second, u8 mask, u8 val) in phy_update_bits() argument
290 u32 reg = PHY_REG(first, second) << 2; in phy_update_bits()
/drivers/mmc/
A Dmmc-uclass.c394 bool first = true; in print_mmc_devices() local
398 uclass_next_device(&dev), first = false) { in print_mmc_devices()
401 if (!first) { in print_mmc_devices()
/drivers/phy/allwinner/
A DKconfig27 the first USB bus scan.
/drivers/pinctrl/renesas/
A Dsh_pfc.h58 #define SH_PFC_PIN_GROUP_SUBSET(_name, data, first, n) { \ argument
60 .pins = data##_pins + first, \
61 .mux = data##_mux + first, \
63 BUILD_BUG_ON_ZERO(first + n > ARRAY_SIZE(data##_pins)) + \
64 BUILD_BUG_ON_ZERO(first + n > ARRAY_SIZE(data##_mux)), \
/drivers/i2c/
A Dqup_i2c.c316 bool first, bool last, const u8 *buffer, in qup_i2c_blsp_write() argument
329 if (first) { in qup_i2c_blsp_write()
/drivers/xen/
A Dpvblock.c803 bool first = true; in print_pvblock_devices() local
808 blk_next_device(&udev), first = false) { in print_pvblock_devices()
811 if (!first) in print_pvblock_devices()
/drivers/video/imx/
A Dipu.h256 void ipu_dmfc_init(int dmfc_type, int first);
A Dipu_disp.c58 void ipu_dmfc_init(int dmfc_type, int first) in ipu_dmfc_init() argument
62 if (first) { in ipu_dmfc_init()
/drivers/video/tidss/
A Dtidss_drv.c414 unsigned int first = i * (hwlen - 1) / (length - 1); in dss_vp_set_gamma() local
416 unsigned int w = last - first; in dss_vp_set_gamma()
432 table[first + j] = (r << (hwbits * 2)) | in dss_vp_set_gamma()
/drivers/timer/
A DKconfig8 lib/time.c, but now implemented by the uclass. The first timer
214 At the moment, only the first timer is used by the driver.
221 NPCM timer module has 5 down-counting timers, only the first timer
/drivers/rng/
A DKconfig133 case the LDFW (Loadable Firmware) has to be loaded first, as it
/drivers/sysreset/
A DKconfig254 bool "Automatically register first watchdog with sysreset"
257 If enabled, the first watchdog (as selected by the watchdog uclass)
/drivers/mtd/ubi/
A Dwl.c350 struct ubi_wl_entry *e, *first, *last; in find_mean_wl_entry() local
352 first = rb_entry(rb_first(root), struct ubi_wl_entry, u.rb); in find_mean_wl_entry()
355 if (last->ec - first->ec < WL_FREE_MAX_DIFF) { in find_mean_wl_entry()
/drivers/bootcount/
A DKconfig91 the first available bootcount device will be used.

Completed in 71 milliseconds

12