Home
last modified time | relevance | path

Searched refs:last_byte (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Dnet.c857 u16 last_byte; /* last byte in this hole + 1 (begin of next hole) */ member
886 payload[0].last_byte = ~0; in __net_defragment()
902 while (h->last_byte < start) { in __net_defragment()
919 h->last_byte = start + len; in __net_defragment()
928 if ((h >= thisfrag) && (h->last_byte <= start + len)) { in __net_defragment()
946 } else if (h->last_byte <= start + len) { in __net_defragment()
948 h->last_byte = start; in __net_defragment()
966 h->last_byte = start; in __net_defragment()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c188 unsigned int last_byte; member
1324 host->last_byte = 0; in brcmnand_cmdfunc()
1429 if (host->last_byte < 4) in brcmnand_read_byte()
1431 (24 - (host->last_byte << 3)); in brcmnand_read_byte()
1432 else if (host->last_byte < 8) in brcmnand_read_byte()
1434 (56 - (host->last_byte << 3)); in brcmnand_read_byte()
1438 ret = oob_reg_read(ctrl, host->last_byte); in brcmnand_read_byte()
1450 addr = host->last_addr + host->last_byte; in brcmnand_read_byte()
1454 if (host->last_byte > 0 && offs == 0) in brcmnand_read_byte()
1460 if (host->last_byte >= ONFI_SUBFEATURE_PARAM_LEN) { in brcmnand_read_byte()
[all …]
/rk3399_rockchip-uboot/drivers/net/
H A De1000.h1848 #define TBI_ACCEPT(adapter, status, errors, length, last_byte) \ argument
1851 ((last_byte) == CARRIER_EXTENSION) && \