Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 25 of 26) sorted by relevance

12

/u-boot/common/
A Ddlmalloc.c658 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH) argument
1102 static void malloc_extend_top(nb) INTERNAL_SIZE_T nb; in malloc_extend_top()
1292 INTERNAL_SIZE_T nb; local
1340 idx = bin_index(nb);
1501 (victim = mmap_chunk(nb)))
1506 malloc_extend_top(nb);
1733 nb = request2size(bytes);
1774 set_head_size(oldp, nb);
1876 set_head_size(newp, nb);
1947 nb = request2size(bytes);
[all …]
A Ddlmalloc.src1517 #define is_small_request(nb) (nb < MAX_SMALLBIN_SIZE - SMALLBIN_WIDTH)
1930 static void malloc_extend_top(nb) INTERNAL_SIZE_T nb;
2120 INTERNAL_SIZE_T nb;
2130 idx = smallbin_index(nb);
2157 idx = bin_index(nb);
2323 malloc_extend_top(nb);
2534 nb = request2size(bytes);
2574 set_head_size(oldp, nb);
2676 set_head_size(newp, nb);
2741 nb = request2size(bytes);
[all …]
/u-boot/include/linux/mtd/
A Dubi.h239 typedef int (*notifier_fn_t)(void *nb,
249 int ubi_register_volume_notifier(struct notifier_block *nb,
251 int ubi_unregister_volume_notifier(struct notifier_block *nb);
/u-boot/lib/zlib/
A Dzutil.c65 void zcfree(voidpf opaque, voidpf ptr, unsigned nb) in zcfree() argument
/u-boot/drivers/usb/gadget/
A Ddesignware_udc.c189 u32 i, nw, nb; in usbgetpckfromfifo() local
198 nb = len % sizeof(u32); in usbgetpckfromfifo()
212 for (i = 0; i < nb; i++) { in usbgetpckfromfifo()
228 u32 i, nw, nb; in usbputpcktofifo() local
234 nb = len % sizeof(int); in usbputpcktofifo()
242 for (i = 0; i < nb; i++) { in usbputpcktofifo()
/u-boot/drivers/mtd/ubi/
A Dkapi.c827 int ubi_register_volume_notifier(struct notifier_block *nb, in ubi_register_volume_notifier() argument
832 err = blocking_notifier_chain_register(&ubi_notifiers, nb); in ubi_register_volume_notifier()
845 ubi_enumerate_volumes(nb); in ubi_register_volume_notifier()
859 int ubi_unregister_volume_notifier(struct notifier_block *nb) in ubi_unregister_volume_notifier() argument
861 return blocking_notifier_chain_unregister(&ubi_notifiers, nb); in ubi_unregister_volume_notifier()
A Dbuild.c216 int ubi_notify_all(struct ubi_device *ubi, int ntype, struct notifier_block *nb) in ubi_notify_all() argument
238 if (nb) in ubi_notify_all()
239 nb->notifier_call(nb, ntype, &nt); in ubi_notify_all()
260 int ubi_enumerate_volumes(struct notifier_block *nb) in ubi_enumerate_volumes() argument
273 count += ubi_notify_all(ubi, UBI_VOLUME_ADDED, nb); in ubi_enumerate_volumes()
A Dubi.h913 struct notifier_block *nb);
914 int ubi_enumerate_volumes(struct notifier_block *nb);
/u-boot/arch/arm/dts/
A Dsama5d3.dtsi1384 atmel,nb-banks = <1>;
1390 atmel,nb-banks = <3>;
1398 atmel,nb-banks = <3>;
1406 atmel,nb-banks = <2>;
1413 atmel,nb-banks = <2>;
1420 atmel,nb-banks = <2>;
1427 atmel,nb-banks = <2>;
1434 atmel,nb-banks = <2>;
1441 atmel,nb-banks = <2>;
1447 atmel,nb-banks = <2>;
[all …]
A Darmada-37xx.dtsi116 nb_periph_clk: nb-periph-clk@13000 {
117 compatible = "marvell,armada-3700-periph-clock-nb";
136 pinctrl_nb: pinctrl-nb@13800 {
137 compatible = "marvell,armada3710-nb-pinctrl",
A Dsama5d4.dtsi142 atmel,nb-banks = <1>;
148 atmel,nb-banks = <3>;
156 atmel,nb-banks = <3>;
164 atmel,nb-banks = <2>;
172 atmel,nb-banks = <2>;
180 atmel,nb-banks = <2>;
188 atmel,nb-banks = <2>;
196 atmel,nb-banks = <2>;
204 atmel,nb-banks = <2>;
211 atmel,nb-banks = <2>;
[all …]
A Dat91sam9rl.dtsi301 atmel,nb-banks = <1>;
307 atmel,nb-banks = <2>;
315 atmel,nb-banks = <2>;
323 atmel,nb-banks = <3>;
330 atmel,nb-banks = <3>;
337 atmel,nb-banks = <3>;
345 atmel,nb-banks = <3>;
A Dat91sam9x5.dtsi1133 atmel,nb-banks = <1>;
1139 atmel,nb-banks = <2>;
1147 atmel,nb-banks = <2>;
1155 atmel,nb-banks = <3>;
1162 atmel,nb-banks = <3>;
1169 atmel,nb-banks = <3>;
1177 atmel,nb-banks = <3>;
A Dat91sam9g45.dtsi1174 atmel,nb-banks = <1>;
1180 atmel,nb-banks = <2>;
1188 atmel,nb-banks = <2>;
1196 atmel,nb-banks = <3>;
1203 atmel,nb-banks = <3>;
1210 atmel,nb-banks = <3>;
1218 atmel,nb-banks = <3>;
/u-boot/lib/
A Dgzip.c34 static void zfree(void *x, void *addr, unsigned nb) in zfree() argument
A Dgunzip.c42 void gzfree(void *x, void *addr, unsigned nb) in gzfree() argument
/u-boot/arch/arm/include/asm/arch-rockchip/
A Dclock.h69 unsigned int nb; member
/u-boot/drivers/i2c/
A Di2c-cortina.c234 int rc, nb = len; in ca_i2c_write() local
256 } else if (get_timer(start_time_tx) > (nb * I2C_BYTE_TO)) { in ca_i2c_write()
A Ddesignware_i2c.c534 int nb = len; in __dw_i2c_write() local
571 } else if (get_timer(start_time_tx) > (nb * I2C_BYTE_TO)) { in __dw_i2c_write()
/u-boot/arch/arm/mach-imx/imx8/
A Dsnvs_security_sc.c827 u32 nb; in do_snvs_sec_status() member
893 &data[4], reg->nb); in do_snvs_sec_status()
897 printf("\t- SNVS %.2x(%d):", reg->id, reg->nb); in do_snvs_sec_status()
898 for (subidx = 0; subidx < reg->nb; subidx++) in do_snvs_sec_status()
/u-boot/drivers/serial/
A Dusbtty.c914 unsigned int nb = 0; in fill_buffer() local
920 nb = endpoint->rcv_urb->actual_length; in fill_buffer()
921 buf_push (buf, src, nb); in fill_buffer()
925 return nb; in fill_buffer()
/u-boot/lib/bzip2/
A Dbzlib.c728 Int32 nb, na, mid; in BZ2_indexIntoF() local
729 nb = 0; in BZ2_indexIntoF()
732 mid = (nb + na) >> 1; in BZ2_indexIntoF()
733 if (indx >= cftab[mid]) nb = mid; else na = mid; in BZ2_indexIntoF()
735 while (na - nb != 1); in BZ2_indexIntoF()
736 return nb; in BZ2_indexIntoF()
/u-boot/doc/usage/
A Dpstore.rst12 pstore display [record-type] [nb]
/u-boot/doc/device-tree-bindings/pinctrl/
A Dmarvell,armada-37xx-pinctrl.txt19 "marvell,armada3710-nb-pinctrl", "syscon, "simple-mfd"
/u-boot/drivers/usb/musb-new/
A Dmusb_core.h350 struct notifier_block nb; member

Completed in 798 milliseconds

12