Home
last modified time | relevance | path

Searched refs:nybble (Results 1 – 4 of 4) sorted by relevance

/linux/tools/firmware/
H A Dihex2fw.c38 static uint8_t nybble(const uint8_t n) in nybble() function
48 uint8_t val = (nybble(data[0]) << 4) | nybble(data[1]); in hex()
/linux/drivers/ata/
H A Dpata_optidma.c323 int nybble = 4 * ap->port_no; in optidma_set_mode() local
329 r &= (0x0F << nybble); in optidma_set_mode()
331 (optidma_make_bits43(&link->device[0]) << 2)) << nybble; in optidma_set_mode()
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2536 andi.b &0x0f,%d0 # clear all but last nybble
H A Dfpsp.S2537 andi.b &0x0f,%d0 # clear all but last nybble