Lines Matching refs:readb
63 temp1 = readb(fp + SIG0); in detect_HRT_floating_pointer()
64 temp2 = readb(fp + SIG1); in detect_HRT_floating_pointer()
65 temp3 = readb(fp + SIG2); in detect_HRT_floating_pointer()
66 temp4 = readb(fp + SIG3); in detect_HRT_floating_pointer()
1239 i = readb(rom_resource_table + NUMBER_OF_ENTRIES); in cpqhp_find_available_resources()
1242 if (!readb(one_slot + SECONDARY_BUS)) in cpqhp_find_available_resources()
1247 while (i && readb(one_slot + SECONDARY_BUS)) { in cpqhp_find_available_resources()
1248 u8 dev_func = readb(one_slot + DEV_FUNC); in cpqhp_find_available_resources()
1249 u8 primary_bus = readb(one_slot + PRIMARY_BUS); in cpqhp_find_available_resources()
1250 u8 secondary_bus = readb(one_slot + SECONDARY_BUS); in cpqhp_find_available_resources()
1251 u8 max_bus = readb(one_slot + MAX_BUS); in cpqhp_find_available_resources()