Home
last modified time | relevance | path

Searched refs:OP_BITS (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/842/
H A D842.h97 #define OP_BITS (5) macro
H A D842_compress.c233 ret = add_bits(p, t[4], OP_BITS); in add_template()
313 ret = add_bits(p, OP_REPEAT, OP_BITS); in add_repeat_template()
334 ret = add_bits(p, OP_SHORT_DATA, OP_BITS); in add_short_data_template()
356 int ret = add_bits(p, OP_ZEROS, OP_BITS); in add_zeros_template()
369 int ret = add_bits(p, OP_END, OP_BITS); in add_end_template()
H A D842_decompress.c297 ret = next_bits(&p, &op, OP_BITS); in sw842_decompress()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_hwi.h302 #define OP_BITS 0x0000FF00 macro
H A Dpm80xx_hwi.h502 #define OP_BITS 0x0000FF00 macro
H A Dpm8001_hwi.c3019 u32 phy_op = le32_to_cpu(pPayload->phyop_phyid) & OP_BITS; in pm8001_mpi_local_phy_ctl()