Home
last modified time | relevance | path

Searched refs:SLICE_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/misc/eeprom/
H A Dmax6875.c33 #define SLICE_SIZE 16 macro
86 SLICE_SIZE, in max6875_update_slice()
87 buf) != SLICE_SIZE) { in max6875_update_slice()
91 for (i = 0; i < SLICE_SIZE; i++) { in max6875_update_slice()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/
H A D0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch202 - printf -v TEXTADDR "%x" "$SLICE_SIZE"
204 + armelf*_linux_eabi|aarch64elf*|aarch64linux*) HTLBOPTS="$HTLBOPTS -Ttext-segment=$SLICE_SIZE" ;;