Home
last modified time | relevance | path

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

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